aboutsummaryrefslogtreecommitdiff
path: root/MindBox.Tests/MindBox.Tests.csproj
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-11-13 22:40:23 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-11-13 22:40:23 +0300
commit61a4fe90b89cc127444405597a2590f8537474e5 (patch)
tree44bfa66169cba2a7f2b79d959bf762b5e9bdeaa2 /MindBox.Tests/MindBox.Tests.csproj
Initial commit
Diffstat (limited to 'MindBox.Tests/MindBox.Tests.csproj')
-rw-r--r--MindBox.Tests/MindBox.Tests.csproj23
1 files changed, 23 insertions, 0 deletions
diff --git a/MindBox.Tests/MindBox.Tests.csproj b/MindBox.Tests/MindBox.Tests.csproj
new file mode 100644
index 0000000..ff54498
--- /dev/null
+++ b/MindBox.Tests/MindBox.Tests.csproj
@@ -0,0 +1,23 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+
+ <IsPackable>false</IsPackable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
+ <PackageReference Include="NUnit" Version="3.13.3" />
+ <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
+ <PackageReference Include="NUnit.Analyzers" Version="3.3.0" />
+ <PackageReference Include="coverlet.collector" Version="3.1.2" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\MindBox.Lib\MindBox.Lib.csproj" />
+ </ItemGroup>
+
+</Project>