diff --git a/src/Money.Accounts.EntityFrameworkCore/Money.Accounts.EntityFrameworkCore.csproj b/src/Money.Accounts.EntityFrameworkCore/Money.Accounts.EntityFrameworkCore.csproj index c44083dc..65400a53 100644 --- a/src/Money.Accounts.EntityFrameworkCore/Money.Accounts.EntityFrameworkCore.csproj +++ b/src/Money.Accounts.EntityFrameworkCore/Money.Accounts.EntityFrameworkCore.csproj @@ -1,12 +1,12 @@  - netstandard2.1 + net5.0 Money - + diff --git a/src/Money.Accounts.Models.Builders/Money.Accounts.Models.Builders.csproj b/src/Money.Accounts.Models.Builders/Money.Accounts.Models.Builders.csproj index 973adb81..f5891283 100644 --- a/src/Money.Accounts.Models.Builders/Money.Accounts.Models.Builders.csproj +++ b/src/Money.Accounts.Models.Builders/Money.Accounts.Models.Builders.csproj @@ -1,12 +1,12 @@  - netstandard2.1 + net5.0 Money.Models.Builders - + diff --git a/src/Money.Accounts.Models/Money.Accounts.Models.csproj b/src/Money.Accounts.Models/Money.Accounts.Models.csproj index 7674d329..c555fcb9 100644 --- a/src/Money.Accounts.Models/Money.Accounts.Models.csproj +++ b/src/Money.Accounts.Models/Money.Accounts.Models.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net5.0 Money.Models diff --git a/src/Money.Accounts/Money.Accounts.csproj b/src/Money.Accounts/Money.Accounts.csproj index 89a9f597..056b34ec 100644 --- a/src/Money.Accounts/Money.Accounts.csproj +++ b/src/Money.Accounts/Money.Accounts.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net5.0 Money diff --git a/src/Money.Api.Shared/Money.Api.Shared.csproj b/src/Money.Api.Shared/Money.Api.Shared.csproj index 59c282b1..ef2baf84 100644 --- a/src/Money.Api.Shared/Money.Api.Shared.csproj +++ b/src/Money.Api.Shared/Money.Api.Shared.csproj @@ -1,12 +1,12 @@  - netstandard2.0 + net5.0 Money - + diff --git a/src/Money.Api/Money.Api.csproj b/src/Money.Api/Money.Api.csproj index 9adc43fd..96941a7e 100644 --- a/src/Money.Api/Money.Api.csproj +++ b/src/Money.Api/Money.Api.csproj @@ -1,20 +1,19 @@  - netcoreapp3.1 + net5.0 Money 1.4.0.0 - latest - - - - - - - + + + + + + + diff --git a/src/Money.Api/Properties/launchSettings.json b/src/Money.Api/Properties/launchSettings.json index 603b8744..89773d63 100644 --- a/src/Money.Api/Properties/launchSettings.json +++ b/src/Money.Api/Properties/launchSettings.json @@ -1,10 +1,9 @@ { - "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, + "windowsAuthentication": false, + "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:63803", + "applicationUrl": "http://localhost:63803/", "sslPort": 0 } }, @@ -15,6 +14,14 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } + }, + "dotnet run": { + "commandName": "Project", + "launchBrowser": false, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://localhost:63803/" } } } \ No newline at end of file diff --git a/src/Money.DbContextDataMigrator/Money.DbContextDataMigrator.csproj b/src/Money.DbContextDataMigrator/Money.DbContextDataMigrator.csproj index 693f399b..69e4fe8d 100644 --- a/src/Money.DbContextDataMigrator/Money.DbContextDataMigrator.csproj +++ b/src/Money.DbContextDataMigrator/Money.DbContextDataMigrator.csproj @@ -2,13 +2,13 @@ Exe - netcoreapp3.1 + net5.0 Money - - + + diff --git a/src/Money.EntityFrameworkCore/Money.EntityFrameworkCore.csproj b/src/Money.EntityFrameworkCore/Money.EntityFrameworkCore.csproj index 45b56f33..d7f476a5 100644 --- a/src/Money.EntityFrameworkCore/Money.EntityFrameworkCore.csproj +++ b/src/Money.EntityFrameworkCore/Money.EntityFrameworkCore.csproj @@ -1,12 +1,13 @@ - netstandard2.0 + net5.0 Money - + + diff --git a/src/Money.EventSourcing.EntityFrameworkCore/Money.EventSourcing.EntityFrameworkCore.csproj b/src/Money.EventSourcing.EntityFrameworkCore/Money.EventSourcing.EntityFrameworkCore.csproj index 842503fe..005410a5 100644 --- a/src/Money.EventSourcing.EntityFrameworkCore/Money.EventSourcing.EntityFrameworkCore.csproj +++ b/src/Money.EventSourcing.EntityFrameworkCore/Money.EventSourcing.EntityFrameworkCore.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net5.0 @@ -11,7 +11,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Money.Models.Builders/Money.Models.Builders.csproj b/src/Money.Models.Builders/Money.Models.Builders.csproj index fe710ab6..dd80eeb7 100644 --- a/src/Money.Models.Builders/Money.Models.Builders.csproj +++ b/src/Money.Models.Builders/Money.Models.Builders.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net5.0 Money.Models.Builders diff --git a/src/Money.Models.EntityFrameworkCore/Money.Models.EntityFrameworkCore.csproj b/src/Money.Models.EntityFrameworkCore/Money.Models.EntityFrameworkCore.csproj index 823444b0..43aa4f84 100644 --- a/src/Money.Models.EntityFrameworkCore/Money.Models.EntityFrameworkCore.csproj +++ b/src/Money.Models.EntityFrameworkCore/Money.Models.EntityFrameworkCore.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net5.0 Money.Models diff --git a/src/Money.Models/Money.Models.csproj b/src/Money.Models/Money.Models.csproj index d877e345..3b2e50c9 100644 --- a/src/Money.Models/Money.Models.csproj +++ b/src/Money.Models/Money.Models.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net5.0 diff --git a/src/Money/Money.csproj b/src/Money/Money.csproj index a861f462..938f1696 100644 --- a/src/Money/Money.csproj +++ b/src/Money/Money.csproj @@ -2,7 +2,7 @@ - netstandard2.0 + net5.0 diff --git a/src/Neptuo.EntityFrameworkCore/Neptuo.EntityFrameworkCore.csproj b/src/Neptuo.EntityFrameworkCore/Neptuo.EntityFrameworkCore.csproj index 54940afb..34151894 100644 --- a/src/Neptuo.EntityFrameworkCore/Neptuo.EntityFrameworkCore.csproj +++ b/src/Neptuo.EntityFrameworkCore/Neptuo.EntityFrameworkCore.csproj @@ -1,12 +1,12 @@  - netstandard2.0 + net5.0 Neptuo - + diff --git a/src/Neptuo.Json/Neptuo.Json.csproj b/src/Neptuo.Json/Neptuo.Json.csproj index 6c4e25f5..0e119afa 100644 --- a/src/Neptuo.Json/Neptuo.Json.csproj +++ b/src/Neptuo.Json/Neptuo.Json.csproj @@ -1,12 +1,12 @@  - netstandard2.0 + net5.0 Neptuo - + diff --git a/src/Neptuo/Neptuo.csproj b/src/Neptuo/Neptuo.csproj index eb7e0662..0751d05c 100644 --- a/src/Neptuo/Neptuo.csproj +++ b/src/Neptuo/Neptuo.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net5.0 \ No newline at end of file