We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd9538 commit 7128b4eCopy full SHA for 7128b4e
2 files changed
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
steps:
12
- uses: actions/checkout@master
13
- name: Set up .NET Core
14
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
15
with:
16
- dotnet-version: '9.0.x'
+ global-json-file: global.json
17
18
- run: dotnet --info
19
- name: Build solution and run all tests
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.200",
+ "version": "10.0.100",
4
"allowPrerelease": true,
5
"rollForward": "latestFeature"
6
}
0 commit comments