Skip to content

Commit

Permalink
net6 target added
Browse files Browse the repository at this point in the history
  • Loading branch information
roubachof committed Jan 3, 2023
1 parent 6bbd8a5 commit c535e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Maui.Tabs/Maui.Tabs.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.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);net6.0-tizen</TargetFrameworks> -->
Expand All @@ -22,9 +22,9 @@

<PropertyGroup>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>3.0.0</AssemblyVersion>
<AssemblyFileVersion>3.0.0</AssemblyFileVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.1</AssemblyVersion>
<AssemblyFileVersion>3.0.1</AssemblyFileVersion>
<Version>3.0.1</Version>
<PackOnBuild>true</PackOnBuild>
<NeutralLanguage>en</NeutralLanguage>

Expand Down

0 comments on commit c535e50

Please sign in to comment.