Skip to content

Commit

Permalink
Updated CEF
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyCorbett committed Mar 29, 2022
1 parent 424afed commit 352a599
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion OnlyM/OnlyM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CefSharp.Wpf.NETCore" Version="90.6.70" />
<PackageReference Include="CefSharp.Wpf.NETCore" Version="99.2.120" />
<PackageReference Include="FFME.Windows" Version="4.4.350" />
<PackageReference Include="MaterialDesignThemes" Version="4.1.0" />
<PackageReference Include="NAudio" Version="2.0.1" />
Expand All @@ -152,4 +152,12 @@
<EditorConfigFiles Update="D:\ProjectsPersonal\OnlyM\.editorconfig" Link=".editorconfig" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="chromiumembeddedframework.runtime.win-x64" Version="99.2.12" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="chromiumembeddedframework.runtime.win-x86" Version="99.2.12" />
</ItemGroup>

</Project>

0 comments on commit 352a599

Please sign in to comment.