Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ac72ba7

Browse files
Merge pull request #3 from VishalOmprasad/master
Updated .NET configuration from .NET7.0 to .NET9.0
2 parents dc01528 + f6f55a2 commit ac72ba7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎FileSaver_CommunityToolkit/FileSaver_CommunityToolkit/FileSaver_CommunityToolkit.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
5-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
4+
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
5+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
66
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
77
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
88
<OutputType>Exe</OutputType>
@@ -50,7 +50,8 @@
5050

5151
<ItemGroup>
5252
<PackageReference Include="CommunityToolkit.Maui" Version="*" />
53-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
53+
<PackageReference Update="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
54+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
5455
<PackageReference Include="Syncfusion.Maui.ImageEditor" Version="*" />
5556
</ItemGroup>
5657

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /