Skip to content

Commit 9182779

Browse files
author
thepirat000
committed
removing netcoreapp3.1 from filesystem unit tests
1 parent 5e3fe15 commit 9182779

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

test/Audit.FileSystem.UnitTest/Audit.FileSystem.UnitTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net462;netcoreapp3.1;net6.0</TargetFrameworks>
4+
<TargetFrameworks>net462;net6.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<IsTestProject>true</IsTestProject>
77
<DefineConstants>$(DefineConstants);STRONG_NAME</DefineConstants>

test/Audit.FileSystem.UnitTest/FileSystemTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public void Test_FileDataProvider_FluentApi()
3434
Assert.That(x.FilenamePrefix.GetDefault(), Is.EqualTo("px"));
3535
}
3636

37-
#if !NETCOREAPP3_1
3837
[Test]
3938
public void Test_FileSystem_Text()
4039
{
@@ -126,7 +125,6 @@ public void FileSystemMonitor_OnPredicateException_ReturnsError()
126125

127126
Directory.Delete(folder, true);
128127
}
129-
#endif
130128

131129
[Test]
132130
public void Test_FileSystem_Binary()

0 commit comments

Comments
 (0)