Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit fb1f98b

Browse files
committed
Rollback changes to NuGet feeds for the packages
1 parent 15abd51 commit fb1f98b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
77
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88
<add key="aspnet-final" value="https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9-
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
9+
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
1010
<add key="websdkfeed" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
1111
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
1212
<add key="roslyn" value="https://dotnet.myget.org/f/roslyn/api/v3/index.json" />

test/dotnet-migrate.Tests/NuGet.tempaspnetpatch.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
77
<add key="DotnetCore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88
<add key="aspnet-final" value="https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9-
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
9+
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
1010
</packageSources>
1111
</configuration>

test/dotnet-new.Tests/NuGet.tempaspnetpatch.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
77
<add key="DotnetCore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
88
<add key="aspnet-final" value="https://dotnet.myget.org/F/aspnetcore-2-0-0-preview1-no-timestamp/api/v3/index.json" />
9-
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
9+
<add key="aspnet-release" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
1010
</packageSources>
1111
</configuration>

0 commit comments

Comments
 (0)