mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-22 21:35:07 +02:00
Create NuGet.config
Fixes missing 3.7 reference
This commit is contained in:
parent
5844e522bf
commit
fe509fba93
11
NuGet.config
Normal file
11
NuGet.config
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageRestore>
|
||||||
|
<add key="enabled" value="True" />
|
||||||
|
<add key="automatic" value="True" />
|
||||||
|
</packageRestore>
|
||||||
|
<packageSources>
|
||||||
|
<add key="monogame-dev" value="http://teamcity.monogame.net/guestAuth/app/nuget/v1/FeedService.svc/" />
|
||||||
|
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
|
||||||
|
</packageSources>
|
||||||
|
</configuration>
|
Loading…
x
Reference in New Issue
Block a user