d14698f1f6
* Bump MSBuild Version to 15.1.0-preview-000503-01 * tool_csc->tool_roslyn * pull some properties up to dir.props * Move Roslyn to "Roslyn" subdirectory * Fix relative paths in RunCsc.* * Add removal of csc & vbc from deps.json * Revert roslyn to 2.0.0-rc3-61212-03 * netcoreapp -> 1.0.3
12 lines
637 B
XML
12 lines
637 B
XML
<?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="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
|
|
<add key="roslyn" value="https://dotnet.myget.org/f/roslyn/api/v3/index.json" />
|
|
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
|
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|