зеркало из https://github.com/dotnet/tye.git
Update dependencies from https://github.com/dotnet/arcade build 20220510.2 (#1384)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
34f2227192
Коммит
038064730f
|
@ -3,25 +3,25 @@
|
|||
<ProductDependencies>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22259.5">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22260.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>6e533ee7a479018586f2314295ad113f6ba1d5b1</Sha>
|
||||
<Sha>6baad99219dda29b3c8efd7d627393cda4b38372</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22259.5">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22260.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>6e533ee7a479018586f2314295ad113f6ba1d5b1</Sha>
|
||||
<Sha>6baad99219dda29b3c8efd7d627393cda4b38372</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22259.5">
|
||||
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22260.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>6e533ee7a479018586f2314295ad113f6ba1d5b1</Sha>
|
||||
<Sha>6baad99219dda29b3c8efd7d627393cda4b38372</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22259.5">
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22260.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>6e533ee7a479018586f2314295ad113f6ba1d5b1</Sha>
|
||||
<Sha>6baad99219dda29b3c8efd7d627393cda4b38372</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22259.5">
|
||||
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22260.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>6e533ee7a479018586f2314295ad113f6ba1d5b1</Sha>
|
||||
<Sha>6baad99219dda29b3c8efd7d627393cda4b38372</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
<ItemGroup>
|
||||
<!-- Clear references, the SDK may add some depending on UsuingToolXxx settings, but we only want to restore the following -->
|
||||
<PackageReference Remove="@(PackageReference)"/>
|
||||
<PackageReference Include="Microsoft.ManifestTool.CrossPlatform" Version="$(MicrosoftManifestToolCrossPlatformVersion)" />
|
||||
<PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="$(MicrosoftVisualStudioEngMicroBuildCoreVersion)" />
|
||||
<PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Plugins.SwixBuild" Version="$(MicrosoftVisualStudioEngMicroBuildPluginsSwixBuildVersion)" />
|
||||
<PackageReference Include="Microsoft.DotNet.IBCMerge" Version="$(MicrosoftDotNetIBCMergeVersion)" Condition="'$(UsingToolIbcOptimization)' == 'true'" />
|
||||
<PackageReference Include="Drop.App" Version="$(DropAppVersion)" ExcludeAssets="all" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'"/>
|
||||
</ItemGroup>
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
}
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22259.5"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22260.2"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче