Skip to content

Commit

Permalink
Fixed broken test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Oct 10, 2024
1 parent c9c5c05 commit 2e283bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/CSharpCore/Tests.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<AssemblyOriginatorKeyFile>sharpsnmplib.tests.snk</AssemblyOriginatorKeyFile>
<AssemblyName>SharpSnmpLib.Tests.NetStandard</AssemblyName>
<NoWarn>$(NoWarn);SYSLIB0011</NoWarn>
<EnableUnsafeBinaryFormatterSerialization Condition="'$(TargetFramework)'=='net8.0'">true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>
<PropertyGroup>
<OutputType Condition="'$(TargetFramework)'!='net471'">Exe</OutputType>
Expand Down Expand Up @@ -43,6 +44,9 @@
<ItemGroup Condition="'$(TargetFramework)'!='net471'">
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net8.0'">
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="8.0.0-*" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SharpSnmpLib\SharpSnmpLib.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 2e283bc

Please sign in to comment.