Skip to content

Commit

Permalink
Update Playground.csrpoj to .net9
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBuchholz committed Jan 16, 2025
1 parent 0003c57 commit 0103594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/Playground/Playground.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks>
<TargetFrameworks>net9.0-android;net9.0-ios</TargetFrameworks>
<RootNamespace>Playground</RootNamespace>
<UseMaui>true</UseMaui>
<MauiVersion>9.0.0</MauiVersion>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType>
<ForceSimulatorX64ArchitectureInIDE>true</ForceSimulatorX64ArchitectureInIDE>

<!-- Display name -->
<ApplicationTitle>Playground</ApplicationTitle>
Expand Down

0 comments on commit 0103594

Please sign in to comment.