2026-02-01 04:23:12 -06:00
|
|
|
<Project>
|
|
|
|
|
|
|
|
|
|
<Import
|
|
|
|
|
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Using Include="AwesomeAssertions" />
|
2026-02-02 13:18:28 -06:00
|
|
|
<Using Include="Moq" />
|
|
|
|
|
<Using Include="Xunit" />
|
2026-02-01 04:23:12 -06:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|