dotnet-core/samples/dotnetsay/nuget.config

7 lines
170 B
Plaintext
Raw Normal View History

2018-02-27 00:35:56 +01:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
2018-02-27 20:30:53 +01:00
<clear/>
2018-02-27 00:35:56 +01:00
<add key="local-packages" value="./nupkg" />
</packageSources>
</configuration>