Skip to content

Commit

Permalink
Bump log4net in /CS5200_DistributedSystems/hw1/wordgame
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 29, 2021
1 parent 6f33f7f commit 144f96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CS5200_DistributedSystems/hw1/Messages/Messages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="log4net" Version="2.0.10" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion CS5200_DistributedSystems/hw1/wordgame/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.8" targetFramework="net461" />
<package id="log4net" version="2.0.10" targetFramework="net461" />
</packages>

0 comments on commit 144f96e

Please sign in to comment.