diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-11 22:34:42 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-11 22:34:42 +0300 |
commit | f4188b4269678279e9622f9e8c2b9e2d8a2798d2 (patch) | |
tree | ea579be5acc42f2e04cd5dc66312fd6fe8a55da6 /nuget.config | |
parent | 6b9c0dfffc3ecfcfb642f696250aee8e4ed6031b (diff) |
Move dockerfile
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..c58c656 --- /dev/null +++ b/nuget.config @@ -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> |