Skip to content

Commit

Permalink
housekeeping: Disallow making of package for benchmarks (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Apr 13, 2023
1 parent c10bcbf commit 9276d6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Refit.Benchmarks/Refit.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<Import Project="..\Refit\targets\refit.props" />

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9276d6b

Please sign in to comment.