We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104356a commit 589c9c3Copy full SHA for 589c9c3
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
- container: mcr.microsoft.com/dotnet/sdk:7.0
+ container: mcr.microsoft.com/dotnet/sdk:8.0
13
14
steps:
15
- name: Checkout
.github/workflows/pack.yml
@@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v3
- - uses: actions/setup-dotnet@v3.0.3
+ - uses: actions/setup-dotnet@v3
with:
16
- dotnet-version: '7'
+ dotnet-version: '8'
17
- name: Nuget Push
18
env:
19
nuget_key: ${{ secrets.NUGETAPIKEY }}
0 commit comments