Add ASP.NET Core build system

This commit is contained in:
SteveSandersonMS
2016-02-02 16:22:32 +00:00
parent e59e2e0328
commit 35e620ae48
9 changed files with 204 additions and 1 deletions

7
NuGet.Config Executable file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v2" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>