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
+1 -1
View File
@@ -44,7 +44,7 @@ namespace VRCX
cefSettings.CefCommandLineArgs.Add("disable-web-security"); cefSettings.CefCommandLineArgs.Add("disable-web-security");
cefSettings.SetOffScreenRenderingBestPerformanceArgs(); cefSettings.SetOffScreenRenderingBestPerformanceArgs();
// CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO CefSharpSettings.WcfEnabled = true; // TOOD: REMOVE THIS LINE YO
CefSharpSettings.ShutdownOnExit = false; CefSharpSettings.ShutdownOnExit = false;
// Enable High-DPI support on Windows 7 or newer // Enable High-DPI support on Windows 7 or newer
+4 -4
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"> <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')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
@@ -174,13 +174,13 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="CefSharp.Common"> <PackageReference Include="CefSharp.Common">
<Version>102.0.100</Version> <Version>103.0.90</Version>
</PackageReference> </PackageReference>
<PackageReference Include="CefSharp.OffScreen"> <PackageReference Include="CefSharp.OffScreen">
<Version>102.0.100</Version> <Version>103.0.90</Version>
</PackageReference> </PackageReference>
<PackageReference Include="CefSharp.WinForms"> <PackageReference Include="CefSharp.WinForms">
<Version>102.0.100</Version> <Version>103.0.90</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications"> <PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
<Version>7.1.2</Version> <Version>7.1.2</Version>