Skip to content

Commit

Permalink
upgrade .net tp 8.0 in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed May 5, 2024
1 parent 5c8ab21 commit 8c038e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.100
dotnet-version: '8.0.x'
- name: Build
run: dotnet build -c Release
4 changes: 2 additions & 2 deletions .github/workflows/myget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.100
dotnet-version: '8.0.x'
- name: Set env
run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
- uses: dotnet/nbgv@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/myget_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.100
dotnet-version: '8.0.x'
- name: Set env
run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
- uses: dotnet/nbgv@master
Expand Down

0 comments on commit 8c038e1

Please sign in to comment.