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

Commit 12b7e9e

Browse files
committed
fix: Fixed pipelines and global.json to version 6.0.200
1 parent 250959d commit 12b7e9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: '6.0.x'
18+
dotnet-version: '6.0.200'
1919

2020
- name: Build with dotnet
2121
run: dotnet build --configuration Release

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

0 commit comments

Comments
 (0)