mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
10 lines
437 B
XML
10 lines
437 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.8.1" targetFramework="net461" />
|
|
<package id="OpenTK" version="3.0.0-git00009" targetFramework="net461" />
|
|
<package id="System.ValueTuple" version="4.4.0" targetFramework="net461" />
|
|
</packages> |