diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 08b534b..2080670 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
dotnet-version: 6.0.x
- name: build projects
- run: dotnet build -c Release
+ run: dotnet build -c Release /p:BuildArch=${{ matrix.arch }}
- name: run tests
run: dotnet test Raylib-cs.Tests -c Release
@@ -117,7 +117,7 @@ jobs:
dotnet-version: 6.0.x
- name: build projects
- run: dotnet build -c Release
+ run: dotnet build -c Release /p:BuildArch=${{ matrix.arch }}
- name: run tests
run: dotnet test Raylib-cs.Tests -c Release
diff --git a/Raylib-cs.Native/Raylib-cs.Native.csproj b/Raylib-cs.Native/Raylib-cs.Native.csproj
index 355beb6..ae4733e 100644
--- a/Raylib-cs.Native/Raylib-cs.Native.csproj
+++ b/Raylib-cs.Native/Raylib-cs.Native.csproj
@@ -10,18 +10,39 @@
so
lib
+ x64
dylib
lib
+ x86_x64
+ $(BuildArch)
dll
$(Configuration)/
+ x64
+ $(BuildArch)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+