Skip to content

Commit 3c6d967

Browse files
Update XtermBlazor.csproj
1 parent d8b0e6d commit 3c6d967

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

XtermBlazor/XtermBlazor.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2020
<Description>Brings xterm.js to Blazor</Description>
2121
<PackageIcon>icon.png</PackageIcon>
22-
<Version>2.1.1</Version>
22+
<Version>2.1.2</Version>
2323
<PackageTags>
2424
xterm, xterm-js, blazor, blazor-server, blazor-webassembly, blazor-wasm,
2525
xtermblazor
@@ -76,6 +76,12 @@
7676
<Exec Command="npm run build" WorkingDirectory="src" Condition="$(Configuration) == 'Debug'" />
7777
</Target>
7878

79+
<Target Name="NpmClean" BeforeTargets="Clean">
80+
<Message Text="Cleaning Built Files" />
81+
<Delete Files="@(CompiledWebpackFiles)" />
82+
<RemoveDir Directories="$(ProjectDir)src\node_modules" />
83+
</Target>
84+
7985
<ItemGroup>
8086
<Content Update="src\**">
8187
<Pack>False</Pack>
@@ -96,6 +102,7 @@
96102
<Pack>True</Pack>
97103
<PackagePath>\</PackagePath>
98104
</None>
105+
<Folder Include="wwwroot\" />
99106
</ItemGroup>
100107

101108
</Project>

0 commit comments

Comments
 (0)