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

Commit c780452

Browse files
committed
build(sdk): Update .NET versions
1 parent b651e9a commit c780452

5 files changed

Lines changed: 6 additions & 6 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.202'
21+
SDK_VERSION: '7.0.304'
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.202'
16+
SDK_VERSION: '7.0.304'
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.202'
18+
SDK_VERSION: '7.0.304'
1919

2020

2121
jobs:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212

1313
env:
14-
SDK_VERSION_7: '7.0.202'
15-
SDK_VERSION_6: '6.0.407'
14+
SDK_VERSION_7: '7.0.304'
15+
SDK_VERSION_6: '6.0.410'
1616
SDK_VERSION_5: '5.0.408'
1717
TEST_RESULTS_DIRECTORY: './TestResults'
1818

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.202"
3+
"version": "7.0.304"
44
}
55
}

0 commit comments

Comments
 (0)