зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 557624: Update System.Numerics.Vectors to 4.5.0
Switching back System.Numerics.Vectors from 4.4.0 to 4.5.0 to avoid CloudBuild integration failures.
This commit is contained in:
Родитель
7c87d4014a
Коммит
ed06c4272a
|
@ -19,7 +19,7 @@ export const msbuildReferences: Managed.ManagedNugetPackage[] = [
|
|||
export const msbuildRuntimeContent = [
|
||||
importFrom("Microsoft.Build.Runtime").pkg,
|
||||
importFrom("System.Memory").withQualifier({targetFramework: "netstandard2.0"}).pkg,
|
||||
importFrom("System.Numerics.Vectors").withQualifier({targetFramework: "netstandard2.0"}).pkg,
|
||||
importFrom("SystemNumericsVectorsForMSBuild").withQualifier({targetFramework: "netstandard2.0"}).pkg,
|
||||
importFrom("SystemRuntimeCompilerServicesUnsafeForMSBuild").withQualifier({targetFramework: "netstandard2.0"}).pkg,
|
||||
importFrom("System.Threading.Tasks.Dataflow").pkg,
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ namespace VBCSCompilerLogger {
|
|||
importFrom("System.Reflection.Metadata").pkg,
|
||||
importFrom("System.Memory").withQualifier({targetFramework: "netstandard2.0"}).pkg,
|
||||
importFrom("SystemRuntimeCompilerServicesUnsafeForMSBuild").withQualifier({targetFramework: "netstandard2.0"}).pkg,
|
||||
importFrom("System.Numerics.Vectors").withQualifier({targetFramework: "netstandard2.0"}).pkg,
|
||||
importFrom("SystemNumericsVectorsForMSBuild").withQualifier({targetFramework: "netstandard2.0"}).pkg,
|
||||
]
|
||||
});
|
||||
|
||||
|
|
|
@ -3457,6 +3457,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Component": {
|
||||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "System.Numerics.Vectors",
|
||||
"Version": "4.5.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Component": {
|
||||
"Type": "NuGet",
|
||||
|
|
|
@ -284,7 +284,7 @@ config({
|
|||
{ id: "System.Memory", version: "4.5.4", dependentPackageIdsToSkip: ["System.Runtime.CompilerServices.Unsafe", "System.Numerics.Vectors"] },
|
||||
{ id: "System.Runtime.CompilerServices.Unsafe", version: "4.7.0" },
|
||||
{ id: "System.IO.Pipelines", version: "4.7.0", dependentPackageIdsToSkip: ["System.Threading.Tasks.Extensions"] },
|
||||
{ id: "System.Numerics.Vectors", version: "4.4.0" },
|
||||
{ id: "System.Numerics.Vectors", version: "4.5.0" },
|
||||
|
||||
// Extra dependencies to make MSBuild work
|
||||
{ id: "Microsoft.VisualStudio.Setup.Configuration.Interop", version: "1.16.30"},
|
||||
|
@ -292,6 +292,8 @@ config({
|
|||
{ id: "System.Text.Encoding.CodePages", version: "4.5.1",
|
||||
dependentPackageIdsToSkip: ["System.Runtime.CompilerServices.Unsafe"]},
|
||||
{ id: "System.Runtime.CompilerServices.Unsafe", version: "4.5.3", alias: "SystemRuntimeCompilerServicesUnsafeForMSBuild", dependentPackageIdsToSkip: ["*"]},
|
||||
{id: "System.Numerics.Vectors", version: "4.4.0", alias: "SystemNumericsVectorsForMSBuild"},
|
||||
|
||||
// Used for MSBuild input/output prediction
|
||||
{ id: "Microsoft.Build.Prediction", version: "0.3.0" },
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче