Skip to content

Commit

Permalink
Downgrade Cef to fix image upload crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Oct 4, 2022
1 parent 5205423 commit aca0c9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VRCX.csproj
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -180,13 +180,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CefSharp.Common">
<Version>105.3.390</Version>
<Version>104.4.240</Version>
</PackageReference>
<PackageReference Include="CefSharp.OffScreen">
<Version>105.3.390</Version>
<Version>104.4.240</Version>
</PackageReference>
<PackageReference Include="CefSharp.WinForms">
<Version>105.3.390</Version>
<Version>104.4.240</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
<Version>7.1.2</Version>
Expand Down

0 comments on commit aca0c9a

Please sign in to comment.