From f12ffc148ea328ea4f06ca0bb6d45dc01b7a4be3 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Tue, 13 Aug 2019 16:19:39 -0700 Subject: [PATCH] Don't emit framework reference on pack --- .../System.Reactive/System.Reactive.csproj | 56 ++++++++++--------- .../build/System.Reactive.targets | 2 + 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/Rx.NET/Source/src/System.Reactive/System.Reactive.csproj b/Rx.NET/Source/src/System.Reactive/System.Reactive.csproj index 928d4698da..c5a3926f58 100644 --- a/Rx.NET/Source/src/System.Reactive/System.Reactive.csproj +++ b/Rx.NET/Source/src/System.Reactive/System.Reactive.csproj @@ -1,9 +1,9 @@  netcoreapp3.0;netstandard2.0;net46;uap10.0;uap10.0.16299 - false + false Rx;Reactive;Extensions;Observable;LINQ;Events - Reactive Extensions (Rx) for .NET + Reactive Extensions (Rx) for .NET @@ -12,39 +12,43 @@ false + + + + - + - - - + + + - + - + - + - + - + - + - + @@ -56,42 +60,42 @@ - + - + - $(TargetsForTfmSpecificBuildOutput);RemoveNetCoreApp3FromNuGet - $(TargetsForTfmSpecificContentInPackage);AddNetCore3ToNuGet + $(TargetsForTfmSpecificBuildOutput);RemoveNetCoreApp3FromNuGet + $(TargetsForTfmSpecificContentInPackage);AddNetCore3ToNuGet - + - - + + - + - + - + - + - + - + \ No newline at end of file diff --git a/Rx.NET/Source/src/System.Reactive/build/System.Reactive.targets b/Rx.NET/Source/src/System.Reactive/build/System.Reactive.targets index c209ae2cbf..b03e2e791e 100644 --- a/Rx.NET/Source/src/System.Reactive/build/System.Reactive.targets +++ b/Rx.NET/Source/src/System.Reactive/build/System.Reactive.targets @@ -6,5 +6,7 @@ + + \ No newline at end of file