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

Commit 4d8dd96

Browse files
update version
1 parent b4e72d7 commit 4d8dd96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>2.6.0</VersionPrefix>
5-
<VersionSuffix>preview-1</VersionSuffix>
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>
@@ -14,11 +14,11 @@
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>git://github.com/identitymodel/identitymodel.oidcclient2</RepositoryUrl>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
17-
17+
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="IdentityModel" Version="3.4.1" />
21+
<PackageReference Include="IdentityModel" Version="3.5.0" />
2222
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.2.1" />
2323
</ItemGroup>
2424

@@ -29,7 +29,7 @@
2929
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3030
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.0" />
3131
</ItemGroup>
32-
32+
3333
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
3434
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
3535
</ItemGroup>

0 commit comments

Comments
 (0)