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

Commit b279d81

Browse files
SqlStreamStore 1.1.2
1 parent 5ae6a40 commit b279d81

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/SqlStreamStore.HAL.Tests/StreamMetadataTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public async Task set_wrong_expected_version(int[] expectedVersions)
184184
maxCount = 20,
185185
metadataJson = new
186186
{
187-
type = "a-type"
187+
type = "another-type"
188188
}
189189
}).ToString())
190190
{

src/SqlStreamStore.HAL/SqlStreamStore.HAL.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
<NoWarn>1701;1702;1705;1591</NoWarn>
1717
</PropertyGroup>
1818
<ItemGroup>
19-
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
20-
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
2119
<PackageReference Include="Halcyon" Version="2.5.1" />
2220
<PackageReference Include="KatanaNetStandard" Version="3.0.7" />
2321
<PackageReference Include="LibLog" Version="4.2.6" PrivateAssets="All" />
24-
<PackageReference Include="Microsoft.CSharp" Version="4.4.0" />
22+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.0.3" />
2523
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
26-
<PackageReference Include="SqlStreamStore" Version="1.1.2-*" />
24+
<PackageReference Include="SqlStreamStore" Version="1.1.2" />
2725
<PackageReference Include="Tavis.UriTemplates" Version="1.1.1" />
2826
</ItemGroup>
2927
</Project>

0 commit comments

Comments
 (0)