Remove App.css

This commit is contained in:
2025-06-19 18:13:16 -07:00
parent 4902f9c6ce
commit 66db26c74c
2 changed files with 0 additions and 14 deletions
-2
View File
@@ -1,2 +0,0 @@
/* This file is needed for compile for some reason */
/* Dont delete this file */
@@ -10,7 +10,6 @@
<RunAOTCompilation>false</RunAOTCompilation>
<InvariantGlobalization>true</InvariantGlobalization>
<BlazorEnableCompression>true</BlazorEnableCompression>
<BlazorWebAssemblyEnableLinking>true</BlazorWebAssemblyEnableLinking>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<StripSymbols>true</StripSymbols>
</PropertyGroup>
@@ -19,17 +18,6 @@
<TrimmerRootDescriptor Include="ILLink.Descriptors.xml" />
</ItemGroup>
<ItemGroup>
<None Remove="App.razor.css" />
</ItemGroup>
<ItemGroup>
<Content Include="App.razor.css">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.3" />