|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="15.0">
|
3 | 3 | <ItemGroup>
|
| 4 | + <MergeInclude Include="$(OutputPath)Microsoft.Extensions.FileProviders.Abstractions.dll"/> |
| 5 | + <MergeInclude Include="$(OutputPath)Microsoft.Extensions.FileSystemGlobbing.dll"/> |
| 6 | + <MergeInclude Include="$(OutputPath)Microsoft.Extensions.Primitives.dll"/> |
4 | 7 | <MergeInclude Include="$(OutputPath)Microsoft.Web.XmlTransform.dll"/>
|
5 | 8 | <MergeInclude Include="$(OutputPath)Newtonsoft.Json.dll"/>
|
6 | 9 | <MergeInclude Include="$(OutputPath)NuGet.Build.Tasks.dll"/>
|
|
19 | 22 | <MergeInclude Include="$(OutputPath)NuGet.Versioning.dll"/>
|
20 | 23 | <MergeInclude Include="$(OutputPath)NuGet.Core.dll"/>
|
21 | 24 | <MergeInclude Include="$(OutputPath)NuGet.MSSigning.Extensions.dll"/>
|
| 25 | + <MergeInclude Include="$(OutputPath)System.Memory.dll"/> |
22 | 26 | <MergeInclude Include="$(OutputPath)System.Threading.Tasks.Dataflow.dll"/>
|
23 | 27 |
|
24 | 28 | <MergeExclude Include="$(OutputPath)Microsoft.VisualStudio.Setup.Configuration.Interop.dll"/>
|
25 | 29 | <MergeExclude Include="$(OutputPath)Microsoft.CSharp.dll"/>
|
26 | 30 | <MergeExclude Include="$(OutputPath)mscorlib.dll"/>
|
| 31 | + <MergeExclude Include="$(OutputPath)System.Buffers.dll"/> |
27 | 32 | <MergeExclude Include="$(OutputPath)System.Collections.Concurrent.dll"/>
|
28 | 33 | <MergeExclude Include="$(OutputPath)System.Collections.dll"/>
|
29 | 34 | <MergeExclude Include="$(OutputPath)System.ComponentModel.Composition.dll"/>
|
|
33 | 38 | <MergeExclude Include="$(OutputPath)System.IO.Compression.dll"/>
|
34 | 39 | <MergeExclude Include="$(OutputPath)System.Net.Http.dll"/>
|
35 | 40 | <MergeExclude Include="$(OutputPath)System.Net.Http.WebRequest.dll"/>
|
| 41 | + <MergeExclude Include="$(OutputPath)System.Numerics.Vectors.dll"/> |
36 | 42 | <MergeExclude Include="$(OutputPath)System.Runtime.dll"/>
|
37 | 43 | <MergeExclude Include="$(OutputPath)System.Runtime.Serialization.dll"/>
|
| 44 | + <MergeExclude Include="$(OutputPath)System.Runtime.CompilerServices.Unsafe.dll"/> |
38 | 45 | <MergeExclude Include="$(OutputPath)System.Security.dll"/>
|
39 | 46 | <MergeExclude Include="$(OutputPath)System.ServiceModel.dll"/>
|
40 | 47 | <MergeExclude Include="$(OutputPath)System.Xml.dll"/>
|
|
0 commit comments