1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 23:00:52 +08:00

User nuget OpenTK package

This commit is contained in:
Dean Herbert
2018-03-24 17:48:40 +09:00
Unverified
parent ffa712dccb
commit 9d9b9d50bc
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
<!-- Contains required properties for OpenTK includes. -->
<Project>
<ItemGroup Label="OpenTK">
<Reference Include="..\osu-framework\Libraries\OpenTK.dll" />
<Content Include="..\osu-framework\Libraries\OpenTK.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<PackageReference Include="ppy.OpenTK.NS20" Version="1.0.0" />
</ItemGroup>
</Project>