From d2c9d60ae93f1ab0ff2d619ae26be4fb4c588bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20B=C3=B6rchers?= Date: Thu, 20 Jan 2022 20:47:59 +0100 Subject: [PATCH] update nuget packages --- .../UserService.DatabaseLayer.csproj | 34 +++++++------- .../UserService.Infrastructure.csproj | 2 +- UserService.Test/UserService.Test.csproj | 12 ++--- UserService/UserService.csproj | 44 +++++++++---------- 4 files changed, 40 insertions(+), 52 deletions(-) diff --git a/UserService.DatabaseLayer/UserService.DatabaseLayer.csproj b/UserService.DatabaseLayer/UserService.DatabaseLayer.csproj index 517c6c0..63a8d14 100644 --- a/UserService.DatabaseLayer/UserService.DatabaseLayer.csproj +++ b/UserService.DatabaseLayer/UserService.DatabaseLayer.csproj @@ -1,25 +1,21 @@ - - netcoreapp3.1 - latest - enable - + + net5.0 + latest + enable + - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + - - - + + + diff --git a/UserService.Infrastructure/UserService.Infrastructure.csproj b/UserService.Infrastructure/UserService.Infrastructure.csproj index 4d4eefc..d283818 100644 --- a/UserService.Infrastructure/UserService.Infrastructure.csproj +++ b/UserService.Infrastructure/UserService.Infrastructure.csproj @@ -7,7 +7,7 @@ - + diff --git a/UserService.Test/UserService.Test.csproj b/UserService.Test/UserService.Test.csproj index 650e42f..baee51f 100644 --- a/UserService.Test/UserService.Test.csproj +++ b/UserService.Test/UserService.Test.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0 false @@ -9,13 +9,9 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + diff --git a/UserService/UserService.csproj b/UserService/UserService.csproj index dd8b7f7..4d825be 100644 --- a/UserService/UserService.csproj +++ b/UserService/UserService.csproj @@ -1,31 +1,27 @@  - - netcoreapp3.1 - enable - latest - + + net5.0 + enable + latest + - - - + + + - - - - + + + + - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + + + + + +