Skip to content

Commit

Permalink
Trying to convinvce Visual Studio to pick the right target for the li…
Browse files Browse the repository at this point in the history
…brary
  • Loading branch information
Nefaro committed Jan 8, 2025
1 parent 966fe23 commit 21f9c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GnollModLoader/GnollModLoader/GnollModLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" />
<Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" />
<Reference Include="MoonSharp.Interpreter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=921e73ce94aa17f8, processorArchitecture=MSIL">
<HintPath>..\packages\MoonSharp.2.0.0.0\lib\net40-client\MoonSharp.Interpreter.dll</HintPath>
<HintPath>..\packages\MoonSharp.2.0.0.0\lib\portable-net4+sl5+wp8+win8\MoonSharp.Interpreter.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions GnollModLoader/GnollModLoader/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Lib.Harmony" version="2.2.2" targetFramework="net40" />
<package id="MoonSharp" version="2.0.0.0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="portable-net4+sl5+wp8+win8" />
<package id="MoonSharp" version="2.0.0.0" targetFramework="portable-net4+sl5+wp8+win8" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net40" />
</packages>

0 comments on commit 21f9c1a

Please sign in to comment.