Skip to content

Commit 4366e85

Browse files
committed
Use .NET 6.0 Preview 5.
1 parent e6b45f0 commit 4366e85

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up .NET 6.0
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: 6.0.100-preview.4.21255.9
25+
dotnet-version: 6.0.100-preview.5.21302.13
2626

2727
- name: Restore
2828
run: dotnet restore

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up .NET 6.0
5252
uses: actions/setup-dotnet@v1
5353
with:
54-
dotnet-version: 6.0.100-preview.4.21255.9
54+
dotnet-version: 6.0.100-preview.5.21302.13
5555
- name: Restore Packages
5656
run: dotnet restore
5757
- name: Build and analyze

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ cache:
99
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
1010
install:
1111
- ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
12-
- ps: .\install-dotnet.ps1 -Version 3.1.409 -InstallDir "dotnetcli"
13-
- ps: .\install-dotnet.ps1 -Version 5.0.300 -InstallDir "dotnetcli"
14-
- ps: .\install-dotnet.ps1 -Version 6.0.100-preview.4.21255.9 -InstallDir "dotnetcli"
12+
- ps: .\install-dotnet.ps1 -Version 3.1.410 -InstallDir "dotnetcli"
13+
- ps: .\install-dotnet.ps1 -Version 5.0.301 -InstallDir "dotnetcli"
14+
- ps: .\install-dotnet.ps1 -Version 6.0.100-preview.5.21302.13 -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-preview.4.21255.9'
2+
DotNetCoreSdkVersion: '6.0.100-preview.5.21302.13'
33
NUGET_PACKAGES: '$(Pipeline.Workspace)/.nuget/packages'
44

55
jobs:

0 commit comments

Comments
 (0)