Skip to content

Commit da9a43e

Browse files
committed
Undo some of #24816
- allow sharedFx assemblies in Microsoft.AspNetCore.Components.WebAssembly.DevServer package - see #26448 about reducing this baggage later in 6.0
1 parent 049e685 commit da9a43e

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,10 @@
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<!-- Set this to false because assemblies should not reference this assembly directly, (except for tests, of course). -->
1313
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
14-
15-
<!--
16-
This project compiles against Microsoft.AspNetCore.App from the SDK.
17-
This ensures that it's packaging output is correct and does not include local artifacts.
18-
-->
19-
<UseAspNetCoreSharedRuntime>true</UseAspNetCoreSharedRuntime>
20-
<DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>true</DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>
2114
</PropertyGroup>
2215

2316
<ItemGroup>
24-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
25-
26-
<ProjectReference
27-
Include="$(RepoRoot)src\Framework\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj"
28-
PrivateAssets="All"
29-
ReferenceOutputAssembly="false"
30-
SkipGetTargetFrameworkProperties="true" />
31-
17+
<Reference Include="Microsoft.AspNetCore" />
3218
<Reference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
3319
<Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" />
3420
</ItemGroup>
@@ -45,5 +31,4 @@
4531
<NuspecProperty Include="PackageThirdPartyNoticesFile=$(PackageThirdPartyNoticesFile)" />
4632
</ItemGroup>
4733

48-
4934
</Project>

0 commit comments

Comments
 (0)