Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit d6ffa41

Browse files
committed
build(sdk): Update .NET SDK version
1 parent 0f66c17 commit d6ffa41

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919

2020
env:
21-
SDK_VERSION: '7.0.100'
21+
SDK_VERSION: '7.0.102'
2222

2323
GIT_ORGANIZATION: 'TechNobre'
2424
PROJECT_NAME: 'PowerUtils.AspNetCore.ErrorHandler'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414

1515
env:
16-
SDK_VERSION: '7.0.100'
16+
SDK_VERSION: '7.0.102'
1717
PACKAGE_PATH: ./src/**/*.nupkg
1818
NUGET_SERVER: https://api.nuget.org/v3/index.json
1919

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616

1717
env:
18-
SDK_VERSION: '7.0.100'
18+
SDK_VERSION: '7.0.102'
1919

2020

2121
jobs:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212

1313
env:
14-
SDK_VERSION_7: '7.0.100'
14+
SDK_VERSION_7: '7.0.102'
1515
SDK_VERSION_6: '6.0.403'
1616
SDK_VERSION_5: '5.0.408'
1717
TEST_RESULTS_DIRECTORY: './TestResults'

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0.100"
3+
"version": "7.0.102"
44
}
55
}

0 commit comments

Comments
 (0)