Skip to content

Commit eb9fcc3

Browse files
Update .NET 10 to 10.0.300 (dotnet#4287)
Co-authored-by: Malcolm Daigle <mdaigle@microsoft.com>
1 parent 58d784e commit eb9fcc3

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

global.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
"sdk":
33
{
44
// We currently require the .NET 10 SDK to build and test the project.
5-
//
6-
// GOTCHA: Our CI infrastructure for Windows uses VS 2022 which comes with MSBuild 17.x. The
7-
// .NET 10 SDK versions in the 10.0.2xx series require MSBuild 18.x, so we specify the most
8-
// recent 10.0.1xx series release which is compatible with MSBuild 17.x.
9-
//
10-
"version": "10.0.107",
5+
"version": "10.0.300",
116

12-
// We cannot allow any roll forward due to the above MSBuild compatibility issues.
7+
// Lock to the above version so that we can control when we take breaking sdk changes.
138
"rollForward": "disable",
149

1510
// Do not allow pre-release versions.

0 commit comments

Comments
 (0)