remove myget.org (#21232)
parent
3ed8d58f5c
commit
a473d2aabd
|
@ -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):
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue