11 lines
478 B
XML
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>
|