Skip to content

Commit

Permalink
Workaround dotnet/sdk#2976
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Feb 24, 2019
1 parent 453609f commit cf99807
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ix.NET/Source/Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<Product>$(AssemblyName) ($(TargetFramework))</Product>
</PropertyGroup>

<ItemGroup>
<!-- Workaround https://github.com/dotnet/sdk/issues/2976 -->
<PackageReference Update="Microsoft.NETCore.Platforms" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup Condition="'$(IsTestProject)' == 'true'">
<UseSourceLink>true</UseSourceLink>
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
Expand Down

0 comments on commit cf99807

Please sign in to comment.