0
0

Add nuget config

This commit is contained in:
Sergey Chebotar 2023-05-11 08:31:02 +03:00
parent 64b885e6b3
commit 3cf031f95b

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Cebotari gitea" value="https://gitea.cebotari.ru/api/packages/chebser/nuget/index.json" />
</packageSources>
</configuration>