Update msbuild sdks and add dotnet-eng for Arcade SDK
This commit is contained in:
parent
806a764a0b
commit
7d5805f07f
2 changed files with 4 additions and 5 deletions
|
@ -8,8 +8,9 @@
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
||||||
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
<disabledPackageSources>
|
<disabledPackageSources>
|
||||||
<clear />
|
<clear />
|
||||||
</disabledPackageSources>
|
</disabledPackageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -3,9 +3,7 @@
|
||||||
"dotnet": "9.0.100-alpha.1.24055.2"
|
"dotnet": "9.0.100-alpha.1.24055.2"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.Build.Traversal": "2.0.2",
|
"Microsoft.Build.NoTargets": "3.7.0",
|
||||||
"Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01",
|
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24058.6"
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21304.1",
|
|
||||||
"Yarn.MSBuild": "1.15.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue