File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
CefSharp.OffScreen.Example
CefSharp.WinForms.Example Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33 <!-- Note: We cannot use the recommended style of specifying <Project Sdk=...> because we need
44 to set BaseIntermediateOutputPath and BaseOutputPath before the SDK props are imported. -->
1111
1212 <PropertyGroup >
1313 <OutputType >Exe</OutputType >
14- <TargetFramework >netcoreapp3.1</TargetFramework >
14+ <TargetFrameworks >netcoreapp3.1;net5.0-windows</TargetFrameworks >
15+ <TargetFrameworks Condition =" '$(VisualStudioVersion)'=='17.0'" >$(TargetFrameworks);net6.0-windows</TargetFrameworks >
1516 <RootNamespace >CefSharp.OffScreen.Example</RootNamespace >
1617 <AssemblyName >CefSharp.OffScreen.Example</AssemblyName >
1718 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33 <!-- Note: We cannot use the recommended style of specifying <Project Sdk=...> because we need
44 to set BaseIntermediateOutputPath and BaseOutputPath before the SDK props are imported. -->
1111
1212 <PropertyGroup >
1313 <OutputType >WinExe</OutputType >
14- <TargetFramework >netcoreapp3.1</TargetFramework >
14+ <TargetFrameworks >netcoreapp3.1;net5.0-windows</TargetFrameworks >
15+ <TargetFrameworks Condition =" '$(VisualStudioVersion)'=='17.0'" >$(TargetFrameworks);net6.0-windows</TargetFrameworks >
1516 <RootNamespace >CefSharp.WinForms.Example</RootNamespace >
1617 <AssemblyName >CefSharp.WinForms.Example</AssemblyName >
1718 <UseWindowsForms >true</UseWindowsForms >
Original file line number Diff line number Diff line change 1010 <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk.WindowsDesktop" />
1111
1212 <PropertyGroup >
13- <TargetFramework >netcoreapp3.1</TargetFramework >
13+ <TargetFrameworks >netcoreapp3.1;net5.0-windows</TargetFrameworks >
14+ <TargetFrameworks Condition =" '$(VisualStudioVersion)'=='17.0'" >$(TargetFrameworks);net6.0-windows</TargetFrameworks >
1415 <RootNamespace >CefSharp.Wpf</RootNamespace >
1516 <AssemblyName >CefSharp.Wpf</AssemblyName >
1617 <DocumentationFile >$(BaseOutputPath)$(PlatformTarget)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
You can’t perform that action at this time.
0 commit comments