Completate modifiche x generare pacchetto nuget

This commit is contained in:
Samuele Locatelli
2025-09-12 17:46:23 +02:00
parent 8ce90005cb
commit 658faa7d57
6 changed files with 107 additions and 10 deletions
+4
View File
@@ -21,6 +21,10 @@
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.19" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebWindow.Base\WebWindow.Base.csproj" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\post-build.ps1 -ProjectPath $(ProjectPath)" />
</Target>