зеркало из https://github.com/dotnet/winforms.git
Re-categorize runtime dependencies as Product (#3517)
This commit is contained in:
Родитель
7f5fd6e30b
Коммит
6fd4ae643d
|
@ -7,14 +7,10 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
|
|||
-->
|
||||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<!-- Core Setup for coherency -->
|
||||
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-preview.8.20328.6">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
|
||||
</Dependency>
|
||||
<!-- CoreFX via Core Setup -->
|
||||
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.8.20328.6">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
|
||||
|
@ -55,37 +51,13 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
|
|||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
|
||||
</Dependency>
|
||||
<!-- CoreCLR via Core Setup -->
|
||||
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-preview.8.20328.6">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
|
||||
<SourceBuildId>5596</SourceBuildId>
|
||||
<Sha>4a21529178750aab4b194d54918d0676e0e5833a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-preview.8.20328.6">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
|
||||
<SourceBuildId>5596</SourceBuildId>
|
||||
</Dependency>
|
||||
<!-- Arcade -->
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20330.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20330.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20330.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20330.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20330.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="5.0.0-preview.8.20328.6">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
@ -131,5 +103,28 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
|
|||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
|
||||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<!-- Arcade -->
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20316.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20316.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20316.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20316.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20316.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
Загрузка…
Ссылка в новой задаче