2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-12-16 20:34:58 +01:00

Reviewed Tests project

- Removed example browsing test. Focusing on examples being built on their own instead.
- Removed old .projitems/.shproj from bindings and examples.
- Simplified NetCore, NetCoreRT, NetFX tests into one that uses multitarget instead.
This commit is contained in:
2019-07-31 17:51:20 +01:00
parent 1bb0a35c54
commit 0911c3ab88
19 changed files with 76 additions and 495 deletions

9
Tests/nuget.config Normal file
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>