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 23, 2019
1 parent 875e542 commit 8775aa2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rx.NET/Source/Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<DefineConstants>$(DefineConstants);HAS_TRACE;HAS_WINRT;PREFER_ASYNC;HAS_TPL46;NO_REMOTING;HAS_WINFORMS;HAS_DISPATCHER;DESKTOPCLR</DefineConstants>
</PropertyGroup>

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


<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false' and '$(TargetFramework)' != 'netcoreapp3.0'">
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
Expand Down

0 comments on commit 8775aa2

Please sign in to comment.