remove myget.org (#21232)

pull/21273/head
Rick Anderson 2021-01-22 07:16:00 +10:00 committed by GitHub
parent 3ed8d58f5c
commit a473d2aabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View File

@ -64,7 +64,7 @@ This example is based on an ASP.NET Core MVC application generated from a Visual
### Referencing the package
Add a reference to the `OrchardCore.Localization.Core` NuGet package. It's available on [MyGet](https://www.myget.org/) at the following package source: https://www.myget.org/F/orchardcore-preview/api/v3/index.json
Add a reference to the `OrchardCore.Localization.Core` NuGet package.
The *.csproj* file now contains a line similar to the following (version number may vary):
@ -280,7 +280,7 @@ This example is based on an ASP.NET Core MVC application generated from a Visual
### Referencing the package
Add a reference to the `OrchardCore.Localization.Core` NuGet package. It's available on [MyGet](https://www.myget.org/) at the following package source: https://www.myget.org/F/orchardcore-preview/api/v3/index.json
Add a reference to the `OrchardCore.Localization.Core` NuGet package.
The *.csproj* file now contains a line similar to the following (version number may vary):

View File

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