Correzione gestione calcolo vers number

This commit is contained in:
Samuele Locatelli
2022-04-14 16:52:57 +02:00
parent d19dc0edb5
commit 268ee1e2e0
11 changed files with 57 additions and 17 deletions
+4 -1
View File
@@ -4,6 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>6.15.2204.1416</Version>
</PropertyGroup>
<ItemGroup>
@@ -36,5 +37,7 @@
<ItemGroup>
<ProjectReference Include="..\MP.Data\MP.Data.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>