feat: add nuget and vscode config files

This commit is contained in:
2025-12-15 15:28:03 +03:00
parent d50557a581
commit 567122f2e4
2 changed files with 386 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocol="3" />
<add key="local" value="./nuget_packages/" />
</packageSources>
</configuration>