Files
stream-shorts/tests/StreamShorts.Library.Tests/StreamShorts.Library.Tests.csproj
T

16 lines
455 B
XML
Raw Normal View History

2025-07-16 12:43:09 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="AwesomeAssertions" />
2025-07-16 12:43:09 -05:00
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Moq" />
2025-07-16 12:43:09 -05:00
<PackageReference Include="xunit.v3" />
<PackageReference Include="xunit.runner.visualstudio" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\StreamShorts.Library\StreamShorts.Library.csproj" />
</ItemGroup>
</Project>