File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Tests/Microsoft.NET.TestFramework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ public class ToolsetInfo
22
22
23
23
public const string LatestWinRuntimeIdentifier = "win10" ;
24
24
public const string LatestLinuxRuntimeIdentifier = "ubuntu.20.04" ;
25
- public const string LatestMacRuntimeIdentifier = "osx.14 " ;
26
- public const string LatestRuntimeIdentifiers = $ "{ LatestWinRuntimeIdentifier } -x64;{ LatestWinRuntimeIdentifier } -x86;osx.10.10-x64;osx.10.11-x64;osx.10.12-x64;osx.10.14-x64;osx.12-x64; { LatestMacRuntimeIdentifier } -x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;ubuntu.18.04-x64;{ LatestLinuxRuntimeIdentifier } -x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64";
25
+ public const string LatestMacRuntimeIdentifier = "osx.12 " ;
26
+ public const string LatestRuntimeIdentifiers = $ "{ LatestWinRuntimeIdentifier } -x64;{ LatestWinRuntimeIdentifier } -x86;osx.10.10-x64;osx.10.11-x64;osx.10.12-x64;osx.10.14-x64;{ LatestMacRuntimeIdentifier } -x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;ubuntu.18.04-x64;{ LatestLinuxRuntimeIdentifier } -x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64";
27
27
28
28
public string DotNetRoot { get ; }
29
29
public string DotNetHostPath { get ; }
You can’t perform that action at this time.
0 commit comments