|
|
|
@ -8,7 +8,8 @@ |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
<RootNamespace>SixLabors.ImageSharp.Tests.ProfilingSandbox</RootNamespace> |
|
|
|
<RuntimeIdentifier>win7-x64</RuntimeIdentifier> |
|
|
|
<TargetFrameworks>netcoreapp3.1;netcoreapp2.1;net472</TargetFrameworks> |
|
|
|
<!-- <TargetFrameworks>netcoreapp3.1;netcoreapp2.1;net472</TargetFrameworks>--> |
|
|
|
<TargetFrameworks>netcoreapp3.1</TargetFrameworks> |
|
|
|
<StartupObject>SixLabors.ImageSharp.Tests.ProfilingSandbox.Program</StartupObject> |
|
|
|
<!--Used to hide test project from dotnet test--> |
|
|
|
<IsTestProject>false</IsTestProject> |
|
|
|
|