Skip to content

Commit 912a610

Browse files
jonpryordellis1972
authored andcommitted
Use DotNetCoreVersion 6.0.x
We think this was bumped to a specific preview6 version because of: https://discord.com/channels/732297728826277939/732297837953679412/874959446747533323 error CS8400: Feature 'interpolated string handlers' is not available in C# 8.0. Please use language version 10.0 or greater. However, is it still needed?
1 parent 5e8f8fd commit 912a610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variables:
1919
RunningOnCI: true
2020
Build.Configuration: Release
2121
MaxJdkVersion: 8
22-
DotNetCoreVersion: 6.0.100-preview.6.21355.2
22+
DotNetCoreVersion: 6.0.x
2323
HostedMacImage: macOS-10.15
2424
HostedWinVS2019: Hosted Windows 2019 with VS2019
2525
NetCoreTargetFrameworkPathSuffix: -net6.0

0 commit comments

Comments
 (0)