aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Locusts.Testing.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Locusts.Testing.csproj')
-rw-r--r--tests/Locusts.Testing.csproj22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/Locusts.Testing.csproj b/tests/Locusts.Testing.csproj
new file mode 100644
index 0000000..fc77ecf
--- /dev/null
+++ b/tests/Locusts.Testing.csproj
@@ -0,0 +1,22 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+
+ <IsPackable>false</IsPackable>
+ <IsTestProject>true</IsTestProject>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="*-*" />
+ <PackageReference Include="MSTest.TestAdapter" Version="*-*" />
+ <PackageReference Include="MSTest.TestFramework" Version="*-*" />
+ <PackageReference Include="coverlet.collector" Version="*-*" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\src\Locusts.csproj" />
+ </ItemGroup>
+</Project>