refactor: simplify Program.cs and clean up NuGet.Config

This commit is contained in:
2026-05-17 11:18:05 +03:00
parent 25fb48ccf0
commit 285cc6abb7
2 changed files with 8 additions and 14 deletions
-3
View File
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="globalPackagesFolder" value="%USERPROFILE%\.nuget\packages" />
</config>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>