Skip to content

Commit

Permalink
Update Launcher App nuget props:
Browse files Browse the repository at this point in the history
- don't try to add a PackageReference, it doesn't work
- don't specify TrimMode
  • Loading branch information
Cryptoc1 committed Apr 27, 2024
1 parent bc966f6 commit e882579
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions sample/App/CS2Launcher.Sample.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Import Project="..\..\src\App\build\CS2Launcher.AspNetCore.App.props" />

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<ProjectReference Include="..\..\src\App\CS2Launcher.AspNetCore.App.csproj" />
</ItemGroup>

Expand Down
5 changes: 0 additions & 5 deletions src/App/build/CS2Launcher.AspNetCore.App.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<IsAotCompatible>true</IsAotCompatible>
<RunAOTCompilation>true</RunAOTCompilation>
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
<TrimMode>partial</TrimMode>
<WasmEmitSymbolMap Condition=" '$(Configuration)' == 'Debug' ">true</WasmEmitSymbolMap>
<WasmEnableWebcil>true</WasmEnableWebcil>
</PropertyGroup>
Expand All @@ -19,8 +18,4 @@
<TrimmerRootAssembly Include="CS2Launcher.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
</ItemGroup>

</Project>

0 comments on commit e882579

Please sign in to comment.