Fix the incorrect feed for community toolkit extension thing.
This commit is contained in:
+1
-1
@@ -14,13 +14,13 @@
|
|||||||
<!-- key value for <packageSource> should match key values from <packageSources> element -->
|
<!-- key value for <packageSource> should match key values from <packageSources> element -->
|
||||||
<packageSource key="nuget">
|
<packageSource key="nuget">
|
||||||
<package pattern="*" />
|
<package pattern="*" />
|
||||||
|
<package pattern="CommunityToolkit.WinUI.Extensions" />
|
||||||
<!-- <package pattern="CommunityToolkit.Common" />
|
<!-- <package pattern="CommunityToolkit.Common" />
|
||||||
<package pattern="Microsoft.*" />
|
<package pattern="Microsoft.*" />
|
||||||
<package pattern="Newtonsoft.Json" /> -->
|
<package pattern="Newtonsoft.Json" /> -->
|
||||||
</packageSource>
|
</packageSource>
|
||||||
<packageSource key="labsFeed">
|
<packageSource key="labsFeed">
|
||||||
<package pattern="CommunityToolkit.Labs.*" />
|
<package pattern="CommunityToolkit.Labs.*" />
|
||||||
<package pattern="CommunityToolkit.WinUI.Extensions" />
|
|
||||||
</packageSource>
|
</packageSource>
|
||||||
</packageSourceMapping>
|
</packageSourceMapping>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user