We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48c1a05 + b51b812 commit a1f8d6aCopy full SHA for a1f8d6a
2 files changed
PacketDotNet/PacketDotNet.csproj
@@ -33,7 +33,7 @@
33
</PropertyGroup>
34
35
<ItemGroup Condition="'$(Configuration)'=='Debug'">
36
- <PackageReference Include="log4net" Version="3.1.0" />
+ <PackageReference Include="log4net" Version="3.2.0" />
37
</ItemGroup>
38
39
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
Test/Test.csproj
@@ -6,7 +6,7 @@
6
7
8
<ItemGroup>
9
10
<PackageReference Include="nunit" Version="4.4.0" />
11
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0" />
12
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
0 commit comments