Try fetching data from protected endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-14 20:30:47 +02:00
parent f426368d15
commit 7d6f85db82
18 changed files with 232 additions and 393 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" protocolVersion="3" />
</packageSources>
</configuration>