Skip to content

Commit

Permalink
chore: pick JSON.NET 10.0.3 as a minimum supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Apr 27, 2018
1 parent 5dbe8ba commit 8304ce0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Pipedrive.net/Pipedrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<AssemblyName>Pipedrive.net</AssemblyName>
<Title>Pipedrive.net</Title>
<Description>Pipedrive.net is an async .NET Standard client for pipedrive.com</Description>
<VersionPrefix>0.0.1</VersionPrefix>
<Version>0.0.1</Version>
<VersionPrefix>0.0.2</VersionPrefix>
<Version>0.0.2</Version>
<Authors>David Rouyer</Authors>
<TargetFramework>netstandard2.0</TargetFramework>

<PackageId>Pipedrive.net</PackageId>
<PackageTags>pipedrive;crm</PackageTags>
<PackageProjectUrl>https://github.com/DavidRouyer/pipedrive-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/DavidRouyer/pipedrive-dotnet/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>https://github.com/DavidRouyer/pipedrive-dotnet/releases/tag/v0.0.1</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/DavidRouyer/pipedrive-dotnet/releases/tag/v0.0.2</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/DavidRouyer/pipedrive-dotnet</RepositoryUrl>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>
</Project>

0 comments on commit 8304ce0

Please sign in to comment.