Skip to content

Commit 10edbae

Browse files
IvanJosipovicgalvesribeiro
authored andcommitted
Prevents packing *.razor files (#26)
1 parent f8994eb commit 10edbae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Blazor.Extensions.Canvas/Blazor.Extensions.Canvas.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@
3131
</ItemGroup>
3232
</Target>
3333

34+
<ItemGroup>
35+
<Content Update="**\*.razor">
36+
<Pack>false</Pack>
37+
</Content>
38+
</ItemGroup>
39+
3440
</Project>

0 commit comments

Comments
 (0)