Nuget config
This commit is contained in:
16
NuGet.config
Normal file
16
NuGet.config
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<!-- Paketquelle im Repo festschreiben, damit ein frischer Clone nicht von der
|
||||||
|
Benutzerkonfiguration der jeweiligen Maschine abhaengt. -->
|
||||||
|
<packageSources>
|
||||||
|
<clear />
|
||||||
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||||
|
</packageSources>
|
||||||
|
<!-- format 1 = PackageReference. Verhindert, dass Visual Studio fuer ein neu
|
||||||
|
angelegtes Nicht-SDK-Projekt wieder eine packages.config erzeugt.
|
||||||
|
disabled=True unterdrueckt die Formatabfrage beim ersten Paket-Install. -->
|
||||||
|
<packageManagement>
|
||||||
|
<add key="format" value="1" />
|
||||||
|
<add key="disabled" value="True" />
|
||||||
|
</packageManagement>
|
||||||
|
</configuration>
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<repositories>
|
|
||||||
<repository path="..\BeWoChatServer\packages.config" />
|
|
||||||
<repository path="..\BeWoPlanerAndroid\packages.config" />
|
|
||||||
<repository path="..\BeWoPlanerMobil\packages.config" />
|
|
||||||
<repository path="..\Host\packages.config" />
|
|
||||||
<repository path="..\Service\packages.config" />
|
|
||||||
<repository path="..\Shared\packages.config" />
|
|
||||||
</repositories>
|
|
||||||
Reference in New Issue
Block a user