File tree Expand file tree Collapse file tree
CefSharp.MinimalExample.OffScreen
CefSharp.MinimalExample.WinForms
CefSharp.MinimalExample.Wpf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.OffScreen.85.3.121-pre \build\CefSharp.OffScreen.props" Condition =" Exists('..\packages\CefSharp.OffScreen.85.3.121-pre \build\CefSharp.OffScreen.props')" />
4- <Import Project =" ..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.props" Condition =" Exists('..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.props')" />
3+ <Import Project =" ..\packages\CefSharp.OffScreen.85.3.121\build\CefSharp.OffScreen.props" Condition =" Exists('..\packages\CefSharp.OffScreen.85.3.121\build\CefSharp.OffScreen.props')" />
4+ <Import Project =" ..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.props" Condition =" Exists('..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.props')" />
55 <Import Project =" ..\packages\cef.redist.x86.85.3.12\build\cef.redist.x86.props" Condition =" Exists('..\packages\cef.redist.x86.85.3.12\build\cef.redist.x86.props')" />
66 <Import Project =" ..\packages\cef.redist.x64.85.3.12\build\cef.redist.x64.props" Condition =" Exists('..\packages\cef.redist.x64.85.3.12\build\cef.redist.x64.props')" />
77 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
8383 <None Include =" packages.config" />
8484 </ItemGroup >
8585 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86- <Import Project =" ..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.targets" Condition =" Exists('..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.targets')" />
87- <Import Project =" ..\packages\CefSharp.OffScreen.85.3.121-pre \build\CefSharp.OffScreen.targets" Condition =" Exists('..\packages\CefSharp.OffScreen.85.3.121-pre \build\CefSharp.OffScreen.targets')" />
86+ <Import Project =" ..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.targets" Condition =" Exists('..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.targets')" />
87+ <Import Project =" ..\packages\CefSharp.OffScreen.85.3.121\build\CefSharp.OffScreen.targets" Condition =" Exists('..\packages\CefSharp.OffScreen.85.3.121\build\CefSharp.OffScreen.targets')" />
8888</Project >
Original file line number Diff line number Diff line change 2929 </ItemGroup >
3030
3131 <ItemGroup >
32- <PackageReference Include =" CefSharp.OffScreen" Version =" 85.3.121-pre " />
32+ <PackageReference Include =" CefSharp.OffScreen" Version =" 85.3.121" />
3333 </ItemGroup >
3434
3535 <ItemGroup >
Original file line number Diff line number Diff line change 22<packages >
33 <package id =" cef.redist.x64" version =" 85.3.12" targetFramework =" net452" />
44 <package id =" cef.redist.x86" version =" 85.3.12" targetFramework =" net452" />
5- <package id =" CefSharp.Common" version =" 85.3.121-pre " targetFramework =" net452" />
6- <package id =" CefSharp.OffScreen" version =" 85.3.121-pre " targetFramework =" net452" />
5+ <package id =" CefSharp.Common" version =" 85.3.121" targetFramework =" net452" />
6+ <package id =" CefSharp.OffScreen" version =" 85.3.121" targetFramework =" net452" />
77</packages >
Original file line number Diff line number Diff line change 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.WinForms.85.3.121-pre \build\CefSharp.WinForms.props" Condition =" Exists('..\packages\CefSharp.WinForms.85.3.121-pre \build\CefSharp.WinForms.props')" />
4- <Import Project =" ..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.props" Condition =" Exists('..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.props')" />
3+ <Import Project =" ..\packages\CefSharp.WinForms.85.3.121\build\CefSharp.WinForms.props" Condition =" Exists('..\packages\CefSharp.WinForms.85.3.121\build\CefSharp.WinForms.props')" />
4+ <Import Project =" ..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.props" Condition =" Exists('..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.props')" />
55 <Import Project =" ..\packages\cef.redist.x86.85.3.12\build\cef.redist.x86.props" Condition =" Exists('..\packages\cef.redist.x86.85.3.12\build\cef.redist.x86.props')" />
66 <Import Project =" ..\packages\cef.redist.x64.85.3.12\build\cef.redist.x64.props" Condition =" Exists('..\packages\cef.redist.x64.85.3.12\build\cef.redist.x64.props')" />
77 <PropertyGroup >
113113 <None Include =" Resources\chromium-256.png" />
114114 </ItemGroup >
115115 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116- <Import Project =" ..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.targets" Condition =" Exists('..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.targets')" />
117- <Import Project =" ..\packages\CefSharp.WinForms.85.3.121-pre \build\CefSharp.WinForms.targets" Condition =" Exists('..\packages\CefSharp.WinForms.85.3.121-pre \build\CefSharp.WinForms.targets')" />
116+ <Import Project =" ..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.targets" Condition =" Exists('..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.targets')" />
117+ <Import Project =" ..\packages\CefSharp.WinForms.85.3.121\build\CefSharp.WinForms.targets" Condition =" Exists('..\packages\CefSharp.WinForms.85.3.121\build\CefSharp.WinForms.targets')" />
118118</Project >
Original file line number Diff line number Diff line change 2929 </ItemGroup >
3030
3131 <ItemGroup >
32- <PackageReference Include =" CefSharp.WinForms" Version =" 85.3.121-pre " />
32+ <PackageReference Include =" CefSharp.WinForms" Version =" 85.3.121" />
3333 </ItemGroup >
3434
3535 <ItemGroup >
Original file line number Diff line number Diff line change 22<packages >
33 <package id =" cef.redist.x64" version =" 85.3.12" targetFramework =" net452" />
44 <package id =" cef.redist.x86" version =" 85.3.12" targetFramework =" net452" />
5- <package id =" CefSharp.Common" version =" 85.3.121-pre " targetFramework =" net452" />
6- <package id =" CefSharp.WinForms" version =" 85.3.121-pre " targetFramework =" net452" />
5+ <package id =" CefSharp.Common" version =" 85.3.121" targetFramework =" net452" />
6+ <package id =" CefSharp.WinForms" version =" 85.3.121" targetFramework =" net452" />
77</packages >
Original file line number Diff line number Diff line change 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.Wpf.85.3.121-pre \build\CefSharp.Wpf.props" Condition =" Exists('..\packages\CefSharp.Wpf.85.3.121-pre \build\CefSharp.Wpf.props')" />
4- <Import Project =" ..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.props" Condition =" Exists('..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.props')" />
3+ <Import Project =" ..\packages\CefSharp.Wpf.85.3.121\build\CefSharp.Wpf.props" Condition =" Exists('..\packages\CefSharp.Wpf.85.3.121\build\CefSharp.Wpf.props')" />
4+ <Import Project =" ..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.props" Condition =" Exists('..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.props')" />
55 <Import Project =" ..\packages\cef.redist.x86.85.3.12\build\cef.redist.x86.props" Condition =" Exists('..\packages\cef.redist.x86.85.3.12\build\cef.redist.x86.props')" />
66 <Import Project =" ..\packages\cef.redist.x64.85.3.12\build\cef.redist.x64.props" Condition =" Exists('..\packages\cef.redist.x64.85.3.12\build\cef.redist.x64.props')" />
77 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
143143 </ItemGroup >
144144 <ItemGroup />
145145 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146- <Import Project =" ..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.targets" Condition =" Exists('..\packages\CefSharp.Common.85.3.121-pre \build\CefSharp.Common.targets')" />
147- <Import Project =" ..\packages\CefSharp.Wpf.85.3.121-pre \build\CefSharp.Wpf.targets" Condition =" Exists('..\packages\CefSharp.Wpf.85.3.121-pre \build\CefSharp.Wpf.targets')" />
146+ <Import Project =" ..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.targets" Condition =" Exists('..\packages\CefSharp.Common.85.3.121\build\CefSharp.Common.targets')" />
147+ <Import Project =" ..\packages\CefSharp.Wpf.85.3.121\build\CefSharp.Wpf.targets" Condition =" Exists('..\packages\CefSharp.Wpf.85.3.121\build\CefSharp.Wpf.targets')" />
148148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149149 Other similar extension points exist, see Microsoft.Common.targets.
150150 <Target Name="BeforeBuild">
Original file line number Diff line number Diff line change 3333 </ItemGroup >
3434
3535 <ItemGroup >
36- <PackageReference Include =" CefSharp.Wpf" Version =" 85.3.121-pre " />
36+ <PackageReference Include =" CefSharp.Wpf" Version =" 85.3.121" />
3737 <PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.19" />
3838 </ItemGroup >
3939
Original file line number Diff line number Diff line change 22<packages >
33 <package id =" cef.redist.x64" version =" 85.3.12" targetFramework =" net452" />
44 <package id =" cef.redist.x86" version =" 85.3.12" targetFramework =" net452" />
5- <package id =" CefSharp.Common" version =" 85.3.121-pre " targetFramework =" net452" />
6- <package id =" CefSharp.Wpf" version =" 85.3.121-pre " targetFramework =" net452" />
5+ <package id =" CefSharp.Common" version =" 85.3.121" targetFramework =" net452" />
6+ <package id =" CefSharp.Wpf" version =" 85.3.121" targetFramework =" net452" />
77 <package id =" Microsoft.Xaml.Behaviors.Wpf" version =" 1.1.19" targetFramework =" net452" />
88</packages >
Original file line number Diff line number Diff line change 1- SET cefsharpversion = 85.3.121-pre
1+ SET cefsharpversion = 85.3.121
22
33..\nuget restore CefSharp.MinimalExample.sln
44
@@ -8,4 +8,6 @@ SET cefsharpversion=85.3.121-pre
88
99dotnet add CefSharp.MinimalExample.OffScreen\CefSharp.MinimalExample.OffScreen.netcore.csproj package CefSharp.OffScreen -v %cefsharpversion%
1010dotnet add CefSharp.MinimalExample.WinForms\CefSharp.MinimalExample.WinForms.netcore.csproj package CefSharp.WinForms -v %cefsharpversion%
11- dotnet add CefSharp.MinimalExample.Wpf\CefSharp.MinimalExample.Wpf.netcore.csproj package CefSharp.Wpf -v %cefsharpversion%
11+ dotnet add CefSharp.MinimalExample.Wpf\CefSharp.MinimalExample.Wpf.netcore.csproj package CefSharp.Wpf -v %cefsharpversion%
12+
13+ pause
You can’t perform that action at this time.
0 commit comments