Skip to content

Commit ec971ba

Browse files
committed
Fix compilation errors on Mono
1 parent 47fb0b5 commit ec971ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate.Test/NHibernate.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<IsTestProject>true</IsTestProject>
77
<NoWarn>$(NoWarn);3001;3002;3003;3005</NoWarn>
88
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
9+
<LangVersion>7.2</LangVersion>
910
</PropertyGroup>
1011
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
1112
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)