Skip to content

Commit 5dae0cf

Browse files
committed
Upgrade to 87.1.132
1 parent 48ac575 commit 5dae0cf

11 files changed

Lines changed: 35 additions & 35 deletions

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.87.1.131-pre\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.props')" />
3+
<Import Project="..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.props')" />
44
<Import Project="..\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props')" />
55
<Import Project="..\packages\cef.redist.x64.87.1.13\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.87.1.13\build\cef.redist.x64.props')" />
66
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -64,16 +64,16 @@
6464
<ApplicationManifest>app.manifest</ApplicationManifest>
6565
</PropertyGroup>
6666
<ItemGroup>
67-
<Reference Include="CefSharp, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
68-
<HintPath>..\packages\CefSharp.Common.87.1.131-pre\lib\net452\CefSharp.dll</HintPath>
67+
<Reference Include="CefSharp, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
68+
<HintPath>..\packages\CefSharp.Common.87.1.132\lib\net452\CefSharp.dll</HintPath>
6969
<Private>True</Private>
7070
</Reference>
71-
<Reference Include="CefSharp.Core, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
72-
<HintPath>..\packages\CefSharp.Common.87.1.131-pre\lib\net452\CefSharp.Core.dll</HintPath>
71+
<Reference Include="CefSharp.Core, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
72+
<HintPath>..\packages\CefSharp.Common.87.1.132\lib\net452\CefSharp.Core.dll</HintPath>
7373
<Private>True</Private>
7474
</Reference>
75-
<Reference Include="CefSharp.OffScreen, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
76-
<HintPath>..\packages\CefSharp.OffScreen.87.1.131-pre\lib\net452\CefSharp.OffScreen.dll</HintPath>
75+
<Reference Include="CefSharp.OffScreen, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
76+
<HintPath>..\packages\CefSharp.OffScreen.87.1.132\lib\net452\CefSharp.OffScreen.dll</HintPath>
7777
<Private>True</Private>
7878
</Reference>
7979
<Reference Include="System" />
@@ -94,5 +94,5 @@
9494
<None Include="packages.config" />
9595
</ItemGroup>
9696
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97-
<Import Project="..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.targets')" />
97+
<Import Project="..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.targets')" />
9898
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="87.1.131-pre" />
31+
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="87.1.132" />
3232
</ItemGroup>
3333

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

CefSharp.MinimalExample.OffScreen/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="cef.redist.x64" version="87.1.13" targetFramework="net452" />
44
<package id="cef.redist.x86" version="87.1.13" targetFramework="net452" />
5-
<package id="CefSharp.Common" version="87.1.131-pre" targetFramework="net452" />
6-
<package id="CefSharp.OffScreen" version="87.1.131-pre" targetFramework="net452" />
5+
<package id="CefSharp.Common" version="87.1.132" targetFramework="net452" />
6+
<package id="CefSharp.OffScreen" version="87.1.132" targetFramework="net452" />
77
</packages>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.87.1.131-pre\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.props')" />
3+
<Import Project="..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.props')" />
44
<Import Project="..\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props')" />
55
<Import Project="..\packages\cef.redist.x64.87.1.13\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.87.1.13\build\cef.redist.x64.props')" />
66
<PropertyGroup>
@@ -55,16 +55,16 @@
5555
<ApplicationManifest>app.manifest</ApplicationManifest>
5656
</PropertyGroup>
5757
<ItemGroup>
58-
<Reference Include="CefSharp, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
59-
<HintPath>..\packages\CefSharp.Common.87.1.131-pre\lib\net452\CefSharp.dll</HintPath>
58+
<Reference Include="CefSharp, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
59+
<HintPath>..\packages\CefSharp.Common.87.1.132\lib\net452\CefSharp.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
62-
<Reference Include="CefSharp.Core, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
63-
<HintPath>..\packages\CefSharp.Common.87.1.131-pre\lib\net452\CefSharp.Core.dll</HintPath>
62+
<Reference Include="CefSharp.Core, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
63+
<HintPath>..\packages\CefSharp.Common.87.1.132\lib\net452\CefSharp.Core.dll</HintPath>
6464
<Private>True</Private>
6565
</Reference>
66-
<Reference Include="CefSharp.WinForms, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
67-
<HintPath>..\packages\CefSharp.WinForms.87.1.131-pre\lib\net452\CefSharp.WinForms.dll</HintPath>
66+
<Reference Include="CefSharp.WinForms, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
67+
<HintPath>..\packages\CefSharp.WinForms.87.1.132\lib\net452\CefSharp.WinForms.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="System" />
@@ -124,5 +124,5 @@
124124
<None Include="Resources\chromium-256.png" />
125125
</ItemGroup>
126126
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127-
<Import Project="..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.targets')" />
127+
<Import Project="..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.targets')" />
128128
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="CefSharp.WinForms" Version="87.1.131-pre" />
33+
<PackageReference Include="CefSharp.WinForms" Version="87.1.132" />
3434
</ItemGroup>
3535

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="CefSharp.WinForms.NetCore" Version="87.1.131-pre" />
32+
<PackageReference Include="CefSharp.WinForms.NetCore" Version="87.1.132" />
3333
</ItemGroup>
3434

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

CefSharp.MinimalExample.WinForms/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="cef.redist.x64" version="87.1.13" targetFramework="net452" />
44
<package id="cef.redist.x86" version="87.1.13" targetFramework="net452" />
5-
<package id="CefSharp.Common" version="87.1.131-pre" targetFramework="net452" />
6-
<package id="CefSharp.WinForms" version="87.1.131-pre" targetFramework="net452" />
5+
<package id="CefSharp.Common" version="87.1.132" targetFramework="net452" />
6+
<package id="CefSharp.WinForms" version="87.1.132" targetFramework="net452" />
77
</packages>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.87.1.131-pre\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.props')" />
3+
<Import Project="..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.props')" />
44
<Import Project="..\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props')" />
55
<Import Project="..\packages\cef.redist.x64.87.1.13\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.87.1.13\build\cef.redist.x64.props')" />
66
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -69,16 +69,16 @@
6969
<ApplicationManifest>app.manifest</ApplicationManifest>
7070
</PropertyGroup>
7171
<ItemGroup>
72-
<Reference Include="CefSharp, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
73-
<HintPath>..\packages\CefSharp.Common.87.1.131-pre\lib\net452\CefSharp.dll</HintPath>
72+
<Reference Include="CefSharp, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
73+
<HintPath>..\packages\CefSharp.Common.87.1.132\lib\net452\CefSharp.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
76-
<Reference Include="CefSharp.Core, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
77-
<HintPath>..\packages\CefSharp.Common.87.1.131-pre\lib\net452\CefSharp.Core.dll</HintPath>
76+
<Reference Include="CefSharp.Core, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
77+
<HintPath>..\packages\CefSharp.Common.87.1.132\lib\net452\CefSharp.Core.dll</HintPath>
7878
<Private>True</Private>
7979
</Reference>
80-
<Reference Include="CefSharp.Wpf, Version=87.1.131.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
81-
<HintPath>..\packages\CefSharp.Wpf.87.1.131-pre\lib\net452\CefSharp.Wpf.dll</HintPath>
80+
<Reference Include="CefSharp.Wpf, Version=87.1.132.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
81+
<HintPath>..\packages\CefSharp.Wpf.87.1.132\lib\net452\CefSharp.Wpf.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
8484
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@@ -154,7 +154,7 @@
154154
</ItemGroup>
155155
<ItemGroup />
156156
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
157-
<Import Project="..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.87.1.131-pre\build\CefSharp.Common.targets')" />
157+
<Import Project="..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.87.1.132\build\CefSharp.Common.targets')" />
158158
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159159
Other similar extension points exist, see Microsoft.Common.targets.
160160
<Target Name="BeforeBuild">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="CefSharp.Wpf.NetCore" Version="87.1.131-pre" />
35+
<PackageReference Include="CefSharp.Wpf.NetCore" Version="87.1.132" />
3636
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
3737
</ItemGroup>
3838

CefSharp.MinimalExample.Wpf/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="cef.redist.x64" version="87.1.13" targetFramework="net452" />
44
<package id="cef.redist.x86" version="87.1.13" targetFramework="net452" />
5-
<package id="CefSharp.Common" version="87.1.131-pre" targetFramework="net452" />
6-
<package id="CefSharp.Wpf" version="87.1.131-pre" targetFramework="net452" />
5+
<package id="CefSharp.Common" version="87.1.132" targetFramework="net452" />
6+
<package id="CefSharp.Wpf" version="87.1.132" targetFramework="net452" />
77
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.19" targetFramework="net452" />
88
</packages>

0 commit comments

Comments
 (0)