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

Commit 9bb9372

Browse files
committed
Update dotnet SDK version
1 parent be4856a commit 9bb9372

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: '6.0.201'
21+
dotnet-version: '6.0.202'
2222

2323
- name: Restore dependencies
2424
run: dotnet restore

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v2
2222
with:
23-
dotnet-version: '6.0.201'
23+
dotnet-version: '6.0.202'
2424

2525
- name: Set up JDK 11
2626
uses: actions/setup-java@v3.1.1

.github/workflows/test-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v2
2424
with:
25-
dotnet-version: '6.0.201'
25+
dotnet-version: '6.0.202'
2626

2727
- name: Restore dependencies
2828
run: dotnet restore

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

0 commit comments

Comments
 (0)