Watch
2
0
Fork
You've already forked raylib-cs
0

Moved tests into their own folder.

This commit is contained in:
ChrisDill 2019-03-08 11:32:25 +00:00
commit 81cd9ff9fa
16 changed files with 51 additions and 106 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>