Update SDK, re-enable Win7 (#21627)
This commit is contained in:
parent
5d96b5de10
commit
1435cfa8d6
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
<!-- daily scheduled only queues -->
|
||||
<ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'">
|
||||
<HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" />
|
||||
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
|
||||
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" />
|
||||
<HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" />
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "5.0.100-preview.5.20251.2"
|
||||
"version": "5.0.100-preview.5.20258.4"
|
||||
},
|
||||
"tools": {
|
||||
"dotnet": "5.0.100-preview.5.20251.2",
|
||||
"dotnet": "5.0.100-preview.5.20258.4",
|
||||
"runtimes": {
|
||||
"dotnet/x64": [
|
||||
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue