зеркало из https://github.com/dotnet/msbuild.git
Update dependencies from https://github.com/dotnet/arcade build 20240903.1 (#10633)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.24429.5 -> To Version 9.0.0-beta.24453.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
2206a054f2
Коммит
652d99fc80
|
@ -71,19 +71,19 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24429.5">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24453.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>d21db44e84b9038ea7b2add139adee2303d46800</Sha>
|
||||
<Sha>dd332f2d4e21daa8b79f84251ab156af9a0b11b2</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24429.5">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24453.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>d21db44e84b9038ea7b2add139adee2303d46800</Sha>
|
||||
<Sha>dd332f2d4e21daa8b79f84251ab156af9a0b11b2</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24429.5">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24453.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>d21db44e84b9038ea7b2add139adee2303d46800</Sha>
|
||||
<Sha>dd332f2d4e21daa8b79f84251ab156af9a0b11b2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.12.0-preview.1.87">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
|
@ -98,9 +98,9 @@
|
|||
<Sha>5cba0ce666766b1db7cd75009575c7e12c4be72c</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24429.5">
|
||||
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24453.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>d21db44e84b9038ea7b2add139adee2303d46800</Sha>
|
||||
<Sha>dd332f2d4e21daa8b79f84251ab156af9a0b11b2</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
Otherwise, this version of dotnet will not be installed and the build will error out. -->
|
||||
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
|
||||
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
|
||||
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24429.5</MicrosoftDotNetXUnitExtensionsVersion>
|
||||
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24453.1</MicrosoftDotNetXUnitExtensionsVersion>
|
||||
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
|
||||
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
|
||||
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24430.8</MicrosoftNetCompilersToolsetVersion>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"xcopy-msbuild": "17.8.5"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24429.5"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24453.1"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче