Skip to content

Commit

Permalink
updated nuget version in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmenhuseyin committed Jun 7, 2024
1 parent 8eaeeaa commit 286a609
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 @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
env:
# Dotnet Setup
DOTNET_VERSION: 3.1.401
DOTNET_VERSION: 8.0.0

# Stop wasting time caching packages
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

# Dotnet Setup
DOTNET_VERSION: 3.1.401
DOTNET_VERSION: 8.0.0

# Stop wasting time caching packages
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down

0 comments on commit 286a609

Please sign in to comment.