[main] Update dependencies from dotnet/arcade (#4621)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
9cbf4b422a
Коммит
84d58c4ddc
|
@ -152,29 +152,29 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24428.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24429.6">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8c014d39b54295c36f61636aa897a6fe6c25c902</Sha>
|
||||
<Sha>d7f6456959c71512dd68e03021e0aadd8e27d025</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24428.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.24429.6">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8c014d39b54295c36f61636aa897a6fe6c25c902</Sha>
|
||||
<Sha>d7f6456959c71512dd68e03021e0aadd8e27d025</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24428.1">
|
||||
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.24429.6">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8c014d39b54295c36f61636aa897a6fe6c25c902</Sha>
|
||||
<Sha>d7f6456959c71512dd68e03021e0aadd8e27d025</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24428.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.24429.6">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8c014d39b54295c36f61636aa897a6fe6c25c902</Sha>
|
||||
<Sha>d7f6456959c71512dd68e03021e0aadd8e27d025</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24428.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24429.6">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8c014d39b54295c36f61636aa897a6fe6c25c902</Sha>
|
||||
<Sha>d7f6456959c71512dd68e03021e0aadd8e27d025</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24428.1">
|
||||
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="10.0.0-beta.24429.6">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8c014d39b54295c36f61636aa897a6fe6c25c902</Sha>
|
||||
<Sha>d7f6456959c71512dd68e03021e0aadd8e27d025</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- arcade -->
|
||||
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24428.1</MicrosoftDotNetBuildTasksArchivesVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24428.1</MicrosoftDotNetBuildTasksInstallersVersion>
|
||||
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.24429.6</MicrosoftDotNetBuildTasksArchivesVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.24429.6</MicrosoftDotNetBuildTasksInstallersVersion>
|
||||
<!-- corefx -->
|
||||
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
|
||||
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>
|
||||
|
|
|
@ -45,6 +45,7 @@ steps:
|
|||
SourceFolder: '$(Build.SourcesDirectory)/PostBuildLogs'
|
||||
Contents: '**'
|
||||
TargetFolder: '$(Build.ArtifactStagingDirectory)/PostBuildLogs'
|
||||
condition: always()
|
||||
|
||||
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
|
||||
parameters:
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"dotnet": "9.0.100-preview.7.24407.12"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24428.1",
|
||||
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24428.1",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24429.6",
|
||||
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.24429.6",
|
||||
"Microsoft.Build.NoTargets": "3.7.0",
|
||||
"Microsoft.Build.Traversal": "3.4.0"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче