File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1818 <add key =" interactive-window" value =" https://dotnet.myget.org/F/interactive-window/api/v3/index.json" />
1919 <add key =" vs-devcore" value =" https://myget.org/F/vs-devcore/api/v3/index.json" />
2020 <add key =" vs-editor" value =" https://myget.org/F/vs-editor/api/v3/index.json" />
21- <add key =" vssdk" value =" https://vside.myget.org/F/ vssdk/api /v3/index.json" />
22- <add key =" vs-impl" value =" https://vside.myget.org/F/ vs-impl/api /v3/index.json" />
21+ <add key =" vssdk" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/ vssdk/nuget /v3/index.json" />
22+ <add key =" vs-impl" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/ vs-impl/nuget /v3/index.json" />
2323 <add key =" roslyn_concord" value =" https://myget.org/F/roslyn_concord/api/v3/index.json" />
24- <add key =" devcore" value =" https://vside.myget.org/F/devcore/api/v3/index.json" />
24+ <add key =" dotnet-windowsdesktop" value =" https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
25+ <add key =" aspnet-aspnetcore" value =" https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
26+ <add key =" aspnet-aspnetcore-tooling" value =" https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json" />
27+ <add key =" aspnet-entityframeworkcore" value =" https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json" />
28+ <add key =" aspnet-extensions" value =" https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" />
29+ <add key =" gRPC repository" value =" https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev" />
2530 </packageSources >
2631 <disabledPackageSources >
2732 <clear />
Original file line number Diff line number Diff line change 5959 https://dotnet.myget.org/F/interactive-window/api/v3/index.json;
6060 https://myget.org/F/vs-devcore/api/v3/index.json;
6161 https://myget.org/F/vs-editor/api/v3/index.json;
62- https://vside.myget.org/F/ vssdk/api /v3/index.json;
63- https://vside.myget.org/F/ vs-impl/api /v3/index.json;
62+ https://pkgs.dev.azure.com/azure-public/vside/_packaging/ vssdk/nuget /v3/index.json;
63+ https://pkgs.dev.azure.com/azure-public/vside/_packaging/ vs-impl/nuget /v3/index.json;
6464 https://myget.org/F/roslyn_concord/api/v3/index.json;
65- https://vside.myget.org/F/devcore/api/v3/index.json;
6665 </RestoreSources >
6766 <!-- version numbers from files -->
6867 <RoslynVersion >$([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\RoslynPackageVersion.txt').Trim())</RoslynVersion >
You can’t perform that action at this time.
0 commit comments