chore(.NET): update deps

This commit is contained in:
Natsumi
2022-07-09 00:17:41 +12:00
parent 9038e1c3a7
commit 78238ad7e8
2 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ namespace VRCX
cefSettings.CefCommandLineArgs.Add("disable-web-security");
cefSettings.SetOffScreenRenderingBestPerformanceArgs();
// CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
CefSharpSettings.ShutdownOnExit = false;
// Enable High-DPI support on Windows 7 or newer

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
@@ -174,13 +174,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CefSharp.Common">
<Version>102.0.100</Version>
<Version>103.0.90</Version>
</PackageReference>
<PackageReference Include="CefSharp.OffScreen">
<Version>102.0.100</Version>
<Version>103.0.90</Version>
</PackageReference>
<PackageReference Include="CefSharp.WinForms">
<Version>102.0.100</Version>
<Version>103.0.90</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
<Version>7.1.2</Version>