Skip to content

Commit fd1f9de

Browse files
committed
Update to .NET 6.0 RC 2.
Signed-off-by: Bradley Grainger <[email protected]>
1 parent f58a90c commit fd1f9de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up .NET 6.0
3030
uses: actions/setup-dotnet@v1
3131
with:
32-
dotnet-version: 6.0.100-rc.1.21463.6
32+
dotnet-version: 6.0.100-rc.2.21505.57
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v1

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up .NET 6.0
2525
uses: actions/setup-dotnet@v1
2626
with:
27-
dotnet-version: 6.0.100-rc.1.21463.6
27+
dotnet-version: 6.0.100-rc.2.21505.57
2828

2929
- name: Restore
3030
run: dotnet restore

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
1212
- ps: .\install-dotnet.ps1 -Version 3.1.410 -InstallDir "dotnetcli"
1313
- ps: .\install-dotnet.ps1 -Version 5.0.301 -InstallDir "dotnetcli"
14-
- ps: .\install-dotnet.ps1 -Version 6.0.100-rc.1.21463.6 -InstallDir "dotnetcli"
14+
- ps: .\install-dotnet.ps1 -Version 6.0.100-rc.2.21505.57 -InstallDir "dotnetcli"
1515
build_script:
1616
- dotnet --info
1717
before_test:

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
DotNetCoreSdkVersion: '6.0.100-rc.1.21463.6'
2+
DotNetCoreSdkVersion: '6.0.100-rc.2.21505.57'
33
NUGET_PACKAGES: '$(Pipeline.Workspace)/.nuget/packages'
44

55
jobs:

0 commit comments

Comments
 (0)