|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Razor"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>$(TargetFrameworks);net9.0-android</TargetFrameworks> |
5 | | - <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks> |
6 | | - <OutputType Condition="'$(TargetFramework)' != 'net9.0'">Exe</OutputType> |
| 4 | + <TargetFrameworks>$(TargetFrameworks);net10.0-android</TargetFrameworks> |
| 5 | + <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net10.0-windows10.0.19041.0</TargetFrameworks> |
| 6 | + <OutputType Condition="'$(TargetFramework)' != 'net10.0'">Exe</OutputType> |
7 | 7 | <RootNamespace>JournalApp</RootNamespace> |
8 | 8 | <UseMaui>true</UseMaui> |
9 | 9 | <SingleProject>true</SingleProject> |
|
49 | 49 | <ItemGroup> |
50 | 50 | <PackageReference Include="Blazor-ApexCharts" Version="6.0.2" /> |
51 | 51 | <PackageReference Include="CommunityToolkit.Maui" Version="12.2.0" /> |
52 | | - <PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.110" /> |
53 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.9" /> |
54 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.9" /> |
55 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9"> |
| 52 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="10.0.0-rc.2.25504.7" /> |
| 53 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.0-rc.2.25502.107" /> |
| 54 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-rc.2.25502.107" /> |
| 55 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0-rc.2.25502.107"> |
56 | 56 | <PrivateAssets>all</PrivateAssets> |
57 | 57 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
58 | 58 | </PackageReference> |
59 | | - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.9" /> |
60 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.9" /> |
61 | | - <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.110" /> |
| 59 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.0-rc.2.25502.107" /> |
| 60 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.0-rc.2.25502.107" /> |
| 61 | + <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.0-rc.2.25504.7" /> |
62 | 62 | <PackageReference Include="MudBlazor" Version="8.13.0" /> |
63 | 63 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.8.118" PrivateAssets="All" /> |
64 | 64 | </ItemGroup> |
|
0 commit comments