Skip to content

Commit c9eff4c

Browse files
committed
Update RouteLink.Performance.csproj
1 parent d84a718 commit c9eff4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/RouteLink.Performance/RouteLink.Performance.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9+
<IsPackable>false</IsPackable>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)