Skip to content

Commit 4a8a092

Browse files
committed
!fixup! Set $(RemoveDevicePlatformSupport) in correct project
- not needed in BlazorManifest.csproj - but, is needed in dotnet-install-blazoraot.csproj
1 parent 11e13d1 commit 4a8a092

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Components/WebAssembly/BlazorManifest/acquire/dotnet-install-blazoraot.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<AssemblyName>dotnet-install-blazoraot</AssemblyName>
1010
<PackageId>dotnet-install-blazoraot</PackageId>
1111
<GenerateDocumentationFile>false</GenerateDocumentationFile>
12+
<RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
1213
<!-- Set this to false because there's nothing to reference here. -->
1314
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
1415
</PropertyGroup>

src/Components/WebAssembly/BlazorManifest/src/BlazorManifest.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<Description>SDK manifest for Blazor WebAssembly AOT.</Description>
88
<GenerateDocumentationFile>false</GenerateDocumentationFile>
99
<IncludeBuildOutput>false</IncludeBuildOutput>
10-
<RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
1110
<!-- Set this to false because there's nothing to reference here. -->
1211
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
1312
</PropertyGroup>

0 commit comments

Comments
 (0)