Skip to content

Commit

Permalink
Support for dotnet 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Jan 4, 2024
1 parent d8eb058 commit 6491989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<IsPackable>true</IsPackable>
<Version>0.0.0.18</Version>
<Version>0.0.0.19</Version>
<Description>Model View View Model</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>mvvm,mvpvm,modelview,modelviewviewmodel</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net8.0-android;net8.0-ios;net8.0-maccatalyst;</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net8.0-android;net8.0-ios;net8.0-maccatalyst;</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0;net8.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
Expand All @@ -18,18 +18,18 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<IsPackable>true</IsPackable>
<Version>0.0.0.13</Version>
<Version>0.0.0.19</Version>
<Description>Maui easy and light components</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>maui,ui,component,components</PackageTags>
<PackageProjectUrl>https://github.com/EasyMicroservices/UICores</PackageProjectUrl>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<!--<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Microsoft.Maui.Controls" Version="7.0.101" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="7.0.101" />
</ItemGroup>
</ItemGroup>-->

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
Expand Down

0 comments on commit 6491989

Please sign in to comment.