зеркало из https://github.com/dotnet/razor.git
15 строки
576 B
XML
15 строки
576 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
|
<Import Project="eng\MPack.targets" />
|
|
|
|
<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>
|
|
</Project> |