Skip to content

Commit 7d9c874

Browse files
authored
Update to new CI pkg domain
1 parent 57ecfa5 commit 7d9c874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
1616

1717
<NoWarn>NU1507;$(NoWarn)</NoWarn>
18-
<RestoreSources>https://api.nuget.org/v3/index.json;https://pkg.kzu.io/index.json</RestoreSources>
18+
<RestoreSources>https://api.nuget.org/v3/index.json;https://pkg.kzu.app/index.json</RestoreSources>
1919
<RestoreSources Condition="Exists('C:\Code\Merq\bin')">C:\Code\Merq\bin;$(RestoreSources)</RestoreSources>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
2323
<Using Include="Terminal.Gui"/>
2424
</ItemGroup>
2525

26-
</Project>
26+
</Project>

0 commit comments

Comments
 (0)