2018-12-02 03:25:55 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project>
|
|
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
|
|
|
<Import Project="eng\MPack.targets" />
|
2019-02-22 21:24:51 +03:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<!-- Workaround https://github.com/dotnet/sdk/issues/2976 -->
|
|
|
|
<PackageReference Update="Microsoft.NETCore.Platforms" PrivateAssets="All" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<!-- Workaround https://github.com/dotnet/cli/issues/10528 -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<BundledNETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion>
|
|
|
|
</PropertyGroup>
|
2018-12-02 03:25:55 +03:00
|
|
|
</Project>
|