We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31451fd commit 7d6a985Copy full SHA for 7d6a985
CefSharp.Wpf.HwndHost.Example/CefSharp.Wpf.HwndHost.Example.csproj
@@ -8,6 +8,7 @@
8
<StartupObject>CefSharp.Wpf.HwndHost.Example.App</StartupObject>
9
<PlatformTarget>AnyCPU</PlatformTarget>
10
<ApplicationManifest>app.manifest</ApplicationManifest>
11
+ <LangVersion>9.0</LangVersion>
12
</PropertyGroup>
13
14
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
CefSharp.Wpf.HwndHost/CefSharp.Wpf.HwndHost.csproj
@@ -20,6 +20,7 @@
20
<CefSharpBuildAction>NoAction</CefSharpBuildAction>
21
<SignAssembly>true</SignAssembly>
22
<AssemblyOriginatorKeyFile>..\CefSharp.snk</AssemblyOriginatorKeyFile>
23
24
25
26
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
0 commit comments