diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 94e15ba..7877eb2 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x - name: Install dependencies run: dotnet restore