Skip to content

Commit b2ec184

Browse files
authored
chore: exclude content creation target for ts (#64)
1 parent 8ece290 commit b2ec184

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/Blazor.Extensions.Logging/Blazor.Extensions.Logging.csproj

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Razor">
1+
<Project>
2+
3+
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk.Razor" />
24

35
<PropertyGroup>
46
<Title>Blazor Extensions Logging</Title>
@@ -36,4 +38,14 @@
3638
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3739
</PackageReference>
3840
</ItemGroup>
41+
42+
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.Razor" />
43+
44+
<!--
45+
Disable this target from the Microsoft.Typescript.MSBuild package to make
46+
sure JS files are not showing up in projects consuming Logging package in
47+
VS 2019
48+
-->
49+
<Target Name="GetTypeScriptOutputForPublishing" />
50+
3951
</Project>

0 commit comments

Comments
 (0)