Skip to content

Commit cf99807

Browse files
author
Oren Novotny
committed
Workaround dotnet/sdk#2976
1 parent 453609f commit cf99807

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Ix.NET/Source/Directory.build.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<Product>$(AssemblyName) ($(TargetFramework))</Product>
2727
</PropertyGroup>
2828

29+
<ItemGroup>
30+
<!-- Workaround https://github.com/dotnet/sdk/issues/2976 -->
31+
<PackageReference Update="Microsoft.NETCore.Platforms" PrivateAssets="All" />
32+
</ItemGroup>
33+
2934
<PropertyGroup Condition="'$(IsTestProject)' == 'true'">
3035
<UseSourceLink>true</UseSourceLink>
3136
<CoverletOutputFormat>cobertura</CoverletOutputFormat>

0 commit comments

Comments
 (0)