This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
src/IdentityModel.OidcClient
test/IdentityModel.OidcClient.Tests Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >2.5.1 </VersionPrefix >
5- <!-- < VersionSuffix>preview3 </VersionSuffix> -- >
4+ <VersionPrefix >2.6.0 </VersionPrefix >
5+ <VersionSuffix >preview-1 </VersionSuffix >
66 <Authors >Dominick Baier;Brock Allen</Authors >
77 <TargetFrameworks >net452;netstandard1.4;netstandard2.0</TargetFrameworks >
88 <AssemblyName >IdentityModel.OidcClient</AssemblyName >
1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" IdentityModel" Version =" 3.3 .1" />
21+ <PackageReference Include =" IdentityModel" Version =" 3.4 .1" />
2222 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.2.1" />
2323 </ItemGroup >
2424
3232
3333 <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
3434 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 1.1.2" />
35- <Reference Include =" System" />
36- <Reference Include =" Microsoft.CSharp" />
3735 </ItemGroup >
3836
3937</Project >
Original file line number Diff line number Diff line change 1515 <PackageReference Include =" FluentAssertions" Version =" 5.1.2" />
1616 </ItemGroup >
1717
18- <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
18+ <!-- < ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
1919 <Reference Include="System" />
2020 <Reference Include="Microsoft.CSharp" />
2121 </ItemGroup>
2222
2323 <ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
2424 <Reference Include="System" />
2525 <Reference Include="Microsoft.CSharp" />
26- </ItemGroup >
26+ </ItemGroup>-->
2727</Project >
You can’t perform that action at this time.
0 commit comments