Merge pull request #23 from peppy/general-fixes

Framework updates
This commit is contained in:
Dean Herbert 2016-09-07 17:51:51 +09:00 committed by GitHub
commit e27eb996bc
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 6d7de567f99447c90499f2d9442a202aea534ebc
Subproject commit 1b97dd48c3efa59f97907d7868f007c999686e66

View File

@ -37,8 +37,8 @@
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<HintPath>..\packages\ppy.OpenTK.1.1.2225.2\lib\net20\OpenTK.dll</HintPath>
<Reference Include="OpenTK, Version=1.2.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<HintPath>..\packages\ppy.OpenTK.1.1.2225.3\lib\net20\OpenTK.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />

View File

@ -5,5 +5,5 @@ Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/maste
-->
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="ppy.OpenTK" version="1.1.2225.2" targetFramework="net452" />
<package id="ppy.OpenTK" version="1.1.2225.3" targetFramework="net45" />
</packages>