diff --git a/.build/Solution.cs b/.build/Solution.cs index 15cf58c19..a3e9826d8 100644 --- a/.build/Solution.cs +++ b/.build/Solution.cs @@ -134,9 +134,9 @@ RocketSurgeonGitHubActionsConfiguration configuration { DotNetVersion = "3.1.x" }, - new SetupDotNetStep("Use .NET Core 6.0 SDK") + new SetupDotNetStep("Use .NET Core 7.0 SDK") { - DotNetVersion = "6.0.x" + DotNetVersion = "7.0.x" }, } ); diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec11fff2b..21e4d9c20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,10 +97,10 @@ jobs: uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: '3.1.x' - - name: 🔨 Use .NET Core 6.0 SDK + - name: 🔨 Use .NET Core 7.0 SDK uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' - name: 🎁 dotnet tool restore run: | dotnet tool restore diff --git a/global.json b/global.json index e46b1d265..9bb9f62b0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.414", + "version": "7.0.401", "rollForward": "latestMinor" } } \ No newline at end of file