From 92d0d67f22e3b5ad3b82a260c1da42ad6e44acfa Mon Sep 17 00:00:00 2001 From: Jesse Date: Sat, 20 Jul 2024 12:26:28 -0400 Subject: [PATCH] Pointed some .NET 7.0 to 8.0 --- ContosoPizza/ContosoPizza.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ContosoPizza/ContosoPizza.csproj b/ContosoPizza/ContosoPizza.csproj index 1c90330..089a88d 100644 --- a/ContosoPizza/ContosoPizza.csproj +++ b/ContosoPizza/ContosoPizza.csproj @@ -1,18 +1,18 @@ - net7.0 + net8.0 enable enable - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - +