Skip to content

Commit 2651f6a

Browse files
committed
Some tags and formatting
1 parent 55c0a4b commit 2651f6a

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed
Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<OutputType>Library</OutputType>
45
<TargetFramework>netstandard2.0</TargetFramework>
56
<PackageId>SqlStreamStore.FSharp</PackageId>
67
<Authors>Jamil Maqdis Anton</Authors>
@@ -9,26 +10,26 @@
910
<RepositoryUrl>https://github.com/jamil7/SQLStreamStore.FSharp</RepositoryUrl>
1011
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1112
<PackageTags>SqlStreamStore; FSharp; postgresql; cqrs; event-sourcing; event-store; stream-store</PackageTags>
13+
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
1214
</PropertyGroup>
1315

1416
<ItemGroup>
15-
<PackageReference Update="FSharp.Core" Version="5.0.0" />
16-
<PackageReference Include="FSharp.Core" Version="5.0.0" />
17-
<PackageReference Include="FSharp.Prelude" Version="4.0.3" />
18-
<PackageReference Include="Npgsql" Version="5.0.4" />
19-
<PackageReference Include="SqlStreamStore" Version="1.2.0-beta.8" />
17+
<PackageReference Update="FSharp.Core" Version="5.0.0"/>
18+
<PackageReference Include="FSharp.Core" Version="5.0.0"/>
19+
<PackageReference Include="FSharp.Prelude" Version="4.0.*"/>
20+
<PackageReference Include="Npgsql" Version="5.0.*"/>
21+
<PackageReference Include="SqlStreamStore" Version="1.2.0-beta.8"/>
2022
</ItemGroup>
2123

2224
<ItemGroup>
23-
<Compile Include="Extensions.fs" />
24-
<Compile Include="NewStreamMessage.fs" />
25-
<Compile Include="Connect.fs" />
26-
<Compile Include="Read.fs" />
27-
<Compile Include="Get.fs" />
28-
<Compile Include="Subscribe.fs" />
29-
<Folder Include="SqlStreamStore.FSharp" />
30-
<Compile Include="Append.fs" />
31-
<Compile Include="Create.fs" />
25+
<Compile Include="Extensions.fs"/>
26+
<Compile Include="NewStreamMessage.fs"/>
27+
<Compile Include="Connect.fs"/>
28+
<Compile Include="Read.fs"/>
29+
<Compile Include="Get.fs"/>
30+
<Compile Include="Subscribe.fs"/>
31+
<Compile Include="Append.fs"/>
32+
<Compile Include="Create.fs"/>
3233
</ItemGroup>
3334

3435
</Project>

0 commit comments

Comments
 (0)