Publich contracts package.

This commit is contained in:
Burak Kaan Köse
2026-04-05 14:14:13 +02:00
parent ca19297b92
commit 5f64cca518
2 changed files with 3 additions and 8 deletions
+2 -7
View File
@@ -3,7 +3,6 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="github" value="https://nuget.pkg.github.com/bkaankose/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="labsFeed" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" protocolVersion="3" />
</packageSources>
@@ -13,15 +12,11 @@
everything else from nuget.org. -->
<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="github">
<package pattern="Wino.Mail.Contracts" />
</packageSource>
<packageSource key="nuget">
<package pattern="*" />
<package pattern="CommunityToolkit.Common" />
<!-- <package pattern="CommunityToolkit.Common" />
<package pattern="Microsoft.*" />
<package pattern="Newtonsoft.Json" />
<package pattern="CommunityToolkit.WinUI.Extensions" />
<package pattern="Newtonsoft.Json" /> -->
</packageSource>
<packageSource key="labsFeed">
<package pattern="CommunityToolkit.Labs.*" />