2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Added Test.CoreRT

- Basic command line menu for core project.
- Made a copy of Test.Core that uses corert compiler.
This commit is contained in:
2018-10-23 09:13:56 +01:00
parent e18978beeb
commit ec4f2f0472
9 changed files with 109 additions and 2 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>