|
|
@@ -1,6 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
@@ -10,7 +9,7 @@
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>Avalonia.Markup.UnitTests</RootNamespace>
|
|
|
<AssemblyName>Avalonia.Markup.UnitTests</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<NuGetPackageImportStamp>
|
|
|
</NuGetPackageImportStamp>
|
|
|
@@ -33,22 +32,6 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.ComponentModel.Annotations">
|
|
|
- <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.5\Profile\Profile7\System.ComponentModel.Annotations.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <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" />
|
|
|
- <Reference Include="WindowsBase" />
|
|
|
- </ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="ControlLocatorTests.cs" />
|
|
|
<Compile Include="Data\IndeiBase.cs" />
|
|
|
@@ -74,7 +57,6 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="app.config" />
|
|
|
- <None Include="packages.config" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
|
|
|
@@ -122,12 +104,6 @@
|
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
- <PropertyGroup>
|
|
|
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
|
- </PropertyGroup>
|
|
|
- <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
|
|
|
- </Target>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
<Target Name="BeforeBuild">
|
|
|
@@ -145,12 +121,12 @@
|
|
|
<PackageReference Include="System.Reactive.Linq" Version="3.0.0" />
|
|
|
<PackageReference Include="System.Reactive.PlatformServices" Version="3.0.0" />
|
|
|
<PackageReference Include="System.Reactive.Windows.Threading" Version="3.0.0" />
|
|
|
- <PackageReference Include="xunit" Version="2.1.0" />
|
|
|
- <PackageReference Include="xunit.abstractions" Version="2.0.0" />
|
|
|
- <PackageReference Include="xunit.assert" Version="2.1.0" />
|
|
|
- <PackageReference Include="xunit.core" Version="2.1.0" />
|
|
|
- <PackageReference Include="xunit.extensibility.core" Version="2.1.0" />
|
|
|
- <PackageReference Include="xunit.extensibility.execution" Version="2.1.0" />
|
|
|
- <PackageReference Include="xunit.runner.visualstudio" Version="2.1.0" />
|
|
|
+ <PackageReference Include="xunit" Version="2.2.0" />
|
|
|
+ <PackageReference Include="xunit.abstractions" Version="2.0.1" />
|
|
|
+ <PackageReference Include="xunit.assert" Version="2.2.0" />
|
|
|
+ <PackageReference Include="xunit.core" Version="2.2.0" />
|
|
|
+ <PackageReference Include="xunit.extensibility.core" Version="2.2.0" />
|
|
|
+ <PackageReference Include="xunit.extensibility.execution" Version="2.2.0" />
|
|
|
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
|
|
|
</ItemGroup>
|
|
|
</Project>
|