Update dependencies from https://github.com/dotnet/arcade build 20220512.8
Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22261.14 -> To Version 7.0.0-beta.22262.8 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22259-01 -> To Version 1.2.0-beta-22260-02 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
parent
f05c1cde28
commit
e42c70d7c0
3 changed files with 13 additions and 13 deletions
|
@ -192,33 +192,33 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22261.14">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22262.8">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>666b83fa183306e9adec817c903ec93da2a4703c</Sha>
|
||||
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22261.14">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22262.8">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>666b83fa183306e9adec817c903ec93da2a4703c</Sha>
|
||||
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22261.14">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22262.8">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>666b83fa183306e9adec817c903ec93da2a4703c</Sha>
|
||||
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22261.1">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
<Sha>c71ce108eda9f657c9f58a613a1fe56b6b08235d</Sha>
|
||||
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22259-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22260-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>7e0f22b377684f55bf2bca45eba46bdcb08edb64</Sha>
|
||||
<Sha>5a42380a3f5de7b4e1dc7c4de1f556d92edbad93</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22257.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22261.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>dd1d99d35636a5a6f09dd3dad88e338bbde2cc8a</Sha>
|
||||
<Sha>78c2e0ecb58db6b09165d3388f0ba84db3a889d4</Sha>
|
||||
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22261.14</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22262.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.16.4"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22261.14",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22261.14"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22262.8",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22262.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue