Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit b4e72d7

Browse files
update packages; prepare for new version
1 parent af82e93 commit b4e72d7

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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>
@@ -18,7 +18,7 @@
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

@@ -32,8 +32,6 @@
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>

test/IdentityModel.OidcClient.Tests/IdentityModel.OidcClient.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
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>

0 commit comments

Comments
 (0)