Skip to content

Commit 1a0532a

Browse files
committed
Use .NET 7 RTM.
1 parent e707229 commit 1a0532a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 -Channel 3.1 -InstallDir "dotnetcli"
1313
- ps: .\install-dotnet.ps1 -Channel 5.0 -InstallDir "dotnetcli"
14-
- ps: .\install-dotnet.ps1 -Channel 7.0 -Quality preview -InstallDir "dotnetcli"
14+
- ps: .\install-dotnet.ps1 -Channel 7.0 -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: '7.0.100-rc.2.22477.23'
2+
DotNetCoreSdkVersion: '7.x'
33
NUGET_PACKAGES: '$(Pipeline.Workspace)/.nuget/packages'
44

55
jobs:

0 commit comments

Comments
 (0)