File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ param (
1414function createMagickNetLibraryNuGetPackage ($library , $version , $commit ) {
1515 $xml = loadAndInitNuSpec $library $version $commit
1616
17- if ($library -eq " Magick.NET.SystemWindowsMedia" -or $library -eq " Magick.NET.AvaloniaMediaImaging " ) {
17+ if ($library -eq " Magick.NET.SystemWindowsMedia" ) {
1818 addLibrary $xml $library " " " AnyCPU" " net8.0"
1919 } elseif ($library -eq " Magick.NET.SystemDrawing" ) {
2020 addLibrary $xml $library " " " AnyCPU" " net462"
2121 addLibrary $xml $library " " " AnyCPU" " netstandard20"
2222 addLibrary $xml $library " " " AnyCPU" " net8.0"
23- } else if ($library -eq " Magick.NET.AvaloniaMediaImaging" ) {
23+ } elseif ($library -eq " Magick.NET.AvaloniaMediaImaging" ) {
2424 addLibrary $xml $library " " " AnyCPU" " net8.0"
2525 } else {
2626 addLibrary $xml $library " " " AnyCPU" " netstandard20"
You can’t perform that action at this time.
0 commit comments