Browse Source

Merge pull request #17194 from abpframework/7.3-myget

rel-7.3 Remove MyGet dependency from this repository
pull/17195/head
selman koc 3 years ago
committed by GitHub
parent
commit
675c28352a
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