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:
Sergey Tepliakov 2020-06-10 21:00:39 +00:00
Родитель 7c87d4014a
Коммит ed06c4272a
4 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

@ -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" },