Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lookbusy1344 committed May 4, 2024
1 parent 832030a commit a5ba530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Searcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</PackageReference>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="DotNet.Glob" Version="3.1.3" />
<PackageReference Include="itext7" Version="8.0.3" />
<PackageReference Include="itext7" Version="8.0.4" />
<PackageReference Include="System.Management" Version="8.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions TestSearcher/TestSearcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit a5ba530

Please sign in to comment.