diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 993ce85..c7214e0 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -11,9 +11,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - # latest image has .NET 3.0 already installed, but not 3.1 yet - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2 with: dotnet-version: '6.0.x' - name: Build with dotnet and create prerelease nupkg