diff options
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 5 | ||||
| -rw-r--r-- | TimeHACK.Engine/packages.config | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index 980f7fb..7ee8e6e 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -30,8 +30,8 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Newtonsoft.Json"> - <HintPath>..\TimeHACK.Main\bin\Release\Newtonsoft.Json.dll</HintPath> + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> @@ -46,6 +46,7 @@ </ItemGroup> <ItemGroup> <Compile Include="BSODCreator.cs" /> + <None Include="packages.config" /> <None Include="Resources\WinClassic\Window\pjBg6mKP.bin" /> <Compile Include="FileDialogBoxManager.cs" /> <Compile Include="SaveSystem.cs" /> diff --git a/TimeHACK.Engine/packages.config b/TimeHACK.Engine/packages.config index f54866f..810e559 100644 --- a/TimeHACK.Engine/packages.config +++ b/TimeHACK.Engine/packages.config @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <packages> - <package id="Newtonsoft.Json" version="10.0.1" targetFramework="net452" /> + <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" /> </packages>
\ No newline at end of file |
