From bbced92f579f92f1f85f38ce8b1c29c0e843befa Mon Sep 17 00:00:00 2001 From: Amer Koleci Date: Wed, 21 Sep 2022 16:52:52 +0200 Subject: [PATCH] CI build: Use .NET7 SDK --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a148d0..a468c03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,10 +25,11 @@ jobs: with: submodules: recursive - - name: Setup .NET 6.0 + - name: Install .NET 7.0.x uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x + include-prerelease: true - name: Pack run: dotnet pack Vortice.Win32.sln --configuration Release --output build/packages