Skip to content

Commit d7dac25

Browse files
committed
Add preview language tag to csproj
1 parent c9ddd21 commit d7dac25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Microsoft.Data.Analysis.Tests/Microsoft.Data.Analysis.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<NoWarn>$(NoWarn);MSML_ParameterLocalVarName;MSML_PrivateFieldName;MSML_ExtendBaseTestClass;MSML_GeneralName</NoWarn>
4+
<LangVersion>preview</LangVersion>
45
</PropertyGroup>
56

67
<ItemGroup>

0 commit comments

Comments
 (0)