diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a05c8d..0f10b27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 + - name: Prepare .NET + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '5.0.x' - name: Build solution run: dotnet build --output build -c Release - name: Publish NuGet package