Skip to content

Commit 6251d1b

Browse files
authored
Updated .NET SDK to 10.0.202
Co-authored-by: Andrii Chebukin <XperiAndri@Outlook.com>
1 parent 17c5b07 commit 6251d1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1010
DOTNET_NOLOGO: true
11-
DOTNET_SDK_VERSION: 10.0.102
11+
DOTNET_SDK_VERSION: 10.0.202
1212

1313
jobs:
1414
publish:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1010
DOTNET_NOLOGO: true
1111
SLEEP_DURATION: 60
12-
DOTNET_SDK_VERSION: 10.0.102
12+
DOTNET_SDK_VERSION: 10.0.202
1313

1414
jobs:
1515
publish:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-22.04, windows-latest, macOS-latest]
24-
dotnet: [10.0.102]
24+
dotnet: [10.0.202]
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:

0 commit comments

Comments
 (0)