Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Johnson <bret.johnson@microsoft.com>2022-01-14 22:58:01 +0300
committerBret Johnson <bret.johnson@microsoft.com>2022-01-14 22:58:01 +0300
commitaa8bc4641c18821269ef10117f05e71f7b7110be (patch)
treeb2d3a3c04953baeb811b419bd9e383935e381437 /Xamarin.PropertyEditing.Tests
parente919e936e01e619ae21a33990f5b3a1becf64ffb (diff)
Fixup Mac and Tests project build options
Diffstat (limited to 'Xamarin.PropertyEditing.Tests')
-rw-r--r--Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj26
1 files changed, 10 insertions, 16 deletions
diff --git a/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj b/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
index ef2a41d..78474b4 100644
--- a/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
+++ b/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj
@@ -1,28 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
+ <PropertyGroup Condition=" $(IsMac) ">
+ <TargetFramework>net6.0</TargetFramework>
+ </PropertyGroup>
+ <PropertyGroup Condition=" $(IsWindows) ">
<TargetFramework>net472</TargetFramework>
- <RestorePackagesPath>$(MSBuildThisFileDirectory)packages\</RestorePackagesPath>
</PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
+ <PropertyGroup>
+ <RestorePackagesPath>$(MSBuildThisFileDirectory)packages\</RestorePackagesPath>
+ </PropertyGroup>
<ItemGroup>
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
- <PackageReference Include="NUnit" Version="3.11.0" />
- <PackageReference Include="NUnit.ConsoleRunner" Version="3.9.0" />
- <PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
+ <PackageReference Include="NUnit" Version="3.13.2" />
+ <PackageReference Include="NUnit.ConsoleRunner" Version="3.13.2" />
+ <PackageReference Include="NUnit3TestAdapter" Version="4.2.0" />
</ItemGroup>
<ItemGroup>