Skip to content

Commit

Permalink
Simplified platforms and runtime identifiers in samples. No need to b…
Browse files Browse the repository at this point in the history
…uild for multiple platforms since these are just samples
  • Loading branch information
ThomasArdal committed Nov 18, 2024
1 parent b072c96 commit c0a5f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions samples/Elmah.Io.WinUI.Sample/Elmah.Io.WinUI.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>Elmah.Io.WinUI.Sample</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;ARM64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<Platforms>x64</Platforms>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<PublishReadyToRun>false</PublishReadyToRun>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>Elmah.Io.WinUI.Sample90</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;ARM64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<Platforms>x64</Platforms>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<PublishReadyToRun>false</PublishReadyToRun>
Expand Down

0 comments on commit c0a5f2a

Please sign in to comment.