Advertisement
Artyom_Kopan

TestTask_1.1 TestTask_1.1.csproj

Sep 24th, 2022
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <Project Sdk="Microsoft.NET.Sdk">
  2.  
  3. <PropertyGroup>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <RootNamespace>TestTask_1._1</RootNamespace>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <Nullable>enable</Nullable>
  8.  
  9. <IsPackable>false</IsPackable>
  10. </PropertyGroup>
  11.  
  12. <ItemGroup>
  13. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0"/>
  14. <PackageReference Include="NUnit" Version="3.13.3"/>
  15. <PackageReference Include="NUnit3TestAdapter" Version="4.2.1"/>
  16. <PackageReference Include="NUnit.Analyzers" Version="3.3.0"/>
  17. <PackageReference Include="coverlet.collector" Version="3.1.2"/>
  18. </ItemGroup>
  19.  
  20. <ItemGroup>
  21. <ProjectReference Include="../Task_1.1/Task_1.1.csproj" />
  22. </ItemGroup>
  23.  
  24. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement