chore: Removing redundant REM that breaks on linux build

This commit is contained in:
Chris Cameron
2018-07-02 13:37:17 -04:00
parent 9e2ec3de63
commit 268e201f49

View File

@@ -45,7 +45,5 @@
<PackageReference Include="System.Net.NetworkInformation" Version="4.3.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>REM Eazfuscator.NET is integrated with this project at MSBuild level: https://www.gapotchenko.com/eazfuscator.net/kb/100036</PostBuildEvent>
</PropertyGroup>
</Project>