diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1c15e1f1..43d58530 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "microsoft.visualstudio.slngen.tool": { - "version": "12.0.13", + "version": "12.0.32", "commands": [ "slngen" ] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13d5215d..a75ce17a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,9 @@ jobs: run: copy ./tooling/.github/workflows/config/* ./ - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 + with: + vs-version: '[18.0,)' - name: Add project heads to ProjectTemplate working-directory: ./${{ env.PROJECT_DIRECTORY }} @@ -192,7 +194,9 @@ jobs: mkdir ./components - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 + with: + vs-version: '[18.0,)' # Restore Tools from Manifest list in the Repository - name: Restore dotnet tools diff --git a/ReadMe.md b/ReadMe.md index c935fdd8..454edfed 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -7,8 +7,8 @@ This repository contains the tooling infrastructure for other Community Toolkit ## Build Requirements -- Visual Studio 2022 (UWP & Desktop Workloads for .NET) -- .NET 6 SDK +- Visual Studio 2026 (UWP & Desktop Workloads for .NET) +- .NET 10 SDK - Windows App SDK - Windows SDK 19041 diff --git a/global.json b/global.json index cfa58f62..219a243c 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,10 @@ { "sdk": { - "version": "9.0.310", + "version": "10.0.203", "rollForward": "latestFeature" }, "msbuild-sdks": { - "MSBuild.Sdk.Extras":"3.0.23" + "MSBuild.Sdk.Extras":"3.0.44" } }