This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
3
3
<FrameworkVersion >8.0.0</FrameworkVersion >
4
4
<ExtensionsVersion >8.0.0</ExtensionsVersion >
5
- <WilsonVersion >7.0.3 </WilsonVersion >
5
+ <WilsonVersion >7.3.1 </WilsonVersion >
6
6
<IdentityServerVersion >7.0.0-preview.2</IdentityServerVersion >
7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
10
10
<FrameworkVersion >6.0.0</FrameworkVersion >
11
11
<ExtensionsVersion >6.0.0</ExtensionsVersion >
12
- <WilsonVersion >6.15 .0</WilsonVersion >
12
+ <WilsonVersion >6.35 .0</WilsonVersion >
13
13
<IdentityServerVersion >6.3.6</IdentityServerVersion >
14
14
</PropertyGroup >
15
15
31
31
<PackageReference Update =" System.IdentityModel.Tokens.Jwt" Version =" $(WilsonVersion)" />
32
32
33
33
</ItemGroup >
34
- </Project >
34
+ </Project >
Original file line number Diff line number Diff line change 7
7
8
8
<ItemGroup >
9
9
<PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.0" />
10
- <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.0.3 " />
10
+ <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.3.1 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
8
8
<ItemGroup >
9
9
<PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.0" />
10
- <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.0.3 " />
10
+ <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.3.1 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
You can’t perform that action at this time.
0 commit comments