Skip to content

Commit

Permalink
bump TFM to .NET7
Browse files Browse the repository at this point in the history
  • Loading branch information
shutdown256 committed Dec 7, 2023
1 parent 3ed2002 commit 5c77622
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Acr.UserDialogs/Acr.UserDialogs.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Xamarin.Legacy.Sdk/0.2.0-alpha3">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;xamarin.ios10;monoandroid90;monoandroid10.0;net6.0-ios;net6.0-android</TargetFrameworks>
<TargetFrameworks>netstandard2.0;xamarin.ios10;monoandroid90;monoandroid10.0;net7.0-ios;net7.0-android</TargetFrameworks>
<PackageProjectUrl>https://github.com/aritchie/userdialogs</PackageProjectUrl>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Authors>Allan Ritchie</Authors>
Expand Down Expand Up @@ -39,7 +39,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup Condition=" $(TargetFramework.StartsWith('monoandroid10')) or $(TargetFramework.StartsWith('net6.0-android')) ">
<PropertyGroup Condition=" $(TargetFramework.StartsWith('monoandroid10')) or $(TargetFramework.StartsWith('net7.0-android')) ">
<DefineConstants>$(DefineConstants);ANDROIDX</DefineConstants>
</PropertyGroup>

Expand All @@ -65,7 +65,7 @@
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('monoandroid10')) or $(TargetFramework.StartsWith('net6.0-android')) ">
<ItemGroup Condition=" $(TargetFramework.StartsWith('monoandroid10')) or $(TargetFramework.StartsWith('net7.0-android')) ">
<Compile Include="Platforms\Shared\**\*.cs" />
<Compile Include="Platforms\Android\**\*.cs" />
<Reference Include="System.Drawing.Common" />
Expand All @@ -80,7 +80,7 @@
<PackageReference Include="BTProgressHUD" Version="1.3.4" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net6.0-ios')) ">
<ItemGroup Condition=" $(TargetFramework.StartsWith('net7.0-ios')) ">
<Compile Include="Platforms\Shared\**\*.cs" />
<Compile Include="Platforms\ios\**\*.cs" />
<Compile Include="Platforms\Apple\**\*.cs" />
Expand Down

0 comments on commit 5c77622

Please sign in to comment.