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 d84a718 commit c9eff4cCopy full SHA for c9eff4c
test/RouteLink.Performance/RouteLink.Performance.csproj
@@ -1,11 +1,12 @@
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
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
+ <IsPackable>false</IsPackable>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments