tolto step cambio vers numb post compilazione x SDK nuget

This commit is contained in:
Samuele Locatelli
2025-07-22 18:29:56 +02:00
parent 448f807b90
commit 424f6ece32
+1 -4
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>EgwCoreLib.Lux.Data</PackageId>
@@ -47,8 +47,5 @@
<ItemGroup>
<ProjectReference Include="..\Lux.Core\Lux.Core.csproj" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\post-build.ps1 -ProjectDir $(ProjectDir) -ProjectPath $(ProjectPath)" />
</Target>
</Project>