[main] Update dependencies from dotnet/arcade (#15344)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
8c568e4f3c
commit
2ab152d4b1
3 changed files with 12 additions and 12 deletions
|
@ -192,18 +192,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23073.10">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23074.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
|
||||
<Sha>d1e861bb47e003e8f87474f518de2c9ddff85f23</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23073.10">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23074.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
|
||||
<Sha>d1e861bb47e003e8f87474f518de2c9ddff85f23</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23073.10">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23074.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
|
||||
<Sha>d1e861bb47e003e8f87474f518de2c9ddff85f23</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23074.3">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -222,14 +222,14 @@
|
|||
<Sha>44c3e166651615f4ae66f0dfa236f082de84d7c5</Sha>
|
||||
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23072-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23073-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>de25d2565e5b89ff1d7eee1bce066005b272e365</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23068.2" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23073.2" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>09ed469f4a5c3eb72ce585fa1e268e453d13c4fb</Sha>
|
||||
<Sha>ee48da80a3094f5273480398268095bfa973840b</Sha>
|
||||
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23073.10</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23074.2</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.23073.10",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23073.10"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23074.2",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23074.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue