Skip to content

Commit 53738ff

Browse files
committed
packable
1 parent bc8bae6 commit 53738ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sandbox/SandboxWebApp/SandboxWebApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<EnablePreviewFeatures>True</EnablePreviewFeatures>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

src/MemoryPack.AspNetCoreMvcFormatter/MemoryPack.AspNetCoreMvcFormatter.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Nullable>enable</Nullable>
88
<EnablePreviewFeatures>True</EnablePreviewFeatures>
99
<Description>ASP.NET Input/Output Formatter of MemoryPack.</Description>
10+
<IsPackable>true</IsPackable>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)