|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <PackageId>SqlStreamStore.FSharp</PackageId>
|
6 | 6 | <Authors>Jamil Maqdis Anton</Authors>
|
7 | 7 | <PackageDescription>Thin F# wrapper around SQLStreamStore</PackageDescription>
|
|
12 | 12 | </PropertyGroup>
|
13 | 13 |
|
14 | 14 | <ItemGroup>
|
15 |
| - <PackageReference Update="FSharp.Core" Version="5.0.0" /> |
16 |
| - <PackageReference Include="FSharp.Prelude" Version="4.0.0" /> |
17 |
| - <PackageReference Include="FSharp.SystemTextJson" Version="0.16.6" /> |
18 |
| - <PackageReference Include="Npgsql" Version="5.0.4" /> |
19 |
| - <PackageReference Include="SqlStreamStore" Version="1.2.0-beta.8" /> |
20 |
| - <PackageReference Include="SqlStreamStore.Postgres" Version="1.2.0-beta.8" /> |
| 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="FSharp.SystemTextJson" Version="0.16.6"/> |
| 19 | + <PackageReference Include="Npgsql" Version="5.0.4"/> |
| 20 | + <PackageReference Include="SqlStreamStore" Version="1.2.0-beta.8"/> |
| 21 | + <PackageReference Include="SqlStreamStore.Postgres" Version="1.2.0-beta.8"/> |
21 | 22 | </ItemGroup>
|
22 | 23 |
|
23 | 24 | <ItemGroup>
|
24 |
| - <Compile Include="SqlStreamStoreExtensions.fs" /> |
25 |
| - <Compile Include="Create.fs" /> |
26 |
| - <Compile Include="Connect.fs" /> |
27 |
| - <Compile Include="Append.fs" /> |
28 |
| - <Compile Include="Read.fs" /> |
29 |
| - <Compile Include="Get.fs" /> |
30 |
| - <Compile Include="Subscribe.fs" /> |
| 25 | + <Compile Include="SqlStreamStoreExtensions.fs"/> |
| 26 | + <Compile Include="Create.fs"/> |
| 27 | + <Compile Include="Connect.fs"/> |
| 28 | + <Compile Include="Append.fs"/> |
| 29 | + <Compile Include="Read.fs"/> |
| 30 | + <Compile Include="Get.fs"/> |
| 31 | + <Compile Include="Subscribe.fs"/> |
31 | 32 | </ItemGroup>
|
32 | 33 |
|
33 | 34 | </Project>
|
0 commit comments