瀏覽代碼

update aspnetcore nuget feeds (#2285)

nathana1 9 年之前
父節點
當前提交
f95cc85c8f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      frameworks/CSharp/aspnetcore/Benchmarks/NuGet.Config

+ 1 - 2
frameworks/CSharp/aspnetcore/Benchmarks/NuGet.Config

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