File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
posix-only/standalone_dependencies
windows-only/standalone_dependencies Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ internal static class AssemblyCacheExtensions
99 private static readonly Version emptyVersion = new Version ( 0 , 0 , 0 , 0 ) ;
1010
1111 /// <summary>
12- /// This method orders AssemblyInfos by version numbers (.net core version first, then assembly version). Finally, it orders by filename to make the order deterministic .
12+ /// This method orders AssemblyInfos. The method is used to define the assembly preference order in case of conflicts .
1313 /// </summary>
1414 public static IOrderedEnumerable < AssemblyInfo > OrderAssemblyInfosByPreference ( this IEnumerable < AssemblyInfo > assemblies , IEnumerable < string > frameworkPaths )
1515 {
@@ -21,8 +21,8 @@ public static IOrderedEnumerable<AssemblyInfo> OrderAssemblyInfosByPreference(th
2121 : assemblies . OrderBy ( initialOrdering ) ;
2222
2323 return ordered
24- . ThenBy ( info => info . NetCoreVersion ?? emptyVersion )
2524 . ThenBy ( info => info . Version ?? emptyVersion )
25+ . ThenBy ( info => info . NetCoreVersion ?? emptyVersion )
2626 . ThenBy ( info => info . Filename ) ;
2727 }
2828 }
Original file line number Diff line number Diff line change 11| /avalara.avatax/21.10.0/lib/netstandard20/Avalara.AvaTax.netstandard20.dll |
22| /microsoft.bcl.asyncinterfaces/6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll |
3+ | /microsoft.netcore.app.ref/3.1.0/ref/netcoreapp3.1/System.Data.DataSetExtensions.dll |
34| /microsoft.netcore.app.ref/3.1.0/ref/netcoreapp3.1/System.Runtime.InteropServices.WindowsRuntime.dll |
45| /microsoft.netcore.app.ref/6.0.13/ref/net6.0/System.Data.dll |
56| /microsoft.netcore.app.ref/6.0.13/ref/net6.0/System.Xml.dll |
2627| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Console.dll |
2728| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Core.dll |
2829| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Data.Common.dll |
29- | /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Data.DataSetExtensions.dll |
3030| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Diagnostics.Contracts.dll |
3131| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Diagnostics.Debug.dll |
3232| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Diagnostics.DiagnosticSource.dll |
Original file line number Diff line number Diff line change 11| /avalara.avatax/21.10.0/lib/netstandard20/Avalara.AvaTax.netstandard20.dll |
22| /microsoft.bcl.asyncinterfaces/6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll |
3+ | /microsoft.netcore.app.ref/3.1.0/ref/netcoreapp3.1/System.Data.DataSetExtensions.dll |
34| /microsoft.netcore.app.ref/3.1.0/ref/netcoreapp3.1/System.Runtime.InteropServices.WindowsRuntime.dll |
45| /microsoft.netcore.app.ref/6.0.13/ref/net6.0/System.Data.dll |
56| /microsoft.netcore.app.ref/6.0.13/ref/net6.0/System.Xml.dll |
2526| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Console.dll |
2627| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Core.dll |
2728| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Data.Common.dll |
28- | /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Data.DataSetExtensions.dll |
2929| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Diagnostics.Contracts.dll |
3030| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Diagnostics.Debug.dll |
3131| /microsoft.netcore.app.ref/7.0.2/ref/net7.0/System.Diagnostics.DiagnosticSource.dll |
You can’t perform that action at this time.
0 commit comments