Update .Net Core projects to 79.1.350

This commit is contained in:
amaitland 2020-01-30 11:44:38 +10:00
parent a71f3c5d9f
commit 25785ab9a0
3 changed files with 3 additions and 3 deletions
CefSharp.MinimalExample.OffScreen
CefSharp.MinimalExample.WinForms
CefSharp.MinimalExample.Wpf

View File

@ -10,7 +10,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="CefSharp.OffScreen" Version="79.1.310-pre" /> <PackageReference Include="CefSharp.OffScreen" Version="79.1.350" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -10,7 +10,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="CefSharp.WinForms" Version="79.1.310-pre" /> <PackageReference Include="CefSharp.WinForms" Version="79.1.350" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -12,7 +12,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Windows.Interactivity.WPF" Version="2.0.20525" /> <PackageReference Include="System.Windows.Interactivity.WPF" Version="2.0.20525" />
<PackageReference Include="CefSharp.Wpf" Version="79.1.310-pre" /> <PackageReference Include="CefSharp.Wpf" Version="79.1.350" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>