-
Notifications
You must be signed in to change notification settings - Fork 1
/
Arex388.NhtsaVpic.csproj
28 lines (23 loc) · 1.11 KB
/
Arex388.NhtsaVpic.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Description>A C# client for the NHTSA vPIC API.</Description>
<PackageProjectUrl>https://github.com/arex388/Arex388.NhtsaVpic</PackageProjectUrl>
<RepositoryUrl>https://github.com/arex388/Arex388.NhtsaVpic</RepositoryUrl>
<Version>1.0.3</Version>
<Authors>Arex388</Authors>
<PackageTags>vin vin-decoder nhtsavpic arex388</PackageTags>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<DocumentationFile>E:\Software Development\Arex388\Arex388.NhtsaVpic\Arex388.NhtsaVpic.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>