Skip to content

Commit

Permalink
Switch tests to net462+net8
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jan 24, 2024
1 parent 3e081e6 commit 1b4d7f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net462;net8.0</TargetFrameworks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ public void WithMask_NotLoggedIfNull_Initialized()
.WriteTo.Sink(new DelegatingSink(e => evt = e))
.CreateLogger();

var dateTime = new DateTime(2000, 1, 2, 3, 4, 5);
var customized = new AttributedWithMask
{
String = "Foo[Masked]",
Expand Down

0 comments on commit 1b4d7f0

Please sign in to comment.