commit version

This commit is contained in:
Paul Schneider
2021-08-27 21:22:34 +01:00
parent cdb9a26d2c
commit 55e407d951
15 changed files with 614 additions and 41 deletions

View File

@ -10,11 +10,12 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="coverlet.collector" Version="3.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\isn\isn.csproj" />
<ItemGroup>
<ProjectReference Include="..\..\src\isn\isn.csproj" />
</ItemGroup>
</Project>