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" ?>
2
2
<Project >
3
3
<!-- Note: We cannot use the recommended style of specifying <Project Sdk=...> because we need
4
4
to set BaseIntermediateOutputPath and BaseOutputPath before the SDK props are imported. -->
11
11
12
12
<PropertyGroup >
13
13
<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 >
15
16
<RootNamespace >CefSharp.OffScreen.Example</RootNamespace >
16
17
<AssemblyName >CefSharp.OffScreen.Example</AssemblyName >
17
18
<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" ?>
2
2
<Project >
3
3
<!-- Note: We cannot use the recommended style of specifying <Project Sdk=...> because we need
4
4
to set BaseIntermediateOutputPath and BaseOutputPath before the SDK props are imported. -->
11
11
12
12
<PropertyGroup >
13
13
<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 >
15
16
<RootNamespace >CefSharp.WinForms.Example</RootNamespace >
16
17
<AssemblyName >CefSharp.WinForms.Example</AssemblyName >
17
18
<UseWindowsForms >true</UseWindowsForms >
Original file line number Diff line number Diff line change 10
10
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk.WindowsDesktop" />
11
11
12
12
<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 >
14
15
<RootNamespace >CefSharp.Wpf</RootNamespace >
15
16
<AssemblyName >CefSharp.Wpf</AssemblyName >
16
17
<DocumentationFile >$(BaseOutputPath)$(PlatformTarget)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
You can’t perform that action at this time.
0 commit comments