We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb60c8e commit 7824e5aCopy full SHA for 7824e5a
AppInspector/AppInspector.Commands.csproj
@@ -48,6 +48,7 @@
48
<PackageReference Include="DotLiquid" Version="2.0.314" />
49
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
50
<PackageReference Include="NLog" Version="4.6.8" />
51
+ <PackageReference Include="SharpZipLib" Version="1.2.0" />
52
</ItemGroup>
53
54
<ItemGroup>
@@ -87,7 +88,7 @@
87
88
89
90
<Target Name="PreBuild" BeforeTargets="BeforeCompile">
- <MakeDir Directories="Resources"/>
91
+ <MakeDir Directories="Resources" />
92
<Exec Command="dotnet ../RulesPacker/ApplicationInspector.CLI.dll packrules -r rules/default -o Resources/defaultRules.json" />
93
</Target>
94
0 commit comments