From 15261692a9ef33200f47e8f1c8222a9654cac604 Mon Sep 17 00:00:00 2001 From: "szymon.zurawa@gmail.com" Date: Wed, 31 Mar 2021 10:27:21 +0200 Subject: [PATCH] Migrated to .NET 5.0 --- .../src/Chronicle.Integrations.MongoDB.csproj | 20 +++++++++++-------- src/Chronicle.Tests/Chronicle.Tests.csproj | 12 +++++------ src/Chronicle/Chronicle.csproj | 15 +++++++------- src/TestApp/TestApp.csproj | 2 +- 4 files changed, 27 insertions(+), 22 deletions(-) diff --git a/src/Chronicle.Integrations.MongoDB/src/Chronicle.Integrations.MongoDB.csproj b/src/Chronicle.Integrations.MongoDB/src/Chronicle.Integrations.MongoDB.csproj index 8954157..03b8806 100644 --- a/src/Chronicle.Integrations.MongoDB/src/Chronicle.Integrations.MongoDB.csproj +++ b/src/Chronicle.Integrations.MongoDB/src/Chronicle.Integrations.MongoDB.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0 Chronicle.Integrations.MongoDB Chronicle.Integrations.MongoDB Chronicle_.Integrations.MongoDB @@ -11,16 +11,20 @@ https://github.com/chronicle-stack/Chronicle.Integrations.MongoDB https://github.com/chronicle-stack/Chronicle/blob/master/LICENSE https://avatars1.githubusercontent.com/u/42150754?s=200 - 3.1.1 - 3.1.1 - 3.1.1 - 3.1.1 + 5.0.0 + 5.0.0 + 5.0.0 + 5.0.0 - - - + + + + + + + diff --git a/src/Chronicle.Tests/Chronicle.Tests.csproj b/src/Chronicle.Tests/Chronicle.Tests.csproj index 039cdd3..7c6cb3f 100644 --- a/src/Chronicle.Tests/Chronicle.Tests.csproj +++ b/src/Chronicle.Tests/Chronicle.Tests.csproj @@ -1,16 +1,16 @@  - netcoreapp3.1 + net5.0 false - - - - - + + + + + diff --git a/src/Chronicle/Chronicle.csproj b/src/Chronicle/Chronicle.csproj index aa237dc..45cc03a 100644 --- a/src/Chronicle/Chronicle.csproj +++ b/src/Chronicle/Chronicle.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0 Chronicle Chronicle Chronicle_ @@ -11,16 +11,17 @@ https://github.com/chronicle-stack/Chronicle https://github.com/chronicle-stack/Chronicle/blob/master/LICENSE https://avatars1.githubusercontent.com/u/42150754?s=200 - 3.2.1 - 3.2.1 - 3.2.1.0 - 3.2.1.0 + 5.0.0 + 5.0.0 + 5.0.0.0 + 5.0.0.0 latest - - + + + diff --git a/src/TestApp/TestApp.csproj b/src/TestApp/TestApp.csproj index ee29c81..4353b4f 100644 --- a/src/TestApp/TestApp.csproj +++ b/src/TestApp/TestApp.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0