Skip to content

Commit 136a65e

Browse files
committed
Upgrade to 120.1.110
1 parent 2b1df22 commit 136a65e

13 files changed

+49
-49
lines changed

CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.props')" />
4-
<Import Project="..\packages\cef.redist.x86.120.1.8\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.120.1.8\build\cef.redist.x86.props')" />
5-
<Import Project="..\packages\cef.redist.x64.120.1.8\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.120.1.8\build\cef.redist.x64.props')" />
3+
<Import Project="..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.props')" />
4+
<Import Project="..\packages\cef.redist.x86.120.1.10\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.120.1.10\build\cef.redist.x86.props')" />
5+
<Import Project="..\packages\cef.redist.x64.120.1.10\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.120.1.10\build\cef.redist.x64.props')" />
66
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
77
<PropertyGroup>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -88,16 +88,16 @@
8888
<StartupObject>CefSharp.MinimalExample.OffScreen.Program</StartupObject>
8989
</PropertyGroup>
9090
<ItemGroup>
91-
<Reference Include="CefSharp, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
92-
<HintPath>..\packages\CefSharp.Common.120.1.80\lib\net462\CefSharp.dll</HintPath>
91+
<Reference Include="CefSharp, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
92+
<HintPath>..\packages\CefSharp.Common.120.1.110\lib\net462\CefSharp.dll</HintPath>
9393
<Private>True</Private>
9494
</Reference>
95-
<Reference Include="CefSharp.Core, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
96-
<HintPath>..\packages\CefSharp.Common.120.1.80\lib\net462\CefSharp.Core.dll</HintPath>
95+
<Reference Include="CefSharp.Core, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
96+
<HintPath>..\packages\CefSharp.Common.120.1.110\lib\net462\CefSharp.Core.dll</HintPath>
9797
<Private>True</Private>
9898
</Reference>
99-
<Reference Include="CefSharp.OffScreen, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
100-
<HintPath>..\packages\CefSharp.OffScreen.120.1.80\lib\net462\CefSharp.OffScreen.dll</HintPath>
99+
<Reference Include="CefSharp.OffScreen, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
100+
<HintPath>..\packages\CefSharp.OffScreen.120.1.110\lib\net462\CefSharp.OffScreen.dll</HintPath>
101101
<Private>True</Private>
102102
</Reference>
103103
<Reference Include="System" />
@@ -123,5 +123,5 @@
123123
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
124124
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
125125
</Target>
126-
<Import Project="..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.targets')" />
126+
<Import Project="..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.targets')" />
127127
</Project>

CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</ItemGroup>
5353

5454
<ItemGroup>
55-
<PackageReference Include="CefSharp.OffScreen" Version="120.1.80" />
55+
<PackageReference Include="CefSharp.OffScreen" Version="120.1.110" />
5656
</ItemGroup>
5757

5858
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />

CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</ItemGroup>
7272

7373
<ItemGroup>
74-
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="120.1.80" />
74+
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="120.1.110" />
7575
</ItemGroup>
7676

7777
<ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="cef.redist.x64" version="120.1.8" targetFramework="net462" />
4-
<package id="cef.redist.x86" version="120.1.8" targetFramework="net462" />
5-
<package id="CefSharp.Common" version="120.1.80" targetFramework="net462" />
6-
<package id="CefSharp.OffScreen" version="120.1.80" targetFramework="net462" />
3+
<package id="cef.redist.x64" version="120.1.10" targetFramework="net462" />
4+
<package id="cef.redist.x86" version="120.1.10" targetFramework="net462" />
5+
<package id="CefSharp.Common" version="120.1.110" targetFramework="net462" />
6+
<package id="CefSharp.OffScreen" version="120.1.110" targetFramework="net462" />
77
</packages>

CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.props')" />
4-
<Import Project="..\packages\cef.redist.x86.120.1.8\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.120.1.8\build\cef.redist.x86.props')" />
5-
<Import Project="..\packages\cef.redist.x64.120.1.8\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.120.1.8\build\cef.redist.x64.props')" />
3+
<Import Project="..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.props')" />
4+
<Import Project="..\packages\cef.redist.x86.120.1.10\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.120.1.10\build\cef.redist.x86.props')" />
5+
<Import Project="..\packages\cef.redist.x64.120.1.10\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.120.1.10\build\cef.redist.x64.props')" />
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -72,16 +72,16 @@
7272
<ApplicationManifest>app.manifest</ApplicationManifest>
7373
</PropertyGroup>
7474
<ItemGroup>
75-
<Reference Include="CefSharp, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
76-
<HintPath>..\packages\CefSharp.Common.120.1.80\lib\net462\CefSharp.dll</HintPath>
75+
<Reference Include="CefSharp, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
76+
<HintPath>..\packages\CefSharp.Common.120.1.110\lib\net462\CefSharp.dll</HintPath>
7777
<Private>True</Private>
7878
</Reference>
79-
<Reference Include="CefSharp.Core, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
80-
<HintPath>..\packages\CefSharp.Common.120.1.80\lib\net462\CefSharp.Core.dll</HintPath>
79+
<Reference Include="CefSharp.Core, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
80+
<HintPath>..\packages\CefSharp.Common.120.1.110\lib\net462\CefSharp.Core.dll</HintPath>
8181
<Private>True</Private>
8282
</Reference>
83-
<Reference Include="CefSharp.WinForms, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
84-
<HintPath>..\packages\CefSharp.WinForms.120.1.80\lib\net462\CefSharp.WinForms.dll</HintPath>
83+
<Reference Include="CefSharp.WinForms, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
84+
<HintPath>..\packages\CefSharp.WinForms.120.1.110\lib\net462\CefSharp.WinForms.dll</HintPath>
8585
<Private>True</Private>
8686
</Reference>
8787
<Reference Include="System" />
@@ -144,5 +144,5 @@
144144
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
145145
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
146146
</Target>
147-
<Import Project="..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.targets')" />
147+
<Import Project="..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.targets')" />
148148
</Project>

CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="CefSharp.WinForms" Version="120.1.80" />
56+
<PackageReference Include="CefSharp.WinForms" Version="120.1.110" />
5757
</ItemGroup>
5858

5959
<ItemGroup>

CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</ItemGroup>
8282

8383
<ItemGroup>
84-
<PackageReference Include="CefSharp.WinForms.NetCore" Version="120.1.80" />
84+
<PackageReference Include="CefSharp.WinForms.NetCore" Version="120.1.110" />
8585
</ItemGroup>
8686

8787
<ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="cef.redist.x64" version="120.1.8" targetFramework="net462" />
4-
<package id="cef.redist.x86" version="120.1.8" targetFramework="net462" />
5-
<package id="CefSharp.Common" version="120.1.80" targetFramework="net462" />
6-
<package id="CefSharp.WinForms" version="120.1.80" targetFramework="net462" />
3+
<package id="cef.redist.x64" version="120.1.10" targetFramework="net462" />
4+
<package id="cef.redist.x86" version="120.1.10" targetFramework="net462" />
5+
<package id="CefSharp.Common" version="120.1.110" targetFramework="net462" />
6+
<package id="CefSharp.WinForms" version="120.1.110" targetFramework="net462" />
77
</packages>

CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.props')" />
4-
<Import Project="..\packages\cef.redist.x86.120.1.8\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.120.1.8\build\cef.redist.x86.props')" />
5-
<Import Project="..\packages\cef.redist.x64.120.1.8\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.120.1.8\build\cef.redist.x64.props')" />
3+
<Import Project="..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.props')" />
4+
<Import Project="..\packages\cef.redist.x86.120.1.10\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.120.1.10\build\cef.redist.x86.props')" />
5+
<Import Project="..\packages\cef.redist.x64.120.1.10\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.120.1.10\build\cef.redist.x64.props')" />
66
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
77
<PropertyGroup>
88
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -91,16 +91,16 @@
9191
<ApplicationManifest>app.manifest</ApplicationManifest>
9292
</PropertyGroup>
9393
<ItemGroup>
94-
<Reference Include="CefSharp, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
95-
<HintPath>..\packages\CefSharp.Common.120.1.80\lib\net462\CefSharp.dll</HintPath>
94+
<Reference Include="CefSharp, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
95+
<HintPath>..\packages\CefSharp.Common.120.1.110\lib\net462\CefSharp.dll</HintPath>
9696
<Private>True</Private>
9797
</Reference>
98-
<Reference Include="CefSharp.Core, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
99-
<HintPath>..\packages\CefSharp.Common.120.1.80\lib\net462\CefSharp.Core.dll</HintPath>
98+
<Reference Include="CefSharp.Core, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
99+
<HintPath>..\packages\CefSharp.Common.120.1.110\lib\net462\CefSharp.Core.dll</HintPath>
100100
<Private>True</Private>
101101
</Reference>
102-
<Reference Include="CefSharp.Wpf, Version=120.1.80.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
103-
<HintPath>..\packages\CefSharp.Wpf.120.1.80\lib\net462\CefSharp.Wpf.dll</HintPath>
102+
<Reference Include="CefSharp.Wpf, Version=120.1.110.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
103+
<HintPath>..\packages\CefSharp.Wpf.120.1.110\lib\net462\CefSharp.Wpf.dll</HintPath>
104104
<Private>True</Private>
105105
</Reference>
106106
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@@ -179,5 +179,5 @@
179179
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
180180
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
181181
</Target>
182-
<Import Project="..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.120.1.80\build\CefSharp.Common.targets')" />
182+
<Import Project="..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.120.1.110\build\CefSharp.Common.targets')" />
183183
</Project>

CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</ItemGroup>
5353

5454
<ItemGroup>
55-
<PackageReference Include="CefSharp.Wpf" Version="120.1.80" />
55+
<PackageReference Include="CefSharp.Wpf" Version="120.1.110" />
5656
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
5757
</ItemGroup>
5858

CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</ItemGroup>
8787

8888
<ItemGroup>
89-
<PackageReference Include="CefSharp.Wpf.NetCore" Version="120.1.80" />
89+
<PackageReference Include="CefSharp.Wpf.NetCore" Version="120.1.110" />
9090
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
9191
</ItemGroup>
9292

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="cef.redist.x64" version="120.1.8" targetFramework="net462" />
4-
<package id="cef.redist.x86" version="120.1.8" targetFramework="net462" />
5-
<package id="CefSharp.Common" version="120.1.80" targetFramework="net462" />
6-
<package id="CefSharp.Wpf" version="120.1.80" targetFramework="net462" />
3+
<package id="cef.redist.x64" version="120.1.10" targetFramework="net462" />
4+
<package id="cef.redist.x86" version="120.1.10" targetFramework="net462" />
5+
<package id="CefSharp.Common" version="120.1.110" targetFramework="net462" />
6+
<package id="CefSharp.Wpf" version="120.1.110" targetFramework="net462" />
77
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.19" targetFramework="net452" />
88
</packages>

UpdateNugetPackages.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET cefsharpversion=120.1.80
1+
SET cefsharpversion=120.1.110
22

33
..\nuget restore CefSharp.MinimalExample.sln
44

0 commit comments

Comments
 (0)