Skip to content

Commit 700edf5

Browse files
Fix template exclude list
1 parent 105c86f commit 700edf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/React.Template/React.Template.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<Content Include="reactnet-vanilla\**\*" Exclude="reactnet-vanilla\**\bin\**;reactnet-vanilla\**\obj\**;**\.template.config\**" />
23-
<Content Include="reactnet-webpack\**\*" Exclude="reactnet-webpack\**\bin\**;reactnet-webpack\**\obj\**;reactnet-webpack\node_modules\**;reactnet-webpack\wwwroot\dist\**;**\.template.config\**" />
22+
<Content Include="reactnet-vanilla\**\*" Exclude="reactnet-vanilla\**\bin\**;reactnet-vanilla\**\obj\**" />
23+
<Content Include="reactnet-webpack\**\*" Exclude="reactnet-webpack\**\bin\**;reactnet-webpack\**\obj\**;reactnet-webpack\node_modules\**;reactnet-webpack\wwwroot\dist\**" />
2424
<Compile Remove="**\*" />
2525
</ItemGroup>
2626

0 commit comments

Comments
 (0)