Skip to content

Commit 553e0a9

Browse files
committed
Update to .NET 10 SDK
1 parent 3a5ebe7 commit 553e0a9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/ci-signed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: |
3333
8.0.x
34-
9.0.x
34+
10.0.x
3535
3636
- name: Get .NET information
3737
run: dotnet --info

.github/workflows/ci-unsigned.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
dotnet-version: |
3030
8.0.x
31-
9.0.x
31+
10.0.x
3232
3333
- name: Get .NET information
3434
run: dotnet --info

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
dotnet-version: |
2727
8.0.x
28-
9.0.x
28+
10.0.x
2929
3030
- name: Get .NET information
3131
run: dotnet --info

Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<Microsoft_NET_Test_Sdk_Version>17.13.0</Microsoft_NET_Test_Sdk_Version>
88
<Microsoft_SourceLink_GitHub_Version>8.0.0</Microsoft_SourceLink_GitHub_Version>
99
<Microsoft_TestPlatform_ObjectModel_Version>$(Microsoft_NET_Test_Sdk_Version)</Microsoft_TestPlatform_ObjectModel_Version>
10-
<Nerdbank_GitVersioning_Version>3.8.118</Nerdbank_GitVersioning_Version>
10+
<Nerdbank_GitVersioning_Version>3.9.50</Nerdbank_GitVersioning_Version>
1111
<NSubstitute_Version>5.3.0</NSubstitute_Version>
1212
<TunnelVisionLabs_ReferenceAssemblyAnnotator_Version>1.0.0-alpha.160</TunnelVisionLabs_ReferenceAssemblyAnnotator_Version>
13-
<xunit_analyzers_Version>1.24.0</xunit_analyzers_Version>
14-
<xunit_v3_Version>3.1.0</xunit_v3_Version>
13+
<xunit_analyzers_Version>1.26.0-pre.4</xunit_analyzers_Version>
14+
<xunit_v3_Version>3.2.1-pre.5</xunit_v3_Version>
1515
<xunit_Version>2.9.3</xunit_Version>
1616
</PropertyGroup>
1717

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "10.0.100",
44
"rollForward": "latestMinor"
55
}
66
}

tools/builder/build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Nullable>enable</Nullable>
55
<OutputType>Exe</OutputType>
6-
<TargetFramework>net9.0</TargetFramework>
6+
<TargetFramework>net10.0</TargetFramework>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
</PropertyGroup>
99

@@ -12,7 +12,7 @@
1212
<PackageReference Include="Bullseye" Version="3.3.0" />
1313
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
1414
<PackageReference Include="Microsoft.Security.Extensions" Version="1.4.0" />
15-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
15+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
1616
<PackageReference Include="SimpleExec" Version="12.0.0" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)