Skip to content

Commit 460baf2

Browse files
committed
Update instead of Include.
1 parent efcfe9b commit 460baf2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<PropertyGroup>
6666
<!-- Increment this when the BenchmarkDotNet.Weaver package needs to be re-packed. -->
67-
<WeaverVersionSuffix>-1</WeaverVersionSuffix>
67+
<WeaverVersionSuffix>-2</WeaverVersionSuffix>
6868
</PropertyGroup>
6969

7070
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<FileWrites Include="$(BenchmarkDotNetWeaveAssembliesStampFile)" />
2626
<!-- Fix NETSDK1152 https://github.com/dotnet/BenchmarkDotNet/pull/2931#issuecomment-3671856363-->
27-
<IntermediateAssembly Include="$(BenchmarkDotNetWeaveAssemblyPath)" ExcludeFromPublish="true" />
27+
<IntermediateAssembly Update="$(BenchmarkDotNetWeaveAssemblyPath)" ExcludeFromPublish="true" />
2828
</ItemGroup>
2929
</Target>
3030
</Project>

src/BenchmarkDotNet.Weaver/packages/BenchmarkDotNet.Weaver.0.16.0-develop-1.nupkg renamed to src/BenchmarkDotNet.Weaver/packages/BenchmarkDotNet.Weaver.0.16.0-develop-2.nupkg

441 KB
Binary file not shown.

0 commit comments

Comments
 (0)