Skip to content

Commit 7d6a985

Browse files
committed
Update LangVersion to 9.0
1 parent 31451fd commit 7d6a985

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CefSharp.Wpf.HwndHost.Example/CefSharp.Wpf.HwndHost.Example.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<StartupObject>CefSharp.Wpf.HwndHost.Example.App</StartupObject>
99
<PlatformTarget>AnyCPU</PlatformTarget>
1010
<ApplicationManifest>app.manifest</ApplicationManifest>
11+
<LangVersion>9.0</LangVersion>
1112
</PropertyGroup>
1213

1314
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">

CefSharp.Wpf.HwndHost/CefSharp.Wpf.HwndHost.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<CefSharpBuildAction>NoAction</CefSharpBuildAction>
2121
<SignAssembly>true</SignAssembly>
2222
<AssemblyOriginatorKeyFile>..\CefSharp.snk</AssemblyOriginatorKeyFile>
23+
<LangVersion>9.0</LangVersion>
2324
</PropertyGroup>
2425

2526
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">

0 commit comments

Comments
 (0)