mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:57:25 +08:00
c0338a82e7
Includes fix in OpenTK for focus issues.
13 lines
682 B
XML
13 lines
682 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="DeltaCompressionDotNet" version="1.1.0" targetFramework="net45" />
|
|
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />
|
|
<package id="Mono.Cecil" version="0.9.6.4" targetFramework="net45" />
|
|
<package id="ppy.OpenTK" version="2.0.50727.1341" targetFramework="net45" />
|
|
<package id="Splat" version="2.0.0" targetFramework="net45" />
|
|
<package id="squirrel.windows" version="1.5.2" targetFramework="net45" />
|
|
</packages> |