Establishing project outline properly by adding necessary files

This commit is contained in:
2026-07-12 12:16:09 -05:00
parent 914996cb6d
commit 88c8e60efa
9 changed files with 103 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="Reqnroll.NUnit" Version="3.0.1"/>
<PackageReference Include="nunit" Version="4.0.1"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0"/>
<PackageReference Include="FluentAssertions" Version="6.12.0"/>
</ItemGroup>
</Project>