Update dependencies from https://github.com/dotnet/arcade build 20240126.5 (#6976)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.24069.2 -> To Version 9.0.0-beta.24076.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
4d69110150
Коммит
902102e23d
|
@ -7,25 +7,25 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24069.2">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24076.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
|
||||
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24069.2">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24076.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
|
||||
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24069.2">
|
||||
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24076.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
|
||||
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24069.2">
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24076.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
|
||||
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.24069.2">
|
||||
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.24076.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
|
||||
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.20074.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -39,9 +39,9 @@
|
|||
<Uri>https://github.com/dotnet/xharness</Uri>
|
||||
<Sha>89cb4b1d368e0f15b4df8e02a176dd1f1c33958b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24069.2">
|
||||
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24076.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
|
||||
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20460.2">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
|
@ -63,9 +63,9 @@
|
|||
<Uri>https://github.com/dotnet/symreader-converter</Uri>
|
||||
<Sha>c5ba7c88f92e2dde156c324a8c8edc04d9fa4fe0</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24069.2">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24076.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>abddd0bd5145578246dcadda264c7557f2a935a9</Sha>
|
||||
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<DotNetRuntime80Version>8.0.1</DotNetRuntime80Version>
|
||||
<FluentAssertionVersion>5.10.2</FluentAssertionVersion>
|
||||
<MicrosoftCodeAnalysisTestingVersion>1.1.2-beta1.23431.1</MicrosoftCodeAnalysisTestingVersion>
|
||||
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24069.2</MicrosoftDotNetXUnitExtensionsVersion>
|
||||
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24076.5</MicrosoftDotNetXUnitExtensionsVersion>
|
||||
<MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion>
|
||||
<MicrosoftExtensionsTestVersion>3.0.1</MicrosoftExtensionsTestVersion>
|
||||
<MicrosoftMLOnnxTestModelsVersion>0.0.6-test</MicrosoftMLOnnxTestModelsVersion>
|
||||
|
|
|
@ -240,6 +240,7 @@ function Build {
|
|||
/p:Build=$build \
|
||||
/p:DotNetBuildRepo=$product_build \
|
||||
/p:ArcadeBuildFromSource=$source_build \
|
||||
/p:DotNetBuildSourceOnly=$source_build \
|
||||
/p:ArcadeBuildVertical=$vertical_build \
|
||||
/p:Rebuild=$rebuild \
|
||||
/p:Test=$test \
|
||||
|
|
|
@ -72,7 +72,7 @@ __AlpinePackages+=" openssl-dev"
|
|||
__AlpinePackages+=" zlib-dev"
|
||||
|
||||
__FreeBSDBase="13.2-RELEASE"
|
||||
__FreeBSDPkg="1.20.0"
|
||||
__FreeBSDPkg="1.17.0"
|
||||
__FreeBSDABI="13"
|
||||
__FreeBSDPackages="libunwind"
|
||||
__FreeBSDPackages+=" icu"
|
||||
|
|
|
@ -94,6 +94,7 @@ steps:
|
|||
$baseOsArgs \
|
||||
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
|
||||
/p:ArcadeBuildFromSource=true \
|
||||
/p:DotNetBuildSourceOnly=true \
|
||||
/p:DotNetBuildRepo=true \
|
||||
/p:AssetManifestFileName=$assetManifestFileName
|
||||
displayName: Build
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
}
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24069.2",
|
||||
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24069.2",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24076.5",
|
||||
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24076.5",
|
||||
"Microsoft.Build.Traversal": "3.2.0",
|
||||
"Microsoft.SourceLink.GitHub": "1.1.0-beta-20206-02",
|
||||
"Microsoft.SourceLink.Common": "1.1.0-beta-20206-02"
|
||||
|
|
Загрузка…
Ссылка в новой задаче