mirror of
https://gitee.com/blazorcomponent/MASA.Blazor.git
synced 2025-12-06 18:29:29 +08:00
* 🆕 (Divider): add the Length property to support custom line length
* add Nuget.Config
* add Nuget.Config
9 lines
308 B
XML
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> |