1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-18 05:27:37 +00:00

Improved connection reporting

This commit is contained in:
Kim Hugener-Ohlsen
2019-11-13 20:56:04 +01:00
parent 3608c5edfc
commit 4663c2abf7
5 changed files with 36 additions and 9 deletions

6
Sources/NuGet.Config Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>