mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:17:46 +08:00
41d4aee4f5
- [ ] Depends on framework partner in crime https://github.com/ppy/osu-framework/pull/820
11 lines
513 B
XML
11 lines
513 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="NUnit" version="3.7.1" targetFramework="net45" />
|
|
<package id="ppy.OpenTK" version="3.0" targetFramework="net45" />
|
|
<package id="SQLite.Net.Core-PCL" version="3.1.1" targetFramework="net45" />
|
|
<package id="SQLite.Net-PCL" version="3.1.1" targetFramework="net45" />
|
|
</packages> |