mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-14 05:36:10 +00:00
* First step: 4.6.2 * Make Check and Library .NET Core 3.0 compatible * Enable 4.6.2 and 4.7.2 on DICUI * DICUI .NET Core 3.0 * Solution items * New Appeyor paths, environment * Upgrade DICUI.Test for all frameworks too * Fix .NET Core 3.0 difference in path handling
34 lines
1.4 KiB
XML
34 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net462;net472;netcoreapp3.0</TargetFrameworks>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DICUI.Library\DICUI.Library.csproj">
|
|
<Project>{51ab0928-13f9-44bf-a407-b6957a43a056}</Project>
|
|
<Name>DICUI.Library</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DICUI\DICUI.csproj">
|
|
<Project>{7b1b75eb-8940-466f-bd51-76471a57f9be}</Project>
|
|
<Name>DICUI</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.CodeCoverage" Version="16.3.0" />
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
|
|
<PackageReference Include="xunit" Version="2.4.1" />
|
|
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
|
|
<PackageReference Include="xunit.analyzers" Version="0.10.0" />
|
|
<PackageReference Include="xunit.assert" Version="2.4.1" />
|
|
<PackageReference Include="xunit.core" Version="2.4.1" />
|
|
<PackageReference Include="xunit.extensibility.core" Version="2.4.1" />
|
|
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
|
|
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|