From 0348b5a497c23031d5bcc4c5bc0e78c1fab93062 Mon Sep 17 00:00:00 2001 From: Caleb Cornett Date: Fri, 6 Jan 2023 15:37:54 -0500 Subject: [PATCH] Upgrade all projects to net7.0 --- BasicCompute/BasicCompute.csproj | 2 +- BasicTriangle/BasicTriangle.csproj | 2 +- ClearScreen/ClearScreen.csproj | 2 +- ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj | 2 +- ComputeUniforms/ComputeUniforms.csproj | 2 +- Cube/Cube.csproj | 2 +- CullFace/CullFace.csproj | 2 +- DrawIndirect/DrawIndirect.csproj | 2 +- GetBufferData/GetBufferData.csproj | 2 +- MSAA/MSAA.csproj | 2 +- MoonWorks.Test.Common/MoonWorks.Test.Common.csproj | 2 +- TexturedAnimatedQuad/TexturedAnimatedQuad.csproj | 2 +- TexturedQuad/TexturedQuad.csproj | 2 +- TriangleVertexBuffer/TriangleVertexBuffer.csproj | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/BasicCompute/BasicCompute.csproj b/BasicCompute/BasicCompute.csproj index e64acfa..7becfeb 100644 --- a/BasicCompute/BasicCompute.csproj +++ b/BasicCompute/BasicCompute.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/BasicTriangle/BasicTriangle.csproj b/BasicTriangle/BasicTriangle.csproj index e64acfa..7becfeb 100644 --- a/BasicTriangle/BasicTriangle.csproj +++ b/BasicTriangle/BasicTriangle.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/ClearScreen/ClearScreen.csproj b/ClearScreen/ClearScreen.csproj index e64acfa..7becfeb 100644 --- a/ClearScreen/ClearScreen.csproj +++ b/ClearScreen/ClearScreen.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj b/ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj index e64acfa..7becfeb 100644 --- a/ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj +++ b/ClearScreen_MultiWindow/ClearScreen_MultiWindow.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/ComputeUniforms/ComputeUniforms.csproj b/ComputeUniforms/ComputeUniforms.csproj index e64acfa..7becfeb 100644 --- a/ComputeUniforms/ComputeUniforms.csproj +++ b/ComputeUniforms/ComputeUniforms.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/Cube/Cube.csproj b/Cube/Cube.csproj index e64acfa..7becfeb 100644 --- a/Cube/Cube.csproj +++ b/Cube/Cube.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/CullFace/CullFace.csproj b/CullFace/CullFace.csproj index e64acfa..7becfeb 100644 --- a/CullFace/CullFace.csproj +++ b/CullFace/CullFace.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/DrawIndirect/DrawIndirect.csproj b/DrawIndirect/DrawIndirect.csproj index e64acfa..7becfeb 100644 --- a/DrawIndirect/DrawIndirect.csproj +++ b/DrawIndirect/DrawIndirect.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/GetBufferData/GetBufferData.csproj b/GetBufferData/GetBufferData.csproj index e64acfa..7becfeb 100644 --- a/GetBufferData/GetBufferData.csproj +++ b/GetBufferData/GetBufferData.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/MSAA/MSAA.csproj b/MSAA/MSAA.csproj index e64acfa..7becfeb 100644 --- a/MSAA/MSAA.csproj +++ b/MSAA/MSAA.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj b/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj index 71befe1..db4f425 100644 --- a/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj +++ b/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj @@ -6,7 +6,7 @@ library - net6.0 + net7.0 enable x64 diff --git a/TexturedAnimatedQuad/TexturedAnimatedQuad.csproj b/TexturedAnimatedQuad/TexturedAnimatedQuad.csproj index e64acfa..7becfeb 100644 --- a/TexturedAnimatedQuad/TexturedAnimatedQuad.csproj +++ b/TexturedAnimatedQuad/TexturedAnimatedQuad.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/TexturedQuad/TexturedQuad.csproj b/TexturedQuad/TexturedQuad.csproj index e64acfa..7becfeb 100644 --- a/TexturedQuad/TexturedQuad.csproj +++ b/TexturedQuad/TexturedQuad.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64 diff --git a/TriangleVertexBuffer/TriangleVertexBuffer.csproj b/TriangleVertexBuffer/TriangleVertexBuffer.csproj index e64acfa..7becfeb 100644 --- a/TriangleVertexBuffer/TriangleVertexBuffer.csproj +++ b/TriangleVertexBuffer/TriangleVertexBuffer.csproj @@ -7,7 +7,7 @@ Exe - net6.0 + net7.0 enable x64