[main] Update dependencies from dotnet/arcade (#19467)
This commit is contained in:
commit
ea86717313
4 changed files with 13 additions and 15 deletions
|
@ -238,17 +238,17 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24210.4">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24212.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
|
||||
<Sha>87b015b938e5400d6e57afd7650348c17a764b73</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24210.4">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24212.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
|
||||
<Sha>87b015b938e5400d6e57afd7650348c17a764b73</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24210.4">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24212.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
|
||||
<Sha>87b015b938e5400d6e57afd7650348c17a764b73</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24210.2">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -258,14 +258,14 @@
|
|||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>9ec07c3673acf5602234c244d9465bca48f49969</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24210.4">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24212.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
|
||||
<Sha>87b015b938e5400d6e57afd7650348c17a764b73</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24210.4">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24212.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a26575045adf694ecd7af6b1a310d2324ef5682b</Sha>
|
||||
<Sha>87b015b938e5400d6e57afd7650348c17a764b73</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24210.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24212.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -98,8 +98,6 @@ steps:
|
|||
/p:DotNetBuildRepo=true \
|
||||
/p:AssetManifestFileName=$assetManifestFileName
|
||||
displayName: Build
|
||||
env:
|
||||
OPENSSL_ENABLE_SHA1_SIGNATURES: 1
|
||||
|
||||
# Upload build logs for diagnosis.
|
||||
- task: CopyFiles@2
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"cmake": "latest"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24210.4",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24210.4",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24212.4",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24212.4",
|
||||
"Microsoft.Build.NoTargets": "3.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue