Fixes with DarkNet

This commit is contained in:
EternalModz
2024-08-10 10:21:15 -07:00
parent 52e66df00c
commit 659fbfa56d

View File

@@ -106,9 +106,6 @@
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="DarkNet">
<HintPath>..\..\FUI-Enforcer\FUI-Enforcer\bin\Debug\DarkNet.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
@@ -709,6 +706,9 @@
<IncludeAssets>compile; runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="DarkNet">
<Version>2.3.0</Version>
</PackageReference>
<PackageReference Include="DiscordRichPresence">
<Version>1.1.4.20</Version>
</PackageReference>