File tree Expand file tree Collapse file tree 1 file changed +21
-14
lines changed Expand file tree Collapse file tree 1 file changed +21
-14
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <TargetFramework >netcoreapp3.1</TargetFramework >
5- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFramework >netcoreapp3.1</TargetFramework >
5+ <PackageId >SqlStreamStore.FSharp</PackageId >
6+ <Authors >Jamil Maqdis Anton</Authors >
7+ <PackageDescription >Thin F# wrapper around SQLStreamStore</PackageDescription >
8+ <RepositoryType >git</RepositoryType >
9+ <RepositoryUrl >https://github.com/jamil7/SQLStreamStore.FSharp</RepositoryUrl >
10+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
11+ </PropertyGroup >
612
7- <ItemGroup >
8- <Compile Include =" Types.fs" />
9- <Compile Include =" Append.fs" />
10- <Compile Include =" Read.fs" />
11- <Compile Include =" Postgres.fs" />
12- </ItemGroup >
13+ <ItemGroup >
14+ <Compile Include =" Types.fs" />
15+ <Compile Include =" Append.fs" />
16+ <Compile Include =" Read.fs" />
17+ <Compile Include =" Postgres.fs" />
18+ </ItemGroup >
1319
14- <ItemGroup >
15- <PackageReference Include =" Insurello.AsyncExtra" Version =" 1.1.0" />
16- <PackageReference Include =" SqlStreamStore" Version =" 1.2.0-beta.8" />
17- <PackageReference Include =" SqlStreamStore.Postgres" Version =" 1.2.0-beta.8" />
18- </ItemGroup >
20+ <ItemGroup >
21+ <PackageReference Update =" FSharp.Core" Version =" 4.7.2" />
22+ <PackageReference Include =" Insurello.AsyncExtra" Version =" 1.1.0" />
23+ <PackageReference Include =" SqlStreamStore" Version =" 1.2.0-beta.8" />
24+ <PackageReference Include =" SqlStreamStore.Postgres" Version =" 1.2.0-beta.8" />
25+ </ItemGroup >
1926
2027</Project >
You can’t perform that action at this time.
0 commit comments