From 85c09f6d84ff1dc6742ed6174a5f92cd0ba19f39 Mon Sep 17 00:00:00 2001 From: Jamess-Lucass Date: Fri, 12 Jan 2024 17:19:14 +0000 Subject: [PATCH] chore: Updated to dotnet 8 --- examples/example1/example1.csproj | 6 +++--- src/goatquery-dotnet.csproj | 2 +- tests/tests.csproj | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/example1/example1.csproj b/examples/example1/example1.csproj index 142425d..b21da3e 100644 --- a/examples/example1/example1.csproj +++ b/examples/example1/example1.csproj @@ -1,15 +1,15 @@ - net7.0 + net8.0 enable enable - - + + diff --git a/src/goatquery-dotnet.csproj b/src/goatquery-dotnet.csproj index dd65024..66bc485 100644 --- a/src/goatquery-dotnet.csproj +++ b/src/goatquery-dotnet.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 goatquery-dotnet enable enable diff --git a/tests/tests.csproj b/tests/tests.csproj index 895ecfb..4b0b2d1 100644 --- a/tests/tests.csproj +++ b/tests/tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable @@ -9,11 +9,11 @@ - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all