Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jul 12, 2018
1 parent ed6ede9 commit dc154ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>2.8.0</VersionPrefix>
<VersionPrefix>2.8.1</VersionPrefix>
<!--<VersionSuffix>preview-1</VersionSuffix>-->
<Authors>Dominick Baier;Brock Allen</Authors>
<TargetFrameworks>net452;netstandard1.4;netstandard2.0</TargetFrameworks>
Expand All @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IdentityModel" Version="3.7.0" />
<PackageReference Include="IdentityModel" Version="3.8.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.2.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,4 @@
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="FluentAssertions" Version="5.1.2" />
</ItemGroup>

<!--<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>-->
</Project>
</Project>

0 comments on commit dc154ea

Please sign in to comment.