diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2fae8ff..8a021a6 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -68,7 +68,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: net6.0-windows10.0.22000.0 + dotnet-version: 6.0-windows10.0.22000.0 # Add MSBuild to the PATH (https://github.com/microsoft/setup-msbuild) - name: Setup MSBuild.exe