diff --git a/ClientProxyBase/ClientProxyBase.csproj b/ClientProxyBase/ClientProxyBase.csproj index dbdcea46..2f002aa3 100644 --- a/ClientProxyBase/ClientProxyBase.csproj +++ b/ClientProxyBase/ClientProxyBase.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net5.0 diff --git a/Driver/Driver.csproj b/Driver/Driver.csproj index c377e101..8eaa7caa 100644 --- a/Driver/Driver.csproj +++ b/Driver/Driver.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 diff --git a/Shared.DomainDrivenDesign/Shared.DomainDrivenDesign.csproj b/Shared.DomainDrivenDesign/Shared.DomainDrivenDesign.csproj index 9b9bacd1..05be637e 100644 --- a/Shared.DomainDrivenDesign/Shared.DomainDrivenDesign.csproj +++ b/Shared.DomainDrivenDesign/Shared.DomainDrivenDesign.csproj @@ -1,7 +1,7 @@  - netstandard2.1 + net5.0 diff --git a/Shared.EventStore/Shared.EventStore.csproj b/Shared.EventStore/Shared.EventStore.csproj index 678210b6..e24a00ed 100644 --- a/Shared.EventStore/Shared.EventStore.csproj +++ b/Shared.EventStore/Shared.EventStore.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0 diff --git a/Shared.IntegrationTesting/Shared.IntegrationTesting.csproj b/Shared.IntegrationTesting/Shared.IntegrationTesting.csproj index 664bb591..6bb7431e 100644 --- a/Shared.IntegrationTesting/Shared.IntegrationTesting.csproj +++ b/Shared.IntegrationTesting/Shared.IntegrationTesting.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + net5.0 diff --git a/Shared.Tests/Shared.Tests.csproj b/Shared.Tests/Shared.Tests.csproj index a342521a..7c52a71b 100644 --- a/Shared.Tests/Shared.Tests.csproj +++ b/Shared.Tests/Shared.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + net5.0 false diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj index e230d282..3f9070e8 100644 --- a/Shared/Shared.csproj +++ b/Shared/Shared.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + net5.0