Skip to content

Commit

Permalink
support older compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
gusarov committed Feb 19, 2020
1 parent ce941a6 commit 7d88c7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/River.HttpWrap/River.HttpWrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down
3 changes: 2 additions & 1 deletion src/River.Internal/River.Internal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<AssemblyName>River.Internal</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<LangVersion>latest</LangVersion>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 7d88c7a

Please sign in to comment.