Skip to content

Commit

Permalink
dotnet5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Jiang committed Jun 2, 2021
1 parent 656dcba commit 9ce9a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
dotnet-version: 5.0.100
- name: Build
run: dotnet build -c Release
2 changes: 1 addition & 1 deletion .github/workflows/myget_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.401
dotnet-version: 5.0.100
- name: Set env
run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
- uses: dotnet/nbgv@master
Expand Down

0 comments on commit 9ce9a0a

Please sign in to comment.