Skip to content

Commit 49b958d

Browse files
authored
Upversion .NET (#616)
* Update global.json * Update build.yml * Update deploy.yml
1 parent 04ae5ed commit 49b958d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
submodules: 'true'
16+
- name: Setup Java JDK 11
17+
uses: actions/setup-java@v2.3.0
18+
with:
19+
java-version: 11
20+
distribution: "temurin"
1621
- name: Setup .NET 6.0
1722
uses: actions/setup-dotnet@v1
1823
with:
19-
dotnet-version: 6.0.100-preview.7.21379.14
24+
dotnet-version: 6.0.100-rc.1.21458.32
2025
- name: Setup .NET 5.0
2126
uses: actions/setup-dotnet@v1
2227
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET 6.0
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 6.0.100-preview.7.21379.14
18+
dotnet-version: 6.0.100-rc.1.21458.32
1919
- name: Setup .NET 5.0
2020
uses: actions/setup-dotnet@v1
2121
with:

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": "6.0.100-preview.7.21379.14",
3+
"version": "6.0.100-rc.1.21458.32",
44
"rollForward": "major"
55
}
66
}

0 commit comments

Comments
 (0)