Merge pull request #15098 from dotnet/darc-main-1c56cdef-da46-4c9d-a63c-69621704ccb3

[main] Update dependencies from dotnet/arcade
This commit is contained in:
Marc Paine 2022-12-07 14:41:22 -08:00 committed by GitHub
commit 67d6b768ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View file

@ -192,18 +192,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22605.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22606.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c96d78299a4fe5557bd564e44b63725cdbabd960</Sha>
<Sha>513428e6a7a61bc5f4efd82afee219e90df51bfe</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22605.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22606.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c96d78299a4fe5557bd564e44b63725cdbabd960</Sha>
<Sha>513428e6a7a61bc5f4efd82afee219e90df51bfe</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22605.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22606.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c96d78299a4fe5557bd564e44b63725cdbabd960</Sha>
<Sha>513428e6a7a61bc5f4efd82afee219e90df51bfe</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.22606.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -227,9 +227,9 @@
<Sha>d047202874ad79d72c75b6354c0f8a9a12d1b054</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22580.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22605.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>a54541e2b225c006bed2bc7c3c8e379069741466</Sha>
<Sha>0d65aa8023efa85de4945c07e7dc8a0f7992260c</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22605.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22606.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22605.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22605.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22606.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22606.1"
}
}