File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
MetadataProcessor.MsBuildTask Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
68
68
</PackageReference >
69
69
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
70
- <PackageReference Include =" Microsoft.Build.Framework" Version =" 15.1.0 -*" PrivateAssets =" All" />
71
- <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.1.0 -*" PrivateAssets =" All" />
70
+ <PackageReference Include =" Microsoft.Build.Framework" Version =" 15.1.548 -*" PrivateAssets =" All" />
71
+ <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.1.548 -*" PrivateAssets =" All" />
72
72
<PackageReference Include =" Mono.Cecil" Version =" 0.11.4" PrivateAssets =" All" />
73
73
<PackageReference Include =" mustache-sharp" Version =" 1.0.0" PrivateAssets =" All" />
74
74
<PackageReference Include =" System.Drawing.Common" Version =" 6.0.0" PrivateAssets =" All" />
80
80
but before NuGet generates a nuspec. See https://github.com/NuGet/Home/issues/4704.
81
81
-->
82
82
<ItemGroup >
83
- <_PackageFiles Include =" bin\$(Configuration)\*\Mono.Cecil.* .dll;bin\$(Configuration)\*\mustache-sharp.dll;bin\$(Configuration)\*\System.Drawing.Common.dll" >
83
+ <_PackageFiles Include =" bin\$(Configuration)\*\Mono.Cecil.dll;bin\$(Configuration)\*\Mono.Cecil.Pdb.dll;bin\$(Configuration)\*\Mono.Cecil.Rocks .dll;bin\$(Configuration)\*\mustache-sharp.dll;bin\$(Configuration)\*\System.Drawing.Common.dll" >
84
84
<PackagePath >lib\%(RecursiveDir)</PackagePath >
85
85
<Visible >false</Visible >
86
86
<BuildAction >Content</BuildAction >
You can’t perform that action at this time.
0 commit comments