From c3bdc8f00801712098a8375e477bfda717da5d4c Mon Sep 17 00:00:00 2001 From: Mohammadreza Taikandi Date: Tue, 29 Jun 2021 07:13:08 +0100 Subject: [PATCH] Package upgrade. --- Directory.Build.props | 2 +- .../MapTo.Integration.Tests.csproj | 6 +++--- test/MapTo.Tests/MapTo.Tests.csproj | 8 +++++--- test/TestConsoleApp/TestConsoleApp.csproj | 4 ++-- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 95a211e..c8314ba 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - 3.3.37 + 3.4.216 all diff --git a/test/MapTo.Integration.Tests/MapTo.Integration.Tests.csproj b/test/MapTo.Integration.Tests/MapTo.Integration.Tests.csproj index 419c12d..f928846 100644 --- a/test/MapTo.Integration.Tests/MapTo.Integration.Tests.csproj +++ b/test/MapTo.Integration.Tests/MapTo.Integration.Tests.csproj @@ -10,14 +10,14 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/MapTo.Tests/MapTo.Tests.csproj b/test/MapTo.Tests/MapTo.Tests.csproj index 82c6217..c8f686b 100644 --- a/test/MapTo.Tests/MapTo.Tests.csproj +++ b/test/MapTo.Tests/MapTo.Tests.csproj @@ -4,6 +4,8 @@ net5.0 false + + enable @@ -15,14 +17,14 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/TestConsoleApp/TestConsoleApp.csproj b/test/TestConsoleApp/TestConsoleApp.csproj index 047bb19..244c732 100644 --- a/test/TestConsoleApp/TestConsoleApp.csproj +++ b/test/TestConsoleApp/TestConsoleApp.csproj @@ -2,8 +2,8 @@ Exe - netcoreapp3.1 - 7.3 + net5.0 + latest disable