File tree 1 file changed +13
-1
lines changed
src/Blazor.Extensions.Logging
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 9
9
<TargetFramework >net5.0</TargetFramework >
10
10
<IsPackable >true</IsPackable >
11
11
<PackageId >Blazor.Extensions.Logging</PackageId >
12
+ <TypescriptOutDir >wwwroot</TypescriptOutDir >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup >
15
16
<SupportedPlatform Include =" browser" />
16
17
</ItemGroup >
17
18
18
19
<PropertyGroup >
19
- <DefaultItemExcludes >$(DefaultItemExcludes);Client/*;tsconfig.json</DefaultItemExcludes >
20
+ <DefaultItemExcludes >$(DefaultItemExcludes);Client/*;</DefaultItemExcludes >
21
+ </PropertyGroup >
22
+
23
+ <PropertyGroup >
24
+ <ResolveCurrentProjectStaticWebAssetsInputsDependsOn >
25
+ CompileTypeScript;
26
+ $(ResolveCurrentProjectStaticWebAssetsInputs)
27
+ </ResolveCurrentProjectStaticWebAssetsInputsDependsOn >
20
28
</PropertyGroup >
21
29
22
30
<ItemGroup >
23
31
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 5.0.3" />
24
32
</ItemGroup >
25
33
34
+ <ItemGroup >
35
+ <None Include =" tsconfig.json" />
36
+ </ItemGroup >
37
+
26
38
<ItemGroup >
27
39
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 5.0.3" />
28
40
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 5.0.0" />
You can’t perform that action at this time.
0 commit comments