File tree Expand file tree Collapse file tree 4 files changed +28
-44
lines changed Expand file tree Collapse file tree 4 files changed +28
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ // Learn more about F# at http://fsharp.org
2+
3+ open Expecto
4+
5+ [<EntryPoint>]
6+ let main args =
7+ runTestsInAssemblyWithCLIArgs [] args
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.1</TargetFramework >
6- <GenerateProgramFile >false</GenerateProgramFile >
7- </PropertyGroup >
3+ <PropertyGroup >
4+ <OutputType >Exe</OutputType >
5+ <TargetFramework >netcoreapp3.1</TargetFramework >
6+ <GenerateProgramFile >false</GenerateProgramFile >
7+ </PropertyGroup >
88
9- <ItemGroup >
10- <Compile Include =" Sample.fs" />
11- <Compile Include =" Main.fs" />
12- </ItemGroup >
9+ <ItemGroup >
10+ <Compile Include =" ExpectoExtra.fs" />
11+ <Compile Include =" AppendTests.fs" />
12+ <Compile Include =" Program.fs" />
13+ </ItemGroup >
1314
14- <ItemGroup >
15- <PackageReference Include =" Expecto" Version =" 9.*" />
16- <PackageReference Include =" YoloDev.Expecto.TestSdk" Version =" 0.*" />
17- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.*" />
18- <PackageReference Update =" FSharp.Core" Version =" 4.*" />
19- </ItemGroup >
15+ <ItemGroup >
16+ <PackageReference Include =" Expecto" Version =" 9.*" />
17+ <PackageReference Include =" SqlStreamStore" Version =" 1.2.1-alpha.3" />
18+ <PackageReference Include =" YoloDev.Expecto.TestSdk" Version =" 0.*" />
19+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.*" />
20+ <PackageReference Update =" FSharp.Core" Version =" 4.*" />
21+ </ItemGroup >
22+
23+ <ItemGroup >
24+ <ProjectReference Include =" ..\src\SqlStreamStore.FSharp.fsproj" />
25+ </ItemGroup >
2026</Project >
You can’t perform that action at this time.
0 commit comments