From 707fc9b207ce985ef2cd4cea83ae447c5f3bd645 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 17:12:40 -0500 Subject: oops Signed-off-by: Matt Strapp --- src/Locusts.csproj | 2 +- tests/Locusts.Testing.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Locusts.csproj b/src/Locusts.csproj index b160d32..29db272 100644 --- a/src/Locusts.csproj +++ b/src/Locusts.csproj @@ -5,7 +5,7 @@ - netstandard2.0 + net8.0 latest true true diff --git a/tests/Locusts.Testing.csproj b/tests/Locusts.Testing.csproj index 3af0cf6..d5d99ce 100644 --- a/tests/Locusts.Testing.csproj +++ b/tests/Locusts.Testing.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net8.0 latest enable enable -- cgit v1.2.3