Browse Source

Merge pull request #17191 from abpframework/remove-myget

Remove MyGet dependency from this repository
pull/17197/head
selman koc 3 years ago
committed by GitHub
parent
commit
199b5edaef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      NuGet.Config
  2. 1
      templates/NuGet.Config

1
NuGet.Config

@ -2,6 +2,5 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
</packageSources>
</configuration>

1
templates/NuGet.Config

@ -2,6 +2,5 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="ABP Nightly" value="https://www.myget.org/F/abp-nightly/api/v3/index.json" />
</packageSources>
</configuration>
Loading…
Cancel
Save