mirror of https://github.com/SixLabors/ImageSharp
4 changed files with 15 additions and 4 deletions
@ -0,0 +1,6 @@ |
|||||
|
dotnet xunit -nobuild -c Release -f net462 |
||||
|
dotnet xunit -nobuild -c Release -f net462 -x86 |
||||
|
dotnet xunit -nobuild -c Release -f net47 |
||||
|
dotnet xunit -nobuild -c Release -f net47 -x86 |
||||
|
dotnet xunit -nobuild -c Release -f net471 |
||||
|
dotnet xunit -nobuild -c Release -f net471 -x86 |
||||
@ -1,4 +1,5 @@ |
|||||
{ |
{ |
||||
"methodDisplay": "method", |
"shadowCopy": false, |
||||
"diagnosticMessages": true |
"methodDisplay": "method", |
||||
|
"diagnosticMessages": true |
||||
} |
} |
||||
Loading…
Reference in new issue