Update to .NET 6
This commit is contained in:
committed by
Matthias Mailänder
parent
eae6d33cd9
commit
b12c15ea9d
@@ -30,7 +30,7 @@ patch_config()
|
||||
done
|
||||
done
|
||||
else
|
||||
# NET 5 does not support .config files, so we must use symlinks instead
|
||||
# .NET 6 does not support .config files, so we must use symlinks instead
|
||||
# Exit early if the symlink already exists
|
||||
if [ -L "bin/${REPLACE}" ]; then
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user