File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 55
55
56
56
57
57
<ItemGroup >
58
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
58
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
59
+ <PackageReference Include =" Microsoft.WinForms.Designer.SDK" Version =" 1.1.0-prerelease-preview3.22076.5" >
60
+ <PrivateAssets >all</PrivateAssets >
61
+ <IncludeAssets >compile;runtime</IncludeAssets >
62
+ </PackageReference >
59
63
</ItemGroup >
60
64
61
65
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk.WindowsDesktop" />
Original file line number Diff line number Diff line change 4
4
5
5
using System . Collections ;
6
6
using System . Drawing ;
7
+ #if NETCOREAPP
8
+ using Microsoft . DotNet . DesignTools . Designers ;
9
+ #else
7
10
using System . Windows . Forms . Design ;
11
+ #endif
8
12
9
13
namespace CefSharp . WinForms
10
14
{
You can’t perform that action at this time.
0 commit comments