Skip to content

Commit

Permalink
Revert some dep changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daalcant committed Apr 9, 2020
1 parent 68b8607 commit 1e80738
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion AppInspector.CLI/AppInspector.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
<ItemGroup>
<PackageReference Include="DotLiquid" Version="2.0.325" />
<PackageReference Include="NLog" Version="4.7.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.1.74" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion AppInspector/AppInspector.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<PackageReference Include="NLog" Version="4.7.0" />
<PackageReference Include="sharpcompress" Version="0.25.0" />
<PackageReference Include="SharpZipLib" Version="1.2.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.1.74" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion MultiExtractor/MultiExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<PackageReference Include="MediaTypeMap.Core" Version="2.3.3" />
<PackageReference Include="sharpcompress" Version="0.25.0" />
<PackageReference Include="SharpZipLib" Version="1.2.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.1.74" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion RulesEngine/AppInspector.RulesEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.6.7" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.1.74" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions UnitTest.Commands/UnitTest.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.7.82" />
<PackageReference Include="DotLiquid" Version="2.0.325" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.0-preview-20200318-01" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.1.74" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1e80738

Please sign in to comment.