Skip to content

Commit

Permalink
Upgrade to 110.0.300
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Feb 27, 2023
1 parent 0e0be03 commit 4f1320a
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 49 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.props')" />
<Import Project="..\packages\cef.redist.x86.110.0.28\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.110.0.28\build\cef.redist.x86.props')" />
<Import Project="..\packages\cef.redist.x64.110.0.28\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.110.0.28\build\cef.redist.x64.props')" />
<Import Project="..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.props')" />
<Import Project="..\packages\cef.redist.x86.110.0.30\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.110.0.30\build\cef.redist.x86.props')" />
<Import Project="..\packages\cef.redist.x64.110.0.30\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.110.0.30\build\cef.redist.x64.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -88,16 +88,16 @@
<StartupObject>CefSharp.MinimalExample.OffScreen.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="CefSharp, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.280\lib\net452\CefSharp.dll</HintPath>
<Reference Include="CefSharp, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.300\lib\net452\CefSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CefSharp.Core, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.280\lib\net452\CefSharp.Core.dll</HintPath>
<Reference Include="CefSharp.Core, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.300\lib\net452\CefSharp.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CefSharp.OffScreen, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.OffScreen.110.0.280\lib\net452\CefSharp.OffScreen.dll</HintPath>
<Reference Include="CefSharp.OffScreen, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.OffScreen.110.0.300\lib\net452\CefSharp.OffScreen.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -123,5 +123,5 @@
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
</Target>
<Import Project="..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.targets')" />
<Import Project="..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.targets')" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CefSharp.OffScreen" Version="110.0.280" />
<PackageReference Include="CefSharp.OffScreen" Version="110.0.300" />
</ItemGroup>

<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="110.0.280" />
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="110.0.300" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions CefSharp.MinimalExample.OffScreen/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cef.redist.x64" version="110.0.28" targetFramework="net452" />
<package id="cef.redist.x86" version="110.0.28" targetFramework="net452" />
<package id="CefSharp.Common" version="110.0.280" targetFramework="net452" />
<package id="CefSharp.OffScreen" version="110.0.280" targetFramework="net452" />
<package id="cef.redist.x64" version="110.0.30" targetFramework="net452" />
<package id="cef.redist.x86" version="110.0.30" targetFramework="net452" />
<package id="CefSharp.Common" version="110.0.300" targetFramework="net452" />
<package id="CefSharp.OffScreen" version="110.0.300" targetFramework="net452" />
</packages>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.props')" />
<Import Project="..\packages\cef.redist.x86.110.0.28\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.110.0.28\build\cef.redist.x86.props')" />
<Import Project="..\packages\cef.redist.x64.110.0.28\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.110.0.28\build\cef.redist.x64.props')" />
<Import Project="..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.props')" />
<Import Project="..\packages\cef.redist.x86.110.0.30\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.110.0.30\build\cef.redist.x86.props')" />
<Import Project="..\packages\cef.redist.x64.110.0.30\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.110.0.30\build\cef.redist.x64.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -72,16 +72,16 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="CefSharp, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.280\lib\net452\CefSharp.dll</HintPath>
<Reference Include="CefSharp, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.300\lib\net452\CefSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CefSharp.Core, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.280\lib\net452\CefSharp.Core.dll</HintPath>
<Reference Include="CefSharp.Core, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.300\lib\net452\CefSharp.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CefSharp.WinForms, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.WinForms.110.0.280\lib\net452\CefSharp.WinForms.dll</HintPath>
<Reference Include="CefSharp.WinForms, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.WinForms.110.0.300\lib\net452\CefSharp.WinForms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -144,5 +144,5 @@
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
</Target>
<Import Project="..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.targets')" />
<Import Project="..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.targets')" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CefSharp.WinForms" Version="110.0.280" />
<PackageReference Include="CefSharp.WinForms" Version="110.0.300" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CefSharp.WinForms.NetCore" Version="110.0.280" />
<PackageReference Include="CefSharp.WinForms.NetCore" Version="110.0.300" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions CefSharp.MinimalExample.WinForms/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cef.redist.x64" version="110.0.28" targetFramework="net452" />
<package id="cef.redist.x86" version="110.0.28" targetFramework="net452" />
<package id="CefSharp.Common" version="110.0.280" targetFramework="net452" />
<package id="CefSharp.WinForms" version="110.0.280" targetFramework="net452" />
<package id="cef.redist.x64" version="110.0.30" targetFramework="net452" />
<package id="cef.redist.x86" version="110.0.30" targetFramework="net452" />
<package id="CefSharp.Common" version="110.0.300" targetFramework="net452" />
<package id="CefSharp.WinForms" version="110.0.300" targetFramework="net452" />
</packages>
20 changes: 10 additions & 10 deletions CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.props')" />
<Import Project="..\packages\cef.redist.x86.110.0.28\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.110.0.28\build\cef.redist.x86.props')" />
<Import Project="..\packages\cef.redist.x64.110.0.28\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.110.0.28\build\cef.redist.x64.props')" />
<Import Project="..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.props')" />
<Import Project="..\packages\cef.redist.x86.110.0.30\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.110.0.30\build\cef.redist.x86.props')" />
<Import Project="..\packages\cef.redist.x64.110.0.30\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.110.0.30\build\cef.redist.x64.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -91,16 +91,16 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="CefSharp, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.280\lib\net452\CefSharp.dll</HintPath>
<Reference Include="CefSharp, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.300\lib\net452\CefSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CefSharp.Core, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.280\lib\net452\CefSharp.Core.dll</HintPath>
<Reference Include="CefSharp.Core, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Common.110.0.300\lib\net452\CefSharp.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CefSharp.Wpf, Version=110.0.280.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Wpf.110.0.280\lib\net452\CefSharp.Wpf.dll</HintPath>
<Reference Include="CefSharp.Wpf, Version=110.0.300.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138">
<HintPath>..\packages\CefSharp.Wpf.110.0.300\lib\net452\CefSharp.Wpf.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down Expand Up @@ -179,5 +179,5 @@
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
</Target>
<Import Project="..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.110.0.280\build\CefSharp.Common.targets')" />
<Import Project="..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.110.0.300\build\CefSharp.Common.targets')" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CefSharp.Wpf" Version="110.0.280" />
<PackageReference Include="CefSharp.Wpf" Version="110.0.300" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CefSharp.Wpf.NetCore" Version="110.0.280" />
<PackageReference Include="CefSharp.Wpf.NetCore" Version="110.0.300" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions CefSharp.MinimalExample.Wpf/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cef.redist.x64" version="110.0.28" targetFramework="net452" />
<package id="cef.redist.x86" version="110.0.28" targetFramework="net452" />
<package id="CefSharp.Common" version="110.0.280" targetFramework="net452" />
<package id="CefSharp.Wpf" version="110.0.280" targetFramework="net452" />
<package id="cef.redist.x64" version="110.0.30" targetFramework="net452" />
<package id="cef.redist.x86" version="110.0.30" targetFramework="net452" />
<package id="CefSharp.Common" version="110.0.300" targetFramework="net452" />
<package id="CefSharp.Wpf" version="110.0.300" targetFramework="net452" />
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.19" targetFramework="net452" />
</packages>
2 changes: 1 addition & 1 deletion UpdateNugetPackages.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET cefsharpversion=110.0.280
SET cefsharpversion=110.0.300

..\nuget restore CefSharp.MinimalExample.sln

Expand Down

0 comments on commit 4f1320a

Please sign in to comment.