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
+1 -1
View File
@@ -34,7 +34,7 @@
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.82.1" /> <PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.82.1" />
<PackageVersion Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.14" /> <PackageVersion Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.14" />
<PackageVersion Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.1" /> <PackageVersion Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.1" />
<PackageVersion Include="Wino.Mail.Contracts" Version="1.0.15" /> <PackageVersion Include="Wino.Mail.Contracts" Version="1.0.17" />
<PackageVersion Include="MimeKit" Version="4.15.1" /> <PackageVersion Include="MimeKit" Version="4.15.1" />
<PackageVersion Include="morelinq" Version="4.4.0" /> <PackageVersion Include="morelinq" Version="4.4.0" />
<PackageVersion Include="Nito.AsyncEx" Version="5.1.2" /> <PackageVersion Include="Nito.AsyncEx" Version="5.1.2" />
+2 -7
View File
@@ -3,7 +3,6 @@
<packageSources> <packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below --> <!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear /> <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="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" /> <add key="labsFeed" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" protocolVersion="3" />
</packageSources> </packageSources>
@@ -13,15 +12,11 @@
everything else from nuget.org. --> everything else from nuget.org. -->
<packageSourceMapping> <packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element --> <!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="github">
<package pattern="Wino.Mail.Contracts" />
</packageSource>
<packageSource key="nuget"> <packageSource key="nuget">
<package pattern="*" /> <package pattern="*" />
<package pattern="CommunityToolkit.Common" /> <!-- <package pattern="CommunityToolkit.Common" />
<package pattern="Microsoft.*" /> <package pattern="Microsoft.*" />
<package pattern="Newtonsoft.Json" /> <package pattern="Newtonsoft.Json" /> -->
<package pattern="CommunityToolkit.WinUI.Extensions" />
</packageSource> </packageSource>
<packageSource key="labsFeed"> <packageSource key="labsFeed">
<package pattern="CommunityToolkit.Labs.*" /> <package pattern="CommunityToolkit.Labs.*" />