Skip to content

Commit f30952b

Browse files
authored
net48
1 parent 89a50ea commit f30952b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

publish-nix.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ echo " No archive (-a) $NO_ARCHIVE"
5757
echo " "
5858

5959
# Create the build matrix arrays
60-
UI_FRAMEWORKS=("net10.0-windows")
60+
UI_FRAMEWORKS=("net48")
6161
UI_RUNTIMES=("win-x86" "win-x64")
62-
CHECK_FRAMEWORKS=("net10.0")
63-
CHECK_RUNTIMES=("win-x86" "win-x64" "win-arm64" "linux-x64" "linux-arm64" "osx-x64" "osx-arm64")
62+
CHECK_FRAMEWORKS=()
63+
CHECK_RUNTIMES=("win-x86" "win-x64")
6464

6565
# Use expanded framework lists, if requested
6666
if [ $USE_ALL = true ]; then

0 commit comments

Comments
 (0)