File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 101101
102102 <!-- we don't need the vendored .NET runtime code when targetting .NET Core 3.1+ -->
103103 <PropertyGroup >
104- <DotNetRuntimeFiles >Vendors/System.Collections.Immutable/**;Vendors/System.Memory/**;Vendors/System.Private.CoreLib/**;Vendors/System.Reflection.Metadata/**;Vendors/System.Reflection.Metadata.Interop/**;Vendors/System.Runtime.CompilerServices.Unsafe/**</DotNetRuntimeFiles >
104+ <DotNetRuntimeFiles >Vendors/System.Buffers/**;Vendors/System. Collections.Immutable/**;Vendors/System.Memory/**;Vendors/System.Numerics.Vectors /**;Vendors/System.Private.CoreLib/**;Vendors/System.Reflection.Metadata/**;Vendors/System.Reflection.Metadata.Interop/**;Vendors/System.Runtime.CompilerServices.Unsafe/**</DotNetRuntimeFiles >
105105 </PropertyGroup >
106106
107107 <ItemGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'netcoreapp3.1'))" >
You can’t perform that action at this time.
0 commit comments