Merge pull request #13335 from dotnet/darc-main-9ef79d53-c03c-4088-871a-fc884432af97

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

View file

@ -177,33 +177,33 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22153.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
<Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22153.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
<Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22153.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a19c29a391b292519a08217314bc53de6fb2d12c</Sha>
<Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22154.4">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>8c072e50c9ff73a1d3ca791df7d9722004af49ce</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22151-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22153-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>91f8013db4421c49abee09523ab8cd8a7ec9409a</Sha>
<Sha>7d09873c84c9cd1162cbe5a0c8cf01a34793b5e7</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22127.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22153.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>ea46697a42b48d92d5f0cac594d2e4d9cf22cc5b</Sha>
<Sha>d30075d8c33ba2bbb2d2d7aaffb56bb62396d197</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>7.0.0-beta.22153.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22154.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22153.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22153.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22154.3",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22154.3"
}
}