diff --git a/MudBlazor.JSCompiler.csproj b/MudBlazor.JSCompiler.csproj index a1deb37..4b01c52 100644 --- a/MudBlazor.JSCompiler.csproj +++ b/MudBlazor.JSCompiler.csproj @@ -3,7 +3,7 @@ netstandard2.0 MudBlazor.JSCompiler - 1.0.12 + 1.0.13 mikes-gh MudBlazor JS Compiler Library MudBlazor JS Compiler Library diff --git a/build/MudBlazor.JSCompiler.targets b/build/MudBlazor.JSCompiler.targets index 5929ed6..5c5a724 100644 --- a/build/MudBlazor.JSCompiler.targets +++ b/build/MudBlazor.JSCompiler.targets @@ -2,8 +2,18 @@ - - + + + + + + + + + <_NewCompiledJsFile Include="@(CompiledJsFile)" Exclude="@(Content)" /> + + +