Merge branch 'main' into darc-main-68fd2886-d31c-4d06-8eb6-0d6f3a03ecee

This commit is contained in:
Larry Ewing 2023-03-03 15:56:31 -06:00 committed by GitHub
commit e5e927e7b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -195,18 +195,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23151.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23152.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bdc59254cf108e1d48451dc43bb9ebc331cdca7b</Sha>
<Sha>6b3afa7543dd5d69e621015cd1569fb0960b5f24</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23151.4">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23152.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bdc59254cf108e1d48451dc43bb9ebc331cdca7b</Sha>
<Sha>6b3afa7543dd5d69e621015cd1569fb0960b5f24</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23151.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23152.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bdc59254cf108e1d48451dc43bb9ebc331cdca7b</Sha>
<Sha>6b3afa7543dd5d69e621015cd1569fb0960b5f24</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -225,14 +225,14 @@
<Sha>72584554974ece2019fbd3dd6743a282f39d9b87</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23128-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23151-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>1d0b20231ab9387f2b6d1c645cac30f763fdf419</Sha>
<Sha>5585cd4cd5779bc7efdf3e2f19ed0bef50b15f7b</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23128.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23151.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>dd049b903ad1a4d53208f3767d181c28058eaa3e</Sha>
<Sha>95794aa6747aa08b79869e7dac06a9ac5d922ab2</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.23151.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23152.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.23151.4",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23151.4"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23152.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23152.1"
}
}