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 3700f60 commit 9afb4c6Copy full SHA for 9afb4c6
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup .NET Core
14
uses: actions/setup-dotnet@v3
15
with:
16
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
17
- name: Set env
18
run: |
19
echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
.github/workflows/myget_release.yaml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
12
run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
- uses: dotnet/nbgv@master
0 commit comments