Skip to content

Commit 25b9d33

Browse files
committed
build: Mark Benchmarks as Unpackable to prevent erroneous publish to nuget.
1 parent b5033a9 commit 25b9d33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

LamGC.AES_XTS.Benchmarks/LamGC.AES_XTS.Benchmarks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)