Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Jun 1, 2019
1 parent 3a8f867 commit 2d25166
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3,495 deletions.
9 changes: 6 additions & 3 deletions Cli/AttackSurfaceAnalyzerCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@
<Win32Resource />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.4.3" />
<PackageReference Include="CommandLineParser" Version="2.5.0" />
<PackageReference Include="RazorLight" Version="2.0.0-beta1" />
<PackageReference Include="System.Management" Version="4.6.0-preview.19073.11" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.138" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.167">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lib\AttackSurfaceAnalyzerLib.csproj" />
Expand Down
Loading

0 comments on commit 2d25166

Please sign in to comment.