Skip to content

Commit 70d6f43

Browse files
committed
Delete for realz
1 parent 01c7b05 commit 70d6f43

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/Components/Forms/src/Microsoft.AspNetCore.Components.Forms.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,8 @@
99
<Trimmable>true</Trimmable>
1010
</PropertyGroup>
1111

12-
<ItemGroup>
13-
<None Remove="Properties\ILLink.Substitutions.xml" />
14-
</ItemGroup>
15-
1612
<ItemGroup>
1713
<Reference Include="Microsoft.AspNetCore.Components" />
1814
</ItemGroup>
1915

20-
<ItemGroup>
21-
<EmbeddedResource Include="Properties\ILLink.Substitutions.xml">
22-
<LogicalName>ILLink.Substitutions.xml</LogicalName>
23-
</EmbeddedResource>
24-
</ItemGroup>
25-
2616
</Project>

src/Components/WebAssembly/WebAssembly/src/Microsoft.AspNetCore.Components.WebAssembly.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
<Content Include="build\$(DefaultNetCoreTargetFramework)\*.props" Pack="true" PackagePath="build\$(DefaultNetCoreTargetFramework)\" />
5353
</ItemGroup>
5454

55-
<ItemGroup>
56-
<EmbeddedResource Include="Properties\ILLink.Substitutions.xml" LogicalName="ILLink.Substitutions.xml" />
57-
</ItemGroup>
58-
5955
<!-- blazor.webassembly.js should exist after Microsoft.AspNetCore.Components.Web.JS.npmproj builds. -->
6056
<Target Name="_CheckBlazorServerJSPath" BeforeTargets="GenerateNuspec" DependsOnTargets="ResolveProjectReferences" Condition=" '$(IsPackable)' == 'true' ">
6157
<Error Text="'$(BlazorWebAssemblyJSFile)' does not exist. Enable NodeJS to pack this project." Condition=" !EXISTS('$(BlazorWebAssemblyJSFile)') " />

0 commit comments

Comments
 (0)