diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 1b638b2..a2dda06 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.props')" /> - <Import Project="..\packages\CefSharp.OffScreen.39.0.1\build\CefSharp.OffScreen.props" Condition="Exists('..\packages\CefSharp.OffScreen.39.0.1\build\CefSharp.OffScreen.props')" /> + <Import Project="..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.props')" /> + <Import Project="..\packages\CefSharp.OffScreen.39.0.2\build\CefSharp.OffScreen.props" Condition="Exists('..\packages\CefSharp.OffScreen.39.0.2\build\CefSharp.OffScreen.props')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -84,5 +84,5 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\cef.redist.x86.3.2171.2069\build\cef.redist.x86.targets" Condition="Exists('..\packages\cef.redist.x86.3.2171.2069\build\cef.redist.x86.targets')" /> <Import Project="..\packages\cef.redist.x64.3.2171.2069\build\cef.redist.x64.targets" Condition="Exists('..\packages\cef.redist.x64.3.2171.2069\build\cef.redist.x64.targets')" /> - <Import Project="..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.targets')" /> + <Import Project="..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.targets')" /> </Project> \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index f0df8de..d158f2a 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -2,6 +2,6 @@ <packages> <package id="cef.redist.x64" version="3.2171.2069" targetFramework="net40-Client" /> <package id="cef.redist.x86" version="3.2171.2069" targetFramework="net40-Client" /> - <package id="CefSharp.Common" version="39.0.1" targetFramework="net40-Client" /> - <package id="CefSharp.OffScreen" version="39.0.1" targetFramework="net40-Client" /> + <package id="CefSharp.Common" version="39.0.2" targetFramework="net40-Client" /> + <package id="CefSharp.OffScreen" version="39.0.2" targetFramework="net40-Client" /> </packages> \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index a3bac24..07c5ebd 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.props')" /> - <Import Project="..\packages\CefSharp.WinForms.39.0.1\build\CefSharp.WinForms.props" Condition="Exists('..\packages\CefSharp.WinForms.39.0.1\build\CefSharp.WinForms.props')" /> + <Import Project="..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.props')" /> + <Import Project="..\packages\CefSharp.WinForms.39.0.2\build\CefSharp.WinForms.props" Condition="Exists('..\packages\CefSharp.WinForms.39.0.2\build\CefSharp.WinForms.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> @@ -100,5 +100,5 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\cef.redist.x86.3.2171.2069\build\cef.redist.x86.targets" Condition="Exists('..\packages\cef.redist.x86.3.2171.2069\build\cef.redist.x86.targets')" /> <Import Project="..\packages\cef.redist.x64.3.2171.2069\build\cef.redist.x64.targets" Condition="Exists('..\packages\cef.redist.x64.3.2171.2069\build\cef.redist.x64.targets')" /> - <Import Project="..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.targets')" /> + <Import Project="..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.targets')" /> </Project> \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index e1c2eb8..16b7698 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -2,6 +2,6 @@ <packages> <package id="cef.redist.x64" version="3.2171.2069" targetFramework="net40-Client" /> <package id="cef.redist.x86" version="3.2171.2069" targetFramework="net40-Client" /> - <package id="CefSharp.Common" version="39.0.1" targetFramework="net40-Client" /> - <package id="CefSharp.WinForms" version="39.0.1" targetFramework="net40-Client" /> + <package id="CefSharp.Common" version="39.0.2" targetFramework="net40-Client" /> + <package id="CefSharp.WinForms" version="39.0.2" targetFramework="net40-Client" /> </packages> \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 22dd31e..e29636a 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,7 +1,7 @@ <?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.39.0.1\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.props')" /> - <Import Project="..\packages\CefSharp.Wpf.39.0.1\build\CefSharp.Wpf.props" Condition="Exists('..\packages\CefSharp.Wpf.39.0.1\build\CefSharp.Wpf.props')" /> + <Import Project="..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.props')" /> + <Import Project="..\packages\CefSharp.Wpf.39.0.2\build\CefSharp.Wpf.props" Condition="Exists('..\packages\CefSharp.Wpf.39.0.2\build\CefSharp.Wpf.props')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -134,7 +134,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\cef.redist.x86.3.2171.2069\build\cef.redist.x86.targets" Condition="Exists('..\packages\cef.redist.x86.3.2171.2069\build\cef.redist.x86.targets')" /> <Import Project="..\packages\cef.redist.x64.3.2171.2069\build\cef.redist.x64.targets" Condition="Exists('..\packages\cef.redist.x64.3.2171.2069\build\cef.redist.x64.targets')" /> - <Import Project="..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.39.0.1\build\CefSharp.Common.targets')" /> + <Import Project="..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.39.0.2\build\CefSharp.Common.targets')" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index 7e948fb..4f8d69b 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -2,6 +2,6 @@ <packages> <package id="cef.redist.x64" version="3.2171.2069" targetFramework="net40-Client" /> <package id="cef.redist.x86" version="3.2171.2069" targetFramework="net40-Client" /> - <package id="CefSharp.Common" version="39.0.1" targetFramework="net40-Client" /> - <package id="CefSharp.Wpf" version="39.0.1" targetFramework="net40-Client" /> + <package id="CefSharp.Common" version="39.0.2" targetFramework="net40-Client" /> + <package id="CefSharp.Wpf" version="39.0.2" targetFramework="net40-Client" /> </packages> \ No newline at end of file