Skip to content

Commit ad2d808

Browse files
author
Oren (electricessence)
committed
Updated language version.
1 parent 88ef50a commit ad2d808

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/Open.Disposable.ObjectPools.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Added 'OnDiscarded' for special handling of objects that will never be used agai
2727
<LangVersion>latest</LangVersion>
2828
</PropertyGroup>
2929

30+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
31+
<LangVersion>latest</LangVersion>
32+
</PropertyGroup>
33+
3034
<ItemGroup>
3135
<Compile Remove="Channels\**" />
3236
<EmbeddedResource Remove="Channels\**" />

0 commit comments

Comments
 (0)