Skip to content

Commit

Permalink
chore(.NET): update to Cef 120.2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Jan 16, 2024
1 parent 341aa0a commit dab68d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VRCX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CefSharp.OffScreen.NETCore" Version="120.1.110" />
<PackageReference Include="CefSharp.WinForms.NETCore" Version="120.1.110" />
<PackageReference Include="CefSharp.OffScreen.NETCore" Version="120.2.50" />
<PackageReference Include="CefSharp.WinForms.NETCore" Version="120.2.50" />
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand All @@ -128,7 +128,7 @@
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.1" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

Expand Down

0 comments on commit dab68d1

Please sign in to comment.