From 5f857719d71adcc3b8b2efd8fd36692f0f77de35 Mon Sep 17 00:00:00 2001 From: Anthony Sneed Date: Tue, 24 Nov 2020 12:20:12 -0600 Subject: [PATCH] Update to v 3.1.1 Revert to NET Standard 2.0 Update EF Core to v 3.1.10 --- .../TrackableEntities.Common.Core.csproj | 6 +++--- .../TrackableEntities.EF.Core.Tests.csproj | 17 +++++------------ .../TrackableEntities.EF.Core.csproj | 8 ++++---- global.json | 2 +- 4 files changed, 13 insertions(+), 20 deletions(-) diff --git a/TrackableEntities.Common.Core/TrackableEntities.Common.Core.csproj b/TrackableEntities.Common.Core/TrackableEntities.Common.Core.csproj index ca42309..9c4904b 100644 --- a/TrackableEntities.Common.Core/TrackableEntities.Common.Core.csproj +++ b/TrackableEntities.Common.Core/TrackableEntities.Common.Core.csproj @@ -1,15 +1,15 @@  - netstandard2.1 + netstandard2.0 TrackableEntities.Common.Core - 3.1.0 + 3.1.1 Tony Sneed Tony Sneed Trackable Entities Common for .NET Standard Assembly containing TrackingState enum and ITrackable, IMergeable interfaces. false - See: https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v3.0.0 + See: https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v3.1.1 change-tracking entity-framework-core n-tier true MIT diff --git a/TrackableEntities.EF.Core.Tests/TrackableEntities.EF.Core.Tests.csproj b/TrackableEntities.EF.Core.Tests/TrackableEntities.EF.Core.Tests.csproj index 78e8e2e..7d9cf02 100644 --- a/TrackableEntities.EF.Core.Tests/TrackableEntities.EF.Core.Tests.csproj +++ b/TrackableEntities.EF.Core.Tests/TrackableEntities.EF.Core.Tests.csproj @@ -3,23 +3,16 @@ netcoreapp3.1 3.1.0 - false - - - - latest - - - latest + false - - - + + + - + diff --git a/TrackableEntities.EF.Core/TrackableEntities.EF.Core.csproj b/TrackableEntities.EF.Core/TrackableEntities.EF.Core.csproj index 81c6547..a9ecc3c 100644 --- a/TrackableEntities.EF.Core/TrackableEntities.EF.Core.csproj +++ b/TrackableEntities.EF.Core/TrackableEntities.EF.Core.csproj @@ -1,9 +1,9 @@  - netstandard2.1 + netstandard2.0 true - 3.1.0 + 3.1.1 Tony Sneed Tony Sneed Trackable Entities for EF Core @@ -12,7 +12,7 @@ https://github.com/TrackableEntities/TrackableEntities.Core icon.png change-tracking entity-framework-core n-tier - See: https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v3.0.0 + See: https://github.com/TrackableEntities/TrackableEntities.Core/releases/tag/v3.1.1 true @@ -31,7 +31,7 @@ - + diff --git a/global.json b/global.json index 995f355..0730b55 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "3.1.102" + "version": "3.1.404" } } \ No newline at end of file