Skip to content

Commit

Permalink
Update Target
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-gh committed Dec 28, 2023
1 parent 26f35ef commit 15de0fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MudBlazor.JSCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>MudBlazor.JSCompiler</PackageId>
<Version>1.0.5</Version>
<Version>1.0.6</Version>
<Authors>mikes-gh</Authors>
<Description>MudBlazor JS Compiler Library</Description>
<PackageDescription>MudBlazor JS Compiler Library</PackageDescription>
Expand Down
6 changes: 5 additions & 1 deletion build/MudBlazor.JSCompiler.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project>

<UsingTask TaskName="MudBlazor.JSCompiler.CompileJS" AssemblyFile="$(JSCompilerTasksAssembly)" />

<Target Name="Compile JS">
<CompileJS/>
</Target>

</Project>

0 comments on commit 15de0fb

Please sign in to comment.