diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index cd5a9f94..5a85fe55 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -17,7 +17,9 @@ jobs: - name: Setup .NET Core @ Latest uses: actions/setup-dotnet@v1 - + with: + dotnet-version: '6.0.x' + - name: Generate NuGet packages run: dotnet pack -c Release