diff --git a/BounceSort/BounceSort.csproj b/BounceSort/BounceSort.csproj
index c6d6f73..86c5d2d 100644
--- a/BounceSort/BounceSort.csproj
+++ b/BounceSort/BounceSort.csproj
@@ -5,8 +5,9 @@
net7.0
enable
enable
+ true
AnyCPU;ARM32;ARM64;x64;x86
-
+ BounceSort.BounceSort
BounceSort
The Unlicense - This is free and unencumbered software released into the public domain. For more information, please refer to <https://unlicense.org>
sorting-algorithm; bouncesort;