declare dependencies in nuspec files and optimize application template

This commit is contained in:
sbwalker
2025-08-22 08:41:52 -04:00
parent cca0f2219e
commit 52799c7cb0
12 changed files with 69 additions and 104 deletions

View File

@ -6,21 +6,13 @@
<AssemblyName>Oqtane.Application.Client.Oqtane</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.8" />
<PackageReference Include="System.Net.Http.Json" Version="9.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Shared\Oqtane.Application.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Oqtane.Client" Version="6.1.5" />
<PackageReference Include="Oqtane.Shared" Version="6.1.5" />
<PackageReference Include="Oqtane.Client" Version="6.1.6" />
<PackageReference Include="Oqtane.Shared" Version="6.1.6" />
</ItemGroup>
<PropertyGroup>