Skip to content

Commit 36afa4e

Browse files
Copilotkzu
andcommitted
Initial analysis: Identify regex issue with image links
Co-authored-by: kzu <[email protected]>
1 parent 7be77bd commit 36afa4e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NuGet.Config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6+
</packageSources>
7+
</configuration>

src/Directory.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Extend Directory.Build.props -->
33

44
<PropertyGroup>
5-
<RestoreSources>https://pkg.kzu.app/index.json;https://api.nuget.org/v3/index.json</RestoreSources>
5+
<RestoreSources>https://api.nuget.org/v3/index.json</RestoreSources>
66

77
<DefaultItemExcludes>$(DefaultItemExcludes);nugetize.*</DefaultItemExcludes>
88

0 commit comments

Comments
 (0)