2016-10-04 23:31:10 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
|
|
|
|
Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
|
|
|
-->
|
|
|
|
<packages>
|
2016-10-05 05:08:43 +08:00
|
|
|
<package id="DotNetZip" version="1.10.1" targetFramework="net45" />
|
2016-10-04 23:31:10 +08:00
|
|
|
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
|
|
|
|
<package id="ppy.OpenTK" version="1.1.2225.3" targetFramework="net45" />
|
2016-10-19 01:35:01 +08:00
|
|
|
<package id="SQLite.Net-PCL" version="3.0.5" targetFramework="net45" />
|
|
|
|
<package id="SQLiteNetExtensions" version="1.3.0" targetFramework="net45" />
|
2016-10-04 23:31:10 +08:00
|
|
|
</packages>
|