File tree 4 files changed +8
-8
lines changed
CefSharp.OutOfProcess.BrowserProcess
CefSharp.OutOfProcess.Core
CefSharp.OutOfProcess.WinForms
CefSharp.OutOfProcess.Wpf.HwndHost
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.104 " />
14
+ <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.124 " />
15
15
<PackageReference Include =" PInvoke.User32" Version =" 0.7.104" />
16
16
<PackageReference Include =" StreamJsonRpc" Version =" 2.14.24" />
17
17
<PackageReference Include =" CefSharp.Common" Version =" 110.0.250" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >CefSharp.OutOfProcess</RootNamespace >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.104 " />
9
+ <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.124 " />
10
10
<PackageReference Include =" PInvoke.User32" Version =" 0.7.104" />
11
11
<PackageReference Include =" StreamJsonRpc" Version =" 2.14.24" />
12
12
<ProjectReference Include =" ..\CefSharp.OutOfProcess.Interface\CefSharp.OutOfProcess.Interface.csproj" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp3.1;net462</TargetFrameworks >
5
5
<UseWindowsForms >true</UseWindowsForms >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.104 " />
9
+ <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.124 " />
10
10
<PackageReference Include =" PInvoke.User32" Version =" 0.7.104" />
11
11
<PackageReference Include =" StreamJsonRpc" Version =" 2.14.24" />
12
12
</ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp3.1;net462</TargetFrameworks >
5
5
<UseWPF >true</UseWPF >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.104 " />
9
+ <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.124 " />
10
10
<PackageReference Include =" PInvoke.User32" Version =" 0.7.104" />
11
11
<PackageReference Include =" StreamJsonRpc" Version =" 2.14.24" />
12
12
</ItemGroup >
You can’t perform that action at this time.
0 commit comments