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

Commit 73b77ea

Browse files
committed
Updated the dotnet SDK version to 6.0.201
1 parent 45e1c19 commit 73b77ea

5 files changed

Lines changed: 5 additions & 5 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.200'
21+
dotnet-version: '6.0.201'
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.200'
23+
dotnet-version: '6.0.201'
2424

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

.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.200'
25+
dotnet-version: '6.0.201'
2626

2727
- name: Restore dependencies
2828
run: dotnet restore

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55

6-
## [1.0.0] - 2022-03-12
6+
## [1.0.0] - 2022-03-15
77

88
- Kickoff;
99
- Moved the ErrorHandler from [PowerUtils.AspNetCore.WebAPI](https://github.com/TechNobre/PowerUtils.AspNetCore.WebAPI) project to this one so it can be used individually;

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

0 commit comments

Comments
 (0)