aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-06 17:12:40 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-06 17:14:51 -0500
commit707fc9b207ce985ef2cd4cea83ae447c5f3bd645 (patch)
tree84ce41d46f23439fe7c8565b2c952c4ae808b806 /tests
parentAdd more C# documentation and descriptions to the NuGet package (diff)
downloadlocusts-707fc9b207ce985ef2cd4cea83ae447c5f3bd645.tar
locusts-707fc9b207ce985ef2cd4cea83ae447c5f3bd645.tar.gz
locusts-707fc9b207ce985ef2cd4cea83ae447c5f3bd645.tar.bz2
locusts-707fc9b207ce985ef2cd4cea83ae447c5f3bd645.tar.lz
locusts-707fc9b207ce985ef2cd4cea83ae447c5f3bd645.tar.xz
locusts-707fc9b207ce985ef2cd4cea83ae447c5f3bd645.tar.zst
locusts-707fc9b207ce985ef2cd4cea83ae447c5f3bd645.zip
oops
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/Locusts.Testing.csproj2
1 files changed, 1 insertions, 1 deletions
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 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>