Skip to content

Commit

Permalink
Fix nuget package (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvesribeiro authored Feb 20, 2021
1 parent 13e340e commit 3dc993d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/Blazor.Extensions.Logging/Blazor.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,32 @@
<TargetFramework>net5.0</TargetFramework>
<IsPackable>true</IsPackable>
<PackageId>Blazor.Extensions.Logging</PackageId>
<TypescriptOutDir>wwwroot</TypescriptOutDir>
</PropertyGroup>

<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>

<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);Client/*;tsconfig.json</DefaultItemExcludes>
<DefaultItemExcludes>$(DefaultItemExcludes);Client/*;</DefaultItemExcludes>
</PropertyGroup>

<PropertyGroup>
<ResolveCurrentProjectStaticWebAssetsInputsDependsOn>
CompileTypeScript;
$(ResolveCurrentProjectStaticWebAssetsInputs)
</ResolveCurrentProjectStaticWebAssetsInputsDependsOn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.3" />
</ItemGroup>

<ItemGroup>
<None Include="tsconfig.json"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.3" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
Expand Down

0 comments on commit 3dc993d

Please sign in to comment.