mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 18:07:28 +08:00
c5046f6b3c
While it was nice having less projects to deal with, it meant hacks to get around circular dependencies between rulesets and osu.Game. For now, let's just restore the osu.Desktop project and call it a day. This allows for the project to build again with default visual studio settings.
15 lines
831 B
XML
15 lines
831 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
|
Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
|
-->
|
|
<packages>
|
|
<package id="DotNetZip" version="1.10.1" targetFramework="net461" />
|
|
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
|
|
<package id="NUnit" version="3.8.1" targetFramework="net461" />
|
|
<package id="OpenTK" version="3.0.0-git00009" targetFramework="net461" />
|
|
<package id="SharpCompress" version="0.18.1" targetFramework="net461" />
|
|
<package id="SQLite.Net.Core-PCL" version="3.1.1" targetFramework="net461" />
|
|
<package id="SQLite.Net-PCL" version="3.1.1" targetFramework="net461" />
|
|
<package id="SQLiteNetExtensions" version="1.3.0" targetFramework="net461" />
|
|
</packages> |