Skip to content

Commit

Permalink
feat(Tests): Test project added
Browse files Browse the repository at this point in the history
  • Loading branch information
bkapustik committed Mar 25, 2024
1 parent 943a826 commit 7be31de
Show file tree
Hide file tree
Showing 2 changed files with 2,026 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
<None Remove="C:\Users\asus\Desktop\Work\xperience-by-kentico-disqus\\README.md" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="NUnit.Analyzers" />
<PackageReference Include="coverlet.collector" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Kentico.Xperience.Disqus\Kentico.Xperience.Disqus.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit 7be31de

Please sign in to comment.