From f963a7170c1da55113fd7a858d1b30e3f95d742e Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Mon, 30 May 2022 15:54:51 +0200 Subject: [PATCH] Updated to net 6.0 --- DataGen.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataGen.csproj b/DataGen.csproj index 2d6a842..974c22c 100644 --- a/DataGen.csproj +++ b/DataGen.csproj @@ -7,7 +7,7 @@ - netstandard2.0 + net6.0