Skip to content

Commit

Permalink
Switch back to NuGet version of SSUI
Browse files Browse the repository at this point in the history
Now that I've published Solid Shine UI 1.9.6, I'll switch back to using that release on NuGet. Yay!

Now the Allow Parent Scrolling bug has been properly fixed!
  • Loading branch information
JaykeBird committed Apr 19, 2023
1 parent 7b29f44 commit c78804f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions PathfinderJson/PathfinderJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<PackageReference Include="Markdig" Version="0.22.1" />
<PackageReference Include="Markdig.Wpf" Version="0.5.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SolidShineUi" Version="1.9.6" />
</ItemGroup>

<!--<ItemGroup>
Expand All @@ -81,12 +82,6 @@
<EmbeddedResource Include="SkillList\pathfinder.json" />
</ItemGroup>

<ItemGroup>
<Reference Include="SolidShineUi">
<HintPath>..\Ssui\SolidShineUi.dll</HintPath>
</Reference>
</ItemGroup>

<!-- Uncomment these lines if using PublishReadyToRun -->
<!--<ItemGroup>
<TrimmerRootAssembly Include="System.Collections.Immutable" />
Expand Down

0 comments on commit c78804f

Please sign in to comment.