Skip to content

Commit 9276d6b

Browse files
authored
housekeeping: Disallow making of package for benchmarks (#1492)
1 parent c10bcbf commit 9276d6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Refit.Benchmarks/Refit.Benchmarks.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<Import Project="..\Refit\targets\refit.props" />
44

55
<PropertyGroup>
6-
<OutputType>Exe</OutputType>
7-
<TargetFrameworks>net6.0</TargetFrameworks>
6+
<OutputType>Exe</OutputType>
7+
<TargetFrameworks>net6.0</TargetFrameworks>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)