Skip to content

Commit c170522

Browse files
committed
Fix build
1 parent babb468 commit c170522

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Tests/Benchmark.Kerberos.NET/Benchmark.Kerberos.NET.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -11,8 +11,8 @@
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>

build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)