Browse Source

Remove MyGet dependency

pull/17194/head
Halil İbrahim Kalkan 3 years ago
committed by Enis Necipoglu
parent
commit
5cc528fc86
No known key found for this signature in database GPG Key ID: 1EC55E13241E1680
  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