We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6bcb3 commit 9ef771fCopy full SHA for 9ef771f
1 file changed
src/LibObjectFile.Bench/LibObjectFile.Bench.csproj
@@ -1,10 +1,11 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
+ <IsPackable>false</IsPackable>
9
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments