mirror of
https://github.com/Pixeval/Pixeval.git
synced 2025-01-05 10:17:19 +08:00
f7322be644
* Update * Use GitInfo * Update ci * Update * resolve * add v prefix * update * 修复问题 * disable push build --------- Co-authored-by: Poker <poker_sang@outlook.com>
9 lines
405 B
XML
9 lines
405 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear></clear>
|
|
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="CommunityToolkit-Labs"
|
|
value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
|
|
</packageSources>
|
|
</configuration> |