We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453609f commit cf99807Copy full SHA for cf99807
Ix.NET/Source/Directory.build.targets
@@ -26,6 +26,11 @@
26
<Product>$(AssemblyName) ($(TargetFramework))</Product>
27
</PropertyGroup>
28
29
+ <ItemGroup>
30
+ <!-- Workaround https://github.com/dotnet/sdk/issues/2976 -->
31
+ <PackageReference Update="Microsoft.NETCore.Platforms" PrivateAssets="All" />
32
+ </ItemGroup>
33
+
34
<PropertyGroup Condition="'$(IsTestProject)' == 'true'">
35
<UseSourceLink>true</UseSourceLink>
36
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
0 commit comments