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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
NuGet.Config
-
templates/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> |
|
|
|
@ -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> |