Skip to content

Commit 39f832a

Browse files
committed
build(sdk): Update to SDK 6.0.302
1 parent 8c04ac9 commit 39f832a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish.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: '6.0.301'
14+
SDK_VERSION: '6.0.302'
1515
PACKAGE_PATH: ./src/**/*.nupkg
1616
NUGET_SERVER: https://api.nuget.org/v3/index.json
1717

.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: '6.0.301'
18+
SDK_VERSION: '6.0.302'
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: '6.0.301'
14+
SDK_VERSION: '6.0.302'
1515

1616

1717
jobs:

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": "6.0.202"
3+
"version": "6.0.302"
44
}
55
}

0 commit comments

Comments
 (0)