From a8c3cad4939632e819680bb765b1a5564f4140cd Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Thu, 6 Apr 2023 10:20:11 +0200 Subject: [PATCH] .NET 6 all the things ... --- Makefile | 2 +- .../PassingXUnitTestWithEnvironmentVariables.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4024722..3239406 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -FRAMEWORK:=netcoreapp3.1 +FRAMEWORK:=net6.0 CONFIGURATION:=Release ARCH:=$(subst aarch64,arm64,$(subst x86_64,x64,$(shell uname -m))) RUNTIME:=linux-$(ARCH) diff --git a/Samples/PassingXUnitTestWithEnvironmentVariables/PassingXUnitTestWithEnvironmentVariables.csproj b/Samples/PassingXUnitTestWithEnvironmentVariables/PassingXUnitTestWithEnvironmentVariables.csproj index 17766b5..2d56af7 100644 --- a/Samples/PassingXUnitTestWithEnvironmentVariables/PassingXUnitTestWithEnvironmentVariables.csproj +++ b/Samples/PassingXUnitTestWithEnvironmentVariables/PassingXUnitTestWithEnvironmentVariables.csproj @@ -2,7 +2,7 @@ true - netcoreapp3.1 + net6.0 false