Skip to content

Commit

Permalink
chore: exclude content creation target for ts (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilah authored Feb 24, 2021
1 parent 8ece290 commit b2ec184
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
@@ -1,4 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project>

<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk.Razor" />

<PropertyGroup>
<Title>Blazor Extensions Logging</Title>
Expand Down Expand Up @@ -36,4 +38,14 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.Razor" />

<!--
Disable this target from the Microsoft.Typescript.MSBuild package to make
sure JS files are not showing up in projects consuming Logging package in
VS 2019
-->
<Target Name="GetTypeScriptOutputForPublishing" />

</Project>

0 comments on commit b2ec184

Please sign in to comment.