Merge pull request #14432 from dotnet/darc-main-6e122f70-91f0-4d53-a8cf-44e385346e78

[main] Update dependencies from dotnet/arcade
This commit is contained in:
v-wuzhai 2022-09-01 23:37:51 -07:00 committed by GitHub
commit 453ad9cfda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View file

@ -194,18 +194,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22430.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22431.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ca202ec5e84706c6a90a0d85516608a43b374d54</Sha>
<Sha>00a270bc27455470fac06f5704aa0d7a5a31489d</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22430.3">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22431.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ca202ec5e84706c6a90a0d85516608a43b374d54</Sha>
<Sha>00a270bc27455470fac06f5704aa0d7a5a31489d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22430.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22431.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ca202ec5e84706c6a90a0d85516608a43b374d54</Sha>
<Sha>00a270bc27455470fac06f5704aa0d7a5a31489d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22429.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
@ -220,7 +220,7 @@
<Sha>c1bc837421e41a673cb30bf670c0cdd83ac09b75</Sha>
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22429-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22430-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/sourcelink</Uri>
<Sha>e57efa1ed395dd6975b33052719facb24f03ee0b</Sha>
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />

View file

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

View file

@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22430.3",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22430.3"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22431.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22431.1"
}
}