Fix typo in restore sources

This commit is contained in:
Nate McMaster 2018-03-27 10:29:40 -07:00
parent d94db644e3
commit 87613d0e41
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json;
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
https://dotnet.myget.org/F/aspnetcoremodule/api/v3/index.jsonl
https://dotnet.myget.org/F/aspnetcoremodule/api/v3/index.json;
</RestoreSources>
</PropertyGroup>
</Project>