Skip to content

Commit

Permalink
Wpf HwndHost - Remove build exclusion from nuspec
Browse files Browse the repository at this point in the history
- Breaks the netcore packages (tested with minimalexample)
  • Loading branch information
amaitland committed Feb 1, 2025
1 parent 4567d0f commit 8b23c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuGet/PackageReference/CefSharp.Wpf.HwndHost.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<copyright>Copyright © The CefSharp Authors</copyright>
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="CefSharp.Wpf" version="[$version$]" exclude="Build,Analyzers" />
<dependency id="CefSharp.Wpf" version="[$version$]" exclude="Analyzers" />
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="CefSharp.Wpf.NETCore" version="[$version$]" exclude="Build,Analyzers" />
<dependency id="CefSharp.Wpf.NETCore" version="[$version$]" exclude="Analyzers" />
</group>
</dependencies>
<frameworkReferences>
Expand Down

0 comments on commit 8b23c14

Please # to comment.