File tree Expand file tree Collapse file tree
test/Audit.FileSystem.UnitTest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments