Skip to content

Commit 4e4f425

Browse files
rainersigwaldYuliiaKovalovaGangWang01
authored
.NET SDK 10.0.100 (#12764)
It's public! --------- Co-authored-by: YuliiaKovalova <[email protected]> Co-authored-by: Gang Wang <[email protected]>
1 parent f4dfb43 commit 4e4f425

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.vsts-dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
pool:
268268
${{ if eq(variables['System.TeamProject'], 'public') }}:
269269
name: NetCore-Public
270-
demands: ImageOverride -equals windows.vs2022preview.scout.amd64.open
270+
demands: ImageOverride -equals windows.vs2026preview.scout.amd64.open
271271
${{ if ne(variables['System.TeamProject'], 'public') }}:
272272
name: VSEngSS-MicroBuild2022-1ES
273273
demands: agent.os -equals Windows_NT

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<MicrosoftCodeAnalysisPooledObjectsVersion>5.0.0-1.25277.114</MicrosoftCodeAnalysisPooledObjectsVersion>
7474
</PropertyGroup>
7575
<PropertyGroup>
76-
<BootstrapSdkVersion>10.0.100-rc.1.25451.107</BootstrapSdkVersion>
76+
<BootstrapSdkVersion>10.0.100</BootstrapSdkVersion>
7777
</PropertyGroup>
7878
<Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion">
7979
<!-- See https://github.com/dotnet/arcade/issues/3386

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"errorMessage": "The .NET SDK could not be found, please run a command-line build with ./build.cmd."
99
},
1010
"tools": {
11-
"dotnet": "10.0.100-rc.1.25451.107",
11+
"dotnet": "10.0.100",
1212
"vs": {
13-
"version": "17.13.0"
13+
"version": "18.0"
1414
},
15-
"xcopy-msbuild": "17.13.0"
15+
"xcopy-msbuild": "18.0.0"
1616
},
1717
"msbuild-sdks": {
1818
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25555.6"

0 commit comments

Comments
 (0)