We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ecfa5 commit 7d9c874Copy full SHA for 7d9c874
src/Directory.props
@@ -15,12 +15,12 @@
15
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
16
17
<NoWarn>NU1507;$(NoWarn)</NoWarn>
18
- <RestoreSources>https://api.nuget.org/v3/index.json;https://pkg.kzu.io/index.json</RestoreSources>
+ <RestoreSources>https://api.nuget.org/v3/index.json;https://pkg.kzu.app/index.json</RestoreSources>
19
<RestoreSources Condition="Exists('C:\Code\Merq\bin')">C:\Code\Merq\bin;$(RestoreSources)</RestoreSources>
20
</PropertyGroup>
21
22
<ItemGroup>
23
<Using Include="Terminal.Gui"/>
24
</ItemGroup>
25
26
-</Project>
+</Project>
0 commit comments