We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ece290 commit b2ec184Copy full SHA for b2ec184
src/Blazor.Extensions.Logging/Blazor.Extensions.Logging.csproj
@@ -1,4 +1,6 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Razor">
+<Project>
2
+
3
+ <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk.Razor" />
4
5
<PropertyGroup>
6
<Title>Blazor Extensions Logging</Title>
@@ -36,4 +38,14 @@
36
38
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
37
39
</PackageReference>
40
</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
51
</Project>
0 commit comments