File tree 4 files changed +4
-5
lines changed
Verify.Expecto.DerivePaths.Tests
Verify.Expecto.FSharpTests
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
4
4
5
5
[<EntryPoint>]
6
6
let 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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<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 >
5
4
</PropertyGroup >
6
5
<ItemGroup >
7
6
<Using Include =" Expecto.CSharp" />
You can’t perform that action at this time.
0 commit comments