Skip to content

Commit a8c3cad

Browse files
tmdsomajid
authored andcommittedMay 2, 2023
.NET 6 all the things ...
1 parent 15f6ae9 commit a8c3cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FRAMEWORK:=netcoreapp3.1
1+
FRAMEWORK:=net6.0
22
CONFIGURATION:=Release
33
ARCH:=$(subst aarch64,arm64,$(subst x86_64,x64,$(shell uname -m)))
44
RUNTIME:=linux-$(ARCH)

‎Samples/PassingXUnitTestWithEnvironmentVariables/PassingXUnitTestWithEnvironmentVariables.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66

77
<IsPackable>false</IsPackable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.