Files
MASA.Blazor/NuGet.Config
capdiem 95956ca342 🆕 (Divider): add the Length property to support custom line length (#1913)
* 🆕 (Divider): add the Length property to support custom line length

* add Nuget.Config

* add Nuget.Config
2024-05-30 10:51:57 +08:00

9 lines
308 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
</config>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>