Add Print/

This commit is contained in:
2023-03-05 00:16:47 +01:00
parent d12266abbb
commit 6b8bd3ca00
7 changed files with 84 additions and 0 deletions

View File

@ -8,9 +8,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Razor" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.3" />
<PackageReference Include="ModernWpfUI" Version="0.9.6" />
<PackageReference Include="PuppeteerSharp" Version="9.0.2" />
</ItemGroup>
</Project>