Skip to content

Commit 518d888

Browse files
authored
feat: Update LangVersion to 8.0 on Appium.Net.csproj (#565)
1 parent 4d1bf36 commit 518d888

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Appium.Net/Appium.Net.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
<DocumentationFile>Appium.Net.xml</DocumentationFile>
3434
</PropertyGroup>
3535

36-
<ItemGroup>
36+
<PropertyGroup>
37+
<LangVersion>8.0</LangVersion>
38+
</PropertyGroup>
39+
40+
<ItemGroup>
3741
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
3842
</ItemGroup>
3943

0 commit comments

Comments
 (0)