File tree Expand file tree Collapse file tree
Tests/Benchmark.Kerberos.NET Expand file tree Collapse file tree 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 @@ -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