Skip to content

Commit 5d6f28c

Browse files
authored
Bump to v2.1 (#545)
* Bump to v2.1 * change to 9.0.x for linux
1 parent a84a694 commit 5d6f28c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pull-request-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v3
3333
with:
34-
dotnet-version: 9.0.100
34+
dotnet-version: 9.0.x
3535

3636
- name: Add permission to run shell
3737
run: chmod -R +x *.sh

.pipelines/azure-pipelines-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ stages:
4747
continueOnError: false
4848
inputs:
4949
packageType: 'sdk'
50-
version: '9.x'
50+
version: '9.0.x'
5151
useGlobalJson: false
5252
performMultiLevelLookup: true
5353
workingDirectory: '$(Build.SourcesDirectory)'

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.30
1+
2.1.0

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "9.0.301",
44
"rollForward": "feature"
55
}
66
}

0 commit comments

Comments
 (0)