From 96b853f12dbf52c985840b97d6d69fa9cca8c87c Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Sun, 16 Jun 2024 13:31:07 +0500 Subject: [PATCH] Update to latest .NET 8 SDK --- .github/workflows/dotnet.yml | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 70dac97..1f575c5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: dotnet-version: | 6.0.423 7.0.120 - 8.0.200 + 8.0.302 - name: Restore dependencies run: dotnet restore WinFormsComInterop.Build.sln - name: Build diff --git a/global.json b/global.json index 2e44195..8cc8c15 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.200", + "version": "8.0.302", "allowPrerelease": true, "rollForward": "major" }