Update dependencies from https://github.com/dotnet/arcade build 20220715.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22364.1 -> To Version 7.0.0-beta.22365.4 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22363-01 -> To Version 1.2.0-beta-22364-02 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
parent
43f10a2ade
commit
5a66e2382e
3 changed files with 13 additions and 13 deletions
|
@ -196,32 +196,32 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22364.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22365.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>22e05f347f297e09e9ee58c22e139d2f5f5ec297</Sha>
|
||||
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22364.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22365.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>22e05f347f297e09e9ee58c22e139d2f5f5ec297</Sha>
|
||||
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22364.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22365.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>22e05f347f297e09e9ee58c22e139d2f5f5ec297</Sha>
|
||||
<Sha>f7951a64db920ea599bd6819065b661d88d26b23</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22363.2">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
<Sha>598fd5d2c9e36784f5c5ca8df533a57f8b46727d</Sha>
|
||||
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22363-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22364-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>317a714f518da915bbf9f04f8f30e7ddb224d911</Sha>
|
||||
<Sha>3e7c7527cc929bfcda18cde3af8cddc2dd98f121</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22363.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22364.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>ad74dd451025f8bacb8bb22f6388da41a77cfcf5</Sha>
|
||||
<Sha>ad72d0b03cb9b259988d98e1ebcdf8ca56c9d8e5</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.22364.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22365.4</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.22364.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22364.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22365.4",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22365.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue