|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project Sdk="Microsoft.NET.Sdk"> |
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net8.0-android</TargetFrameworks> |
5 | | - <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('osx'))">$(TargetFrameworks);net8.0-ios;net8.0-maccatalyst</TargetFrameworks> |
6 | | - <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041.0</TargetFrameworks> |
7 | | - <!-- <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-tizen</TargetFrameworks> --> |
8 | | - <TargetFrameworks>$(TargetFrameworks);net8.0</TargetFrameworks> |
9 | | - <OutputType Condition="'$(TargetFramework)' != 'net8.0'">Exe</OutputType> |
| 4 | + <TargetFrameworks>net9.0-android</TargetFrameworks> |
| 5 | + <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('osx'))">$(TargetFrameworks);net9.0-ios;net9.0-maccatalyst</TargetFrameworks> |
| 6 | + <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.19041.0</TargetFrameworks> |
| 7 | + <!-- <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-tizen</TargetFrameworks> --> |
| 8 | + <TargetFrameworks>$(TargetFrameworks);net9.0</TargetFrameworks> |
| 9 | + <OutputType Condition="'$(TargetFramework)' != 'net9.0'">Exe</OutputType> |
10 | 10 |
|
11 | 11 | <!-- .NET MAUI --> |
12 | 12 | <UseMaui>true</UseMaui> |
|
69 | 69 | <None Remove="Resources\Images\white_bread.png" /> |
70 | 70 | <None Remove="Resources\Raw\completed.json" /> |
71 | 71 | </ItemGroup> |
72 | | - |
| 72 | + |
73 | 73 | <ItemGroup> |
74 | | - <PackageReference Include="FmgLib.MauiMarkup" Version="8.*" /> |
75 | 74 | <PackageReference Include="AutoMapper" Version="13.0.1" /> |
76 | | - <PackageReference Include="LiteDB" Version="5.0.20" /> |
77 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.*" Condition="'$(Configuration)' == 'Debug'" /> |
78 | | - <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" /> |
79 | | - <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.100" /> |
80 | | - <PackageReference Include="CommunityToolkit.Maui" Version="9.0.1" /> |
81 | | - <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" /> |
| 75 | + <PackageReference Include="LiteDB" Version="5.0.21" /> |
| 76 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.*" Condition="'$(Configuration)' == 'Debug'" /> |
| 77 | + <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.21" /> |
| 78 | + <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.21" /> |
| 79 | + <PackageReference Include="CommunityToolkit.Maui" Version="10.0.0" /> |
| 80 | + <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" /> |
82 | 81 | <PackageReference Include="SkiaSharp.Extended.UI.Maui" Version="2.0.0" /> |
83 | 82 | </ItemGroup> |
| 83 | + |
| 84 | + <ItemGroup> |
| 85 | + <ProjectReference Include="..\..\src\FmgLib.MauiMarkup.Generator\FmgLib.MauiMarkup.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
| 86 | + <ProjectReference Include="..\..\src\FmgLib.MauiMarkup\FmgLib.MauiMarkup.csproj" /> |
| 87 | + </ItemGroup> |
84 | 88 | </Project> |
0 commit comments