diff --git a/aspnetcore/fundamentals/portable-object-localization.md b/aspnetcore/fundamentals/portable-object-localization.md index d4bb7c45f7..cc0a747443 100644 --- a/aspnetcore/fundamentals/portable-object-localization.md +++ b/aspnetcore/fundamentals/portable-object-localization.md @@ -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): diff --git a/aspnetcore/razor-pages/index/sample/NuGet.config b/aspnetcore/razor-pages/index/sample/NuGet.config deleted file mode 100644 index 6040ecbf92..0000000000 --- a/aspnetcore/razor-pages/index/sample/NuGet.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - -