Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 2e8947f

Browse files
updated deps; added description for package
1 parent 9824125 commit 2e8947f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/SqlStreamStore.HAL/SqlStreamStore.HAL.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
44
<DefineConstants>$(DefineConstants);LIBLOG_PORTABLE;LIBLOG_PROVIDERS_ONLY</DefineConstants>
5+
<Description>HTTP Server for SQL Stream Store</Description>
6+
<AssemblyTitle>Stream Store - HAL Server</AssemblyTitle>
57
<DebugSymbols>true</DebugSymbols>
68
<NoWarn>1701;1702;1705;1591</NoWarn>
79
</PropertyGroup>
810
<ItemGroup>
911
<PackageReference Include="Halcyon" Version="2.5.1" />
10-
<PackageReference Include="LibLog" Version="5.0.0" PrivateAssets="All" />
12+
<PackageReference Include="LibLog" Version="5.0.2" PrivateAssets="All" />
1113
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.1" />
12-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
14+
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
1315
<PackageReference Include="SqlStreamStore" Version="1.1.2" />
1416
</ItemGroup>
1517
<ItemGroup>

0 commit comments

Comments
 (0)