File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Verify.Expecto.DerivePaths.Tests
Verify.Expecto.FSharpTests Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- return Runner . RunTestsInAssembly ( Runner . DefaultConfig , args ) ;
1+ return Runner . RunTestsInAssemblyWithCLIArgs ( Enumerable . Empty < Expecto . Tests . CLIArguments > ( ) , args ) ;
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ open Expecto
44
55[<EntryPoint>]
66let main argv =
7- Tests.runTestsInAssembly defaultConfig argv
7+ Tests.runTestsInAssemblyWithCLIArgs [] argv
Original file line number Diff line number Diff line change 1- return Runner . RunTestsInAssembly ( Runner . DefaultConfig , args ) ;
1+ return Runner . RunTestsInAssemblyWithCLIArgs ( Enumerable . Empty < Expecto . Tests . CLIArguments > ( ) , args ) ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net462;net472;net48</TargetFrameworks >
4- <TargetFrameworks >$(TargetFrameworks);netstandard2.0;netstandard2.1;netcoreapp3.1;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
3+ <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
54 </PropertyGroup >
65 <ItemGroup >
76 <Using Include =" Expecto.CSharp" />
You can’t perform that action at this time.
0 commit comments