Update dependencies from https://github.com/dotnet/arcade build 20230405.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.23177.4 -> To Version 8.0.0-beta.23205.4 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-23175-02 -> To Version 1.2.0-beta-23202-01 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
parent
6e20e7275a
commit
aa5b3cf4c2
3 changed files with 13 additions and 13 deletions
|
@ -193,18 +193,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23177.4">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23205.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
|
||||
<Sha>290a3ecc0e3dabcdcafff632ccbf28d42db8061b</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23177.4">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23205.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
|
||||
<Sha>290a3ecc0e3dabcdcafff632ccbf28d42db8061b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23177.4">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23205.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
|
||||
<Sha>290a3ecc0e3dabcdcafff632ccbf28d42db8061b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -223,14 +223,14 @@
|
|||
<Sha>09c4d8e93c5b78897bccb4f27e0c373647fb3985</Sha>
|
||||
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23175-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23202-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
|
||||
<Sha>47edfd68f25fc5a9dd399b6e3f8f20a355f82e1a</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23175.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23180.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>f8afbbadc5b87ae70b8993f4a9cfa54fb820d6ce</Sha>
|
||||
<Sha>a0d9b0e10c67721157c066abb9210d1e3e774014</Sha>
|
||||
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23177.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23205.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.21.0"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23177.4",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23177.4"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23205.4",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23205.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue