Files
LehrerApp/LehrerApp.Templating.Tests/LehrerApp.Templating.Tests.csproj
admin 861f2c76ca
CI / build-and-test (push) Waiting to run
fix: Umbruchlogik
2026-09-16 02:21:21 +02:00

11 lines
478 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup><IsPackable>false</IsPackable></PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LehrerApp.Templating\LehrerApp.Templating.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="PdfPig" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio"><PrivateAssets>all</PrivateAssets></PackageReference>
</ItemGroup>
</Project>