diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 16:09:19 -0500 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 16:21:41 -0500 |
| commit | e7749461bfa5abc00b946f844a85b25b6c12ec85 (patch) | |
| tree | 254f2c17d0d231b8512a6016665a3a89ce477b80 /src | |
| parent | Unleash the locust CI (diff) | |
| download | locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.gz locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.bz2 locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.lz locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.xz locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.tar.zst locusts-e7749461bfa5abc00b946f844a85b25b6c12ec85.zip | |
Attempt to fix
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
| -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 c3b329e..f646597 100644 --- a/src/Locusts.csproj +++ b/src/Locusts.csproj @@ -5,7 +5,7 @@ </PropertyGroup> <PropertyGroup> - <TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks> + <TargetFramework>netstandard2.0</TargetFramework> <LangVersion>latest</LangVersion> <IsPackable>true</IsPackable> <IsTrimmable |
