From 188d66245270fd760cdfb6d95d001d267d92cbc0 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 27 Jun 2021 12:19:51 +0100 Subject: [PATCH] Update Tests project to .NET 5 --- X10D.Tests/X10D.Tests.csproj | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/X10D.Tests/X10D.Tests.csproj b/X10D.Tests/X10D.Tests.csproj index 07e4efe..0ebaf95 100644 --- a/X10D.Tests/X10D.Tests.csproj +++ b/X10D.Tests/X10D.Tests.csproj @@ -1,21 +1,20 @@ - + - netcoreapp3.1 + net5.0 false ..\X10D.ruleset true - - all - runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive - - - - @@ -24,4 +23,4 @@ - \ No newline at end of file +