File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
<RootNamespace >JwtManager</RootNamespace >
6
6
<AssemblyName >JwtManager</AssemblyName >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" BouncyCastle.NetCore" Version =" 1.8.5 " />
11
- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.2 " />
10
+ <PackageReference Include =" BouncyCastle.NetCore" Version =" 1.8.10 " />
11
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
12
12
</ItemGroup >
13
13
14
14
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >net6.0 </TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16 .1.1 " />
11
- <PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0 " />
12
- <PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0 " />
13
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.5 .0" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17 .1.0 " />
11
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.8 " />
12
+ <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.8 " />
13
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6.0 .0" />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<appSettings >
4
4
<add key =" KeySize" value =" 4096" />
5
- <add key =" OpenSslBinPath" value =" C:\OpenSSL-Win32 \bin\" />
5
+ <add key =" OpenSslBinPath" value =" C:\OpenSSL\bin\" />
6
6
</appSettings >
7
7
</configuration >
You can’t perform that action at this time.
0 commit comments