From 47725cde8ab0522887a3aa9a0af4309f9c60b702 Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Thu, 27 Jun 2024 11:55:07 +0100 Subject: [PATCH] update injectappsechema console app to .net 8 --- InjectAppSchema/InjectAppSchema.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InjectAppSchema/InjectAppSchema.csproj b/InjectAppSchema/InjectAppSchema.csproj index cf6a5192..709d1bd8 100644 --- a/InjectAppSchema/InjectAppSchema.csproj +++ b/InjectAppSchema/InjectAppSchema.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net8.0 true