Skip to content

Commit

Permalink
build(nuget): Update .NET SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonBN committed Mar 29, 2024
1 parent be8eda3 commit 690fd07
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:


env:
SDK_VERSION: '6.0.401'
SDK_VERSION: '6.0.420'

GIT_ORGANIZATION: 'TechNobre'
PROJECT_NAME: 'PowerUtils.xUnit.Extensions'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:


env:
SDK_VERSION: '6.0.401'
SDK_VERSION: '6.0.420'
PACKAGE_PATH: ./src/**/*.nupkg
NUGET_SERVER: https://api.nuget.org/v3/index.json

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:


env:
SDK_VERSION: '6.0.401'
SDK_VERSION: '6.0.420'


jobs:
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: "Cache SonarCloud packages"
uses: actions/cache@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:


env:
SDK_VERSION_6: '6.0.401'
SDK_VERSION_6: '6.0.420'
SDK_VERSION_5: '5.0.408'
SDK_VERSION_3: '3.1.422'
SDK_VERSION_3: '3.1.426'


jobs:
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.401"
"version": "6.0.420"
}
}
}

0 comments on commit 690fd07

Please sign in to comment.