wpf/NuGet.config

20 строки
1.4 KiB
Plaintext
Исходник Обычный вид История

<?xml version="1.0" encoding="utf-8"?>
<!-- This file should be kept in sync across https://www.github.com/dotnet/wpf and dotnet-wpf-int repos. -->
<configuration>
<packageSources>
<clear />
Update dependencies from https://github.com/dotnet/winforms build 20211020.3 (#5551) [release/6.0] Update dependencies from dotnet/winforms - Coherency Updates: - System.CodeDom: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.Configuration.ConfigurationManager: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.Diagnostics.EventLog: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.DirectoryServices: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.Drawing.Common: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.Reflection.MetadataLoadContext: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.Security.Cryptography.Xml: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.Security.Permissions: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.Windows.Extensions: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - Microsoft.NETCore.Platforms: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.IO.Packaging: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - Microsoft.NETCore.ILDAsm: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - Microsoft.NETCore.ILAsm: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - System.Resources.Extensions: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - Microsoft.NETCore.App.Ref: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-rtm.21518.12 to 6.0.0 (parent: Microsoft.Private.Winforms) - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-rtm.21518.12 to 6.0.0-rtm.21519.16 (parent: Microsoft.Private.Winforms)
2021-10-20 20:31:01 +03:00
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources />
</configuration>