We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a50ea commit f30952bCopy full SHA for f30952b
publish-nix.sh
@@ -57,10 +57,10 @@ echo " No archive (-a) $NO_ARCHIVE"
57
echo " "
58
59
# Create the build matrix arrays
60
-UI_FRAMEWORKS=("net10.0-windows")
+UI_FRAMEWORKS=("net48")
61
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")
+CHECK_FRAMEWORKS=()
+CHECK_RUNTIMES=("win-x86" "win-x64")
64
65
# Use expanded framework lists, if requested
66
if [ $USE_ALL = true ]; then
0 commit comments