Initial clean RutasDBUS app

This commit is contained in:
2026-07-07 14:18:51 +02:00
commit 8b106a8319
76 changed files with 28216 additions and 0 deletions

7
NuGet.Config Normal file
View File

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