Skip to content

Commit

Permalink
Fixed build warning for net6 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Sep 10, 2023
1 parent fe6e1ce commit bfedeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NLog.MSMQ.Tests/NLog.MSMQ.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
<ItemGroup Condition="'$(TargetFramework)' != 'net6.0'">
<Reference Include="System.Messaging" />
</ItemGroup>

Expand Down

0 comments on commit bfedeb1

Please sign in to comment.