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

Commit 2628d54

Browse files
dependency refresh
1 parent 7f7fe7c commit 2628d54

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/SqlStreamStore.HAL.DevServer/SqlStreamStore.HAL.DevServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
<LangVersion>7.1</LangVersion>
5+
<LangVersion>7.2</LangVersion>
66
</PropertyGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\KestrelPureOwin\KestrelPureOwin.csproj" />

src/SqlStreamStore.HAL.Tests/SqlStreamStore.HAL.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<DebugType>portable</DebugType>
1414
<DebugSymbols>true</DebugSymbols>
1515
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
16+
<LangVersion>7.2</LangVersion>
1617
</PropertyGroup>
1718
<ItemGroup>
1819
<ProjectReference Include="..\SqlStreamStore.HAL\SqlStreamStore.HAL.csproj" />

src/SqlStreamStore.HAL/SqlStreamStore.HAL.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<DefineConstants>$(DefineConstants);LIBLOG_PORTABLE</DefineConstants>
55
<DebugSymbols>true</DebugSymbols>
66
<NoWarn>1701;1702;1705;1591</NoWarn>
7+
<LangVersion>7.2</LangVersion>
78
</PropertyGroup>
89
<ItemGroup>
910
<PackageReference Include="Halcyon" Version="2.5.1" />

0 commit comments

Comments
 (0)