[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2022-05-11 12:44:56 +00:00 коммит произвёл GitHub
Родитель 34f2227192
Коммит 038064730f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 11 удалений

Просмотреть файл

@ -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"
}
}