We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10bcbf commit 9276d6bCopy full SHA for 9276d6b
Refit.Benchmarks/Refit.Benchmarks.csproj
@@ -3,8 +3,9 @@
3
<Import Project="..\Refit\targets\refit.props" />
4
5
<PropertyGroup>
6
- <OutputType>Exe</OutputType>
7
- <TargetFrameworks>net6.0</TargetFrameworks>
+ <OutputType>Exe</OutputType>
+ <TargetFrameworks>net6.0</TargetFrameworks>
8
+ <IsPackable>false</IsPackable>
9
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments