File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 </ItemGroup >
8080
8181 <ItemGroup >
82- <PackageReference Include =" System.Memory" Version =" 4.5.5 " />
83- <PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 8.0.0 " />
84- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.1 " />
85- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4 " />
82+ <PackageReference Include =" System.Memory" Version =" 4.6.0 " />
83+ <PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 8.0.1 " />
84+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.2 " />
85+ <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.6.0 " />
8686 </ItemGroup >
8787
8888 <ItemGroup >
102102
103103 <Import Project =" Asn1\AsnXml.targets" />
104104
105- </Project >
105+ </Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0-windows</TargetFramework >
5+ <TargetFramework >net8 .0-windows</TargetFramework >
66 <ApplicationManifest >app.manifest</ApplicationManifest >
77
88 <DebugType >pdbonly</DebugType >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.12 " />
15- <PackageReference Include =" BenchmarkDotNet.Diagnostics.Windows" Version =" 0.13.12 " />
14+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.14.0 " />
15+ <PackageReference Include =" BenchmarkDotNet.Diagnostics.Windows" Version =" 0.14.0 " />
1616 </ItemGroup >
1717
1818 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0-windows</TargetFramework >
4+ <TargetFramework >net8 .0-windows</TargetFramework >
55
66 <DebugType >Full</DebugType >
77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2929 </ItemGroup >
3030
3131 <ItemGroup >
32- <PackageReference Include =" Microsoft.CodeCoverage" Version =" 17.10 .0" />
33- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
34- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.4 .3" />
35- <PackageReference Include =" MSTest.TestFramework" Version =" 3.4 .3" />
36- <PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 8.0.0 " />
32+ <PackageReference Include =" Microsoft.CodeCoverage" Version =" 17.12 .0" />
33+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
34+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.6 .3" />
35+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.6 .3" />
36+ <PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 8.0.1 " />
3737 </ItemGroup >
3838
3939 <ItemGroup >
150150 </PackageReference >
151151 </ItemGroup >
152152
153- </Project >
153+ </Project >
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ stages:
2121
2222 steps :
2323 - task : UseDotNet@2
24- displayName : ' Use .NET Core SDK 6 .x'
24+ displayName : ' Use .NET Core SDK 8 .x'
2525 inputs :
26- version : 6 .x
26+ version : 8 .x
2727 performMultiLevelLookup : true
2828
2929 - task : DotNetCoreCLI@2
@@ -124,9 +124,9 @@ stages:
124124 displayName : Download drop build artifacts
125125
126126 - task : UseDotNet@2
127- displayName : ' Use .NET SDK 6 .x'
127+ displayName : ' Use .NET SDK 8 .x'
128128 inputs :
129- version : 6 .x
129+ version : 8 .x
130130
131131 # Install the code signing tool
132132 - task : DotNetCoreCLI@2
You can’t perform that action at this time.
0 commit comments