From 3860a6034cea834c69f1bbeb27a7176fe1b47b3f Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 6 Jun 2019 16:44:31 +1000 Subject: [PATCH] Update NuGet dependencies to latest. Update to latest NuGet properties. --- Directory.Build.props | 9 +++++---- Directory.build.targets | 4 ++++ DynamicData.Profile/DynamicData.Profile.csproj | 17 ++++++++--------- .../DynamicData.ReactiveUI.Tests.csproj | 16 ++++++++-------- DynamicData.Tests/DynamicData.Tests.csproj | 16 ++++++++-------- DynamicData/DynamicData.csproj | 2 +- 6 files changed, 34 insertions(+), 30 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e1386488e..f80437245 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,16 +10,17 @@ Roland Pheasant Roland Pheasant - http://opensource.org/licenses/MIT + MIT https://github.com/RolandPheasant/DynamicData https://github.com/RolandPheasant/DynamicData/blob/master/ReleaseNotes.md - DynamicData ($(TargetFramework)) - Copyright Roland Pheasant 2011-2018 + Copyright Roland Pheasant 2011-2019 DynamicData;Dynamic;Data;Rx;Reactive;Observable;Cache;Binding;ObservableCache;ObservableList;ObservableCollection;Collection;Linq true True false false + https://github.com/RolandPheasant/DynamicData + git @@ -33,7 +34,7 @@ - + diff --git a/Directory.build.targets b/Directory.build.targets index f2e816860..4b8aa2f3b 100644 --- a/Directory.build.targets +++ b/Directory.build.targets @@ -1,4 +1,8 @@ + + $(AssemblyName) ($(TargetFramework)) + + $(DefineConstants);WINDOWS_UWP;P_LINQ diff --git a/DynamicData.Profile/DynamicData.Profile.csproj b/DynamicData.Profile/DynamicData.Profile.csproj index efc41ea8b..2315a922e 100644 --- a/DynamicData.Profile/DynamicData.Profile.csproj +++ b/DynamicData.Profile/DynamicData.Profile.csproj @@ -1,6 +1,6 @@  - netcoreapp2.1 + netcoreapp2.2 $(NoWarn);CS0618 @@ -9,17 +9,16 @@ - + - - - - - - - + + + + + + diff --git a/DynamicData.ReactiveUI.Tests/DynamicData.ReactiveUI.Tests.csproj b/DynamicData.ReactiveUI.Tests/DynamicData.ReactiveUI.Tests.csproj index b01c3ea1c..a756c77a7 100644 --- a/DynamicData.ReactiveUI.Tests/DynamicData.ReactiveUI.Tests.csproj +++ b/DynamicData.ReactiveUI.Tests/DynamicData.ReactiveUI.Tests.csproj @@ -1,6 +1,6 @@  - net461 + net462 @@ -10,16 +10,16 @@ - + - - - - - - + + + + + + diff --git a/DynamicData.Tests/DynamicData.Tests.csproj b/DynamicData.Tests/DynamicData.Tests.csproj index f8a9eeee3..a0c0322eb 100644 --- a/DynamicData.Tests/DynamicData.Tests.csproj +++ b/DynamicData.Tests/DynamicData.Tests.csproj @@ -1,6 +1,6 @@  - netcoreapp2.1;net462 + netcoreapp2.2;net462 $(NoWarn);CS0618 @@ -9,15 +9,15 @@ - + - - - - - - + + + + + + diff --git a/DynamicData/DynamicData.csproj b/DynamicData/DynamicData.csproj index 27dfec2e4..04cdf1709 100644 --- a/DynamicData/DynamicData.csproj +++ b/DynamicData/DynamicData.csproj @@ -6,7 +6,7 @@ - +