do not include Licensing assembly with framework but prevent uninstall

This commit is contained in:
sbwalker
2024-01-19 13:22:38 -05:00
parent 474adf2d53
commit 2b12b67582
4 changed files with 28 additions and 23 deletions

View File

@ -47,7 +47,6 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.1" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.1" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
<PackageReference Include="Oqtane.Licensing" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Oqtane.Client\Oqtane.Client.csproj" />