Update dependencies from https://github.com/dotnet/arcade build 20220928.2
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22477.1 -> To Version 8.0.0-beta.22478.2 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22475-01 -> To Version 1.2.0-beta-22477-01 (parent: Microsoft.DotNet.Arcade.Sdk
This commit is contained in:
parent
9bae34ed67
commit
968e798c7e
4 changed files with 12 additions and 12 deletions
|
@ -193,18 +193,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22477.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22478.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>0213f8ad31ac8c63ad41760f02a929998abf69bb</Sha>
|
||||
<Sha>839e1e3b415fc2747dde68f47d940faa414020ec</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22477.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22478.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>0213f8ad31ac8c63ad41760f02a929998abf69bb</Sha>
|
||||
<Sha>839e1e3b415fc2747dde68f47d940faa414020ec</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22477.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22478.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>0213f8ad31ac8c63ad41760f02a929998abf69bb</Sha>
|
||||
<Sha>839e1e3b415fc2747dde68f47d940faa414020ec</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22462.2">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -219,9 +219,9 @@
|
|||
<Sha>a7794a9e26ec88739e3cfc9825cb107d53a7e6f9</Sha>
|
||||
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22475-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22477-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>baeb9afdfe9778caab2c57dd5c9352c3cca68cc5</Sha>
|
||||
<Sha>50130a9bdd1a63b0cfaa1f267d3f7bff2ca7e631</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22462.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22477.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22478.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -14,7 +14,7 @@ parameters:
|
|||
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
|
||||
defaultManagedPlatform:
|
||||
name: 'Managed'
|
||||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab'
|
||||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-latest'
|
||||
|
||||
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
|
||||
# object in this array is sent to the job template as 'platform'. If no platforms are specified,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.21.0"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22477.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22477.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22478.2",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22478.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue