using baget as nuget source

This commit is contained in:
Michele 2020-12-09 23:02:58 +00:00
parent fdff421a89
commit 59736aa041

7
nuget.config Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="BaGet" value="https://baget.michelescandura.com/v3/index.json" />
</packageSources>
</configuration>