Skip to content

Commit

Permalink
Merge pull request #67 from evgenyvalavin/net6
Browse files Browse the repository at this point in the history
.NET 6
  • Loading branch information
Cheesebaron authored Oct 30, 2022
2 parents 8c3afc5 + 6f57850 commit ee85407
Show file tree
Hide file tree
Showing 11 changed files with 521 additions and 652 deletions.
381 changes: 185 additions & 196 deletions Cirrious.FluentLayout/AdvancedFluentLayoutExtensions.cs

Large diffs are not rendered by default.

35 changes: 8 additions & 27 deletions Cirrious.FluentLayout/Cirrious.FluentLayouts.Touch.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-ios</TargetFramework>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -9,8 +15,6 @@
<RootNamespace>Cirrious.FluentLayouts.Touch</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Cirrious.FluentLayouts.Touch</AssemblyName>
<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,27 +37,4 @@
<ConsolePause>false</ConsolePause>
<MtouchLink>None</MtouchLink>
</PropertyGroup>
<ItemGroup>
<Compile Include="AdvancedFluentLayoutExtensions.cs" />
<Compile Include="FluentLayout.cs" />
<Compile Include="FluentLayoutExtensions.cs" />
<Compile Include="Margins.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RowSet-WorkInProgress\RowSet.cs" />
<Compile Include="UIViewAndLayoutAttribute.cs" />
<Compile Include="NfloatExtensions.cs" />
<Compile Include="Extensions\ArrayExtensions.cs" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<Folder Include="Extensions\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
26 changes: 0 additions & 26 deletions Cirrious.FluentLayout/Extensions/ArrayExtensions.cs

This file was deleted.

Loading

0 comments on commit ee85407

Please sign in to comment.