diff --git a/BasicCompute/BasicCompute.csproj b/BasicCompute/BasicCompute.csproj
index 7becfeb..a7937ba 100644
--- a/BasicCompute/BasicCompute.csproj
+++ b/BasicCompute/BasicCompute.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/BasicStencil/BasicStencil.csproj b/BasicStencil/BasicStencil.csproj
index 7becfeb..a7937ba 100644
--- a/BasicStencil/BasicStencil.csproj
+++ b/BasicStencil/BasicStencil.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/BasicTriangle/BasicTriangle.csproj b/BasicTriangle/BasicTriangle.csproj
index 7becfeb..a7937ba 100644
--- a/BasicTriangle/BasicTriangle.csproj
+++ b/BasicTriangle/BasicTriangle.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/ClearScreen/ClearScreen.csproj b/ClearScreen/ClearScreen.csproj
index 7becfeb..a7937ba 100644
--- a/ClearScreen/ClearScreen.csproj
+++ b/ClearScreen/ClearScreen.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj b/ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj
index 7becfeb..a7937ba 100644
--- a/ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj
+++ b/ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/CompressedTextures/CompressedTextures.csproj b/CompressedTextures/CompressedTextures.csproj
index 7becfeb..a7937ba 100644
--- a/CompressedTextures/CompressedTextures.csproj
+++ b/CompressedTextures/CompressedTextures.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/ComputeUniforms/ComputeUniforms.csproj b/ComputeUniforms/ComputeUniforms.csproj
index 7becfeb..a7937ba 100644
--- a/ComputeUniforms/ComputeUniforms.csproj
+++ b/ComputeUniforms/ComputeUniforms.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/CopyTexture/CopyTexture.csproj b/CopyTexture/CopyTexture.csproj
index 1c37153..c6860a7 100644
--- a/CopyTexture/CopyTexture.csproj
+++ b/CopyTexture/CopyTexture.csproj
@@ -7,10 +7,9 @@
Exe
- net7.0
+ net8.0
enable
true
- x64
diff --git a/Cube/Cube.csproj b/Cube/Cube.csproj
index 7becfeb..a7937ba 100644
--- a/Cube/Cube.csproj
+++ b/Cube/Cube.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/CullFace/CullFace.csproj b/CullFace/CullFace.csproj
index 7becfeb..a7937ba 100644
--- a/CullFace/CullFace.csproj
+++ b/CullFace/CullFace.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/DepthMSAA/DepthMSAA.csproj b/DepthMSAA/DepthMSAA.csproj
index 7becfeb..a7937ba 100644
--- a/DepthMSAA/DepthMSAA.csproj
+++ b/DepthMSAA/DepthMSAA.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/DrawIndirect/DrawIndirect.csproj b/DrawIndirect/DrawIndirect.csproj
index 7becfeb..a7937ba 100644
--- a/DrawIndirect/DrawIndirect.csproj
+++ b/DrawIndirect/DrawIndirect.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/GetBufferData/GetBufferData.csproj b/GetBufferData/GetBufferData.csproj
index 7becfeb..a7937ba 100644
--- a/GetBufferData/GetBufferData.csproj
+++ b/GetBufferData/GetBufferData.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/InstancingAndOffsets/InstancingAndOffsets.csproj b/InstancingAndOffsets/InstancingAndOffsets.csproj
index 2868e63..5c541ff 100644
--- a/InstancingAndOffsets/InstancingAndOffsets.csproj
+++ b/InstancingAndOffsets/InstancingAndOffsets.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/MSAA/MSAA.csproj b/MSAA/MSAA.csproj
index 7becfeb..a7937ba 100644
--- a/MSAA/MSAA.csproj
+++ b/MSAA/MSAA.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj b/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj
index db4f425..92b9bef 100644
--- a/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj
+++ b/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj
@@ -6,11 +6,10 @@
library
- net7.0
+ net8.0
enable
- x64
-
+
Content\%(RecursiveDir)%(Filename)%(Extension)
diff --git a/RenderTexture3D/RenderTexture3D.csproj b/RenderTexture3D/RenderTexture3D.csproj
index 2868e63..5c541ff 100644
--- a/RenderTexture3D/RenderTexture3D.csproj
+++ b/RenderTexture3D/RenderTexture3D.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/RenderTextureCube/RenderTextureCube.csproj b/RenderTextureCube/RenderTextureCube.csproj
index 2868e63..5c541ff 100644
--- a/RenderTextureCube/RenderTextureCube.csproj
+++ b/RenderTextureCube/RenderTextureCube.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/RenderTextureMipmaps/RenderTextureMipmaps.csproj b/RenderTextureMipmaps/RenderTextureMipmaps.csproj
index 2868e63..5c541ff 100644
--- a/RenderTextureMipmaps/RenderTextureMipmaps.csproj
+++ b/RenderTextureMipmaps/RenderTextureMipmaps.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/Texture3D/Texture3D.csproj b/Texture3D/Texture3D.csproj
index 2868e63..5c541ff 100644
--- a/Texture3D/Texture3D.csproj
+++ b/Texture3D/Texture3D.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/TextureMipmaps/TextureMipmaps.csproj b/TextureMipmaps/TextureMipmaps.csproj
index 2868e63..5c541ff 100644
--- a/TextureMipmaps/TextureMipmaps.csproj
+++ b/TextureMipmaps/TextureMipmaps.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/TexturedAnimatedQuad/TexturedAnimatedQuad.csproj b/TexturedAnimatedQuad/TexturedAnimatedQuad.csproj
index 7becfeb..a7937ba 100644
--- a/TexturedAnimatedQuad/TexturedAnimatedQuad.csproj
+++ b/TexturedAnimatedQuad/TexturedAnimatedQuad.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/TexturedQuad/TexturedQuad.csproj b/TexturedQuad/TexturedQuad.csproj
index a1f01e2..5a7b3aa 100644
--- a/TexturedQuad/TexturedQuad.csproj
+++ b/TexturedQuad/TexturedQuad.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
false
diff --git a/TriangleVertexBuffer/TriangleVertexBuffer.csproj b/TriangleVertexBuffer/TriangleVertexBuffer.csproj
index 7becfeb..a7937ba 100644
--- a/TriangleVertexBuffer/TriangleVertexBuffer.csproj
+++ b/TriangleVertexBuffer/TriangleVertexBuffer.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/VertexSampler/VertexSampler.csproj b/VertexSampler/VertexSampler.csproj
index 2868e63..5c541ff 100644
--- a/VertexSampler/VertexSampler.csproj
+++ b/VertexSampler/VertexSampler.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/VideoPlayer/VideoPlayer.csproj b/VideoPlayer/VideoPlayer.csproj
index 2868e63..5c541ff 100644
--- a/VideoPlayer/VideoPlayer.csproj
+++ b/VideoPlayer/VideoPlayer.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64
diff --git a/WindowResizing/WindowResizing.csproj b/WindowResizing/WindowResizing.csproj
index 2868e63..5c541ff 100644
--- a/WindowResizing/WindowResizing.csproj
+++ b/WindowResizing/WindowResizing.csproj
@@ -7,9 +7,8 @@
Exe
- net7.0
+ net8.0
enable
- x64