Skip to content

Commit

Permalink
Bump JSON.NET version and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Apr 14, 2017
1 parent c828ffb commit a186063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageProjectUrl>https://github.com/jwt-dotnet/jwt</PackageProjectUrl>
<Authors>John Sheehan, Michael Lehenbauer, Alexander Batishchev</Authors>
<PackageLicenseUrl>https://creativecommons.org/publicdomain/zero/1.0/</PackageLicenseUrl>
<Version>2.2.0-beta</Version>
<Version>3.0.0-beta1</Version>
<PackageTags>jwt json</PackageTags>
</PropertyGroup>

Expand All @@ -33,7 +33,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
Expand Down

0 comments on commit a186063

Please sign in to comment.