Skip to content

Commit efcfe9b

Browse files
committed
Fix NETSDK1152 in auto-generated projects.
1 parent 7cad308 commit efcfe9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/BenchmarkDotNet.Weaver/buildTransitive/netstandard2.0/BenchmarkDotNet.Weaver.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<Touch Files="$(BenchmarkDotNetWeaveAssembliesStampFile)" AlwaysCreate="true" />
2424
<ItemGroup>
2525
<FileWrites Include="$(BenchmarkDotNetWeaveAssembliesStampFile)" />
26+
<!-- Fix NETSDK1152 https://github.com/dotnet/BenchmarkDotNet/pull/2931#issuecomment-3671856363-->
27+
<IntermediateAssembly Include="$(BenchmarkDotNetWeaveAssemblyPath)" ExcludeFromPublish="true" />
2628
</ItemGroup>
2729
</Target>
2830
</Project>
Binary file not shown.

0 commit comments

Comments
 (0)