Merge pull request #13847 from dotnet/darc-main-e94efd7d-dc0f-47da-8453-9a67ee62d9f5

[main] Update dependencies from dotnet/arcade
This commit is contained in:
v-wuzhai 2022-05-17 20:07:24 -07:00 committed by GitHub
commit b5ea32ce9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -192,33 +192,33 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22262.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22266.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
<Sha>70d269dfe645525adb6836d25d8a97d7960eda1a</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22262.8">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22266.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
<Sha>70d269dfe645525adb6836d25d8a97d7960eda1a</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22262.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22266.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
<Sha>70d269dfe645525adb6836d25d8a97d7960eda1a</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22261.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>c71ce108eda9f657c9f58a613a1fe56b6b08235d</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22260-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22262-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>5a42380a3f5de7b4e1dc7c4de1f556d92edbad93</Sha>
<Sha>339f00dd30bac695b67bbfd1f7faf5a3c7f1e984</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22261.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22263.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>78c2e0ecb58db6b09165d3388f0ba84db3a889d4</Sha>
<Sha>54bc9a1ac8a39083216bb8f5447c8d34fdd290f7</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.22262.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22266.1</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.22262.8",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22262.8"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22266.1",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22266.1"
}
}