diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 17:12:40 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 17:14:51 -0500 |
commit | 707fc9b207ce985ef2cd4cea83ae447c5f3bd645 (patch) | |
tree | 84ce41d46f23439fe7c8565b2c952c4ae808b806 /src | |
parent | Add more C# documentation and descriptions to the NuGet package (diff) | |
download | locusts-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 'src')
-rw-r--r-- | src/Locusts.csproj | 2 |
1 files changed, 1 insertions, 1 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 @@ </PropertyGroup> <PropertyGroup> - <TargetFramework>netstandard2.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <LangVersion>latest</LangVersion> <IsPackable>true</IsPackable> <IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable> |