Skip to content

Commit a559f21

Browse files
authored
fix for removed nuget feed
1 parent d7c9e55 commit a559f21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<packageSources>
44
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
55
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
6-
<add key="aspnet-contrib-auth" value="https://www.myget.org/F/aspnetcore-authentication/api/v3/index.json" />
76
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
87
</packageSources>
9-
</configuration>
8+
</configuration>

0 commit comments

Comments
 (0)