diff --git a/src/i18n.Core.Abstractions/i18n.Core.Abstractions.csproj b/src/i18n.Core.Abstractions/i18n.Core.Abstractions.csproj index 8510573..1ae5859 100644 --- a/src/i18n.Core.Abstractions/i18n.Core.Abstractions.csproj +++ b/src/i18n.Core.Abstractions/i18n.Core.Abstractions.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0 + net5.0 i18n.Core.Abstractions i18n.Core.Abstractions true diff --git a/src/i18n.Core/i18n.Core.csproj b/src/i18n.Core/i18n.Core.csproj index 0851f4c..d069fcc 100644 --- a/src/i18n.Core/i18n.Core.csproj +++ b/src/i18n.Core/i18n.Core.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0 + net5.0 i18n.Core i18n.Core true diff --git a/src/pot/pot.csproj b/src/pot/pot.csproj index 2fa5c7d..906bf53 100644 --- a/src/pot/pot.csproj +++ b/src/pot/pot.csproj @@ -3,7 +3,7 @@ Exe pot pot - netcoreapp3.1;net5.0 + net5.0 true false true