diff --git a/docs/Stride.CommunityToolkit.Docs.csproj b/docs/Stride.CommunityToolkit.Docs.csproj index 4c2bb77d..1b28a01c 100644 --- a/docs/Stride.CommunityToolkit.Docs.csproj +++ b/docs/Stride.CommunityToolkit.Docs.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/examples/code-only/Example01_Basic3DScene/Example01_Basic3DScene.csproj b/examples/code-only/Example01_Basic3DScene/Example01_Basic3DScene.csproj index 0827aa92..382e0c52 100644 --- a/examples/code-only/Example01_Basic3DScene/Example01_Basic3DScene.csproj +++ b/examples/code-only/Example01_Basic3DScene/Example01_Basic3DScene.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/examples/code-only/Example01_Basic3DScene_FSharp/Example01_Basic3DScene_FSharp.fsproj b/examples/code-only/Example01_Basic3DScene_FSharp/Example01_Basic3DScene_FSharp.fsproj index 4eee3d2e..616c4555 100644 --- a/examples/code-only/Example01_Basic3DScene_FSharp/Example01_Basic3DScene_FSharp.fsproj +++ b/examples/code-only/Example01_Basic3DScene_FSharp/Example01_Basic3DScene_FSharp.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 diff --git a/examples/code-only/Example01_Basic3DScene_VBasic/Example01_Basic3DScene_VBasic.vbproj b/examples/code-only/Example01_Basic3DScene_VBasic/Example01_Basic3DScene_VBasic.vbproj index 5ac6269a..2a27dddf 100644 --- a/examples/code-only/Example01_Basic3DScene_VBasic/Example01_Basic3DScene_VBasic.vbproj +++ b/examples/code-only/Example01_Basic3DScene_VBasic/Example01_Basic3DScene_VBasic.vbproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/examples/code-only/Example02_GiveMeACube/Example02_GiveMeACube.csproj b/examples/code-only/Example02_GiveMeACube/Example02_GiveMeACube.csproj index 0827aa92..382e0c52 100644 --- a/examples/code-only/Example02_GiveMeACube/Example02_GiveMeACube.csproj +++ b/examples/code-only/Example02_GiveMeACube/Example02_GiveMeACube.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/examples/code-only/Example03_StrideUI_CapsuleAndWindow/Example03_StrideUI_CapsuleAndWindow.csproj b/examples/code-only/Example03_StrideUI_CapsuleAndWindow/Example03_StrideUI_CapsuleAndWindow.csproj index 0827aa92..382e0c52 100644 --- a/examples/code-only/Example03_StrideUI_CapsuleAndWindow/Example03_StrideUI_CapsuleAndWindow.csproj +++ b/examples/code-only/Example03_StrideUI_CapsuleAndWindow/Example03_StrideUI_CapsuleAndWindow.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/examples/code-only/Example04_MyraUI/Example04_MyraUI.csproj b/examples/code-only/Example04_MyraUI/Example04_MyraUI.csproj index 506ce4f3..05d0c154 100644 --- a/examples/code-only/Example04_MyraUI/Example04_MyraUI.csproj +++ b/examples/code-only/Example04_MyraUI/Example04_MyraUI.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/examples/code-only/Example05_ProceduralGeometry/Example05_ProceduralGeometry.csproj b/examples/code-only/Example05_ProceduralGeometry/Example05_ProceduralGeometry.csproj index 0827aa92..382e0c52 100644 --- a/examples/code-only/Example05_ProceduralGeometry/Example05_ProceduralGeometry.csproj +++ b/examples/code-only/Example05_ProceduralGeometry/Example05_ProceduralGeometry.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/examples/code-only/Example_CubicleCalamity/Example_CubicleCalamity.csproj b/examples/code-only/Example_CubicleCalamity/Example_CubicleCalamity.csproj index a4dcbdde..f87c54ad 100644 --- a/examples/code-only/Example_CubicleCalamity/Example_CubicleCalamity.csproj +++ b/examples/code-only/Example_CubicleCalamity/Example_CubicleCalamity.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/src/CommonSettings.props b/src/CommonSettings.props index 4ed2adad..aa7f3c12 100644 --- a/src/CommonSettings.props +++ b/src/CommonSettings.props @@ -1,6 +1,6 @@ - net6.0 + net8.0 enable enable 1.0.0.0 diff --git a/src/Stride.CommunityToolkit.Examples/Stride.CommunityToolkit.Examples.csproj b/src/Stride.CommunityToolkit.Examples/Stride.CommunityToolkit.Examples.csproj index 1d8c8fab..99315004 100644 --- a/src/Stride.CommunityToolkit.Examples/Stride.CommunityToolkit.Examples.csproj +++ b/src/Stride.CommunityToolkit.Examples/Stride.CommunityToolkit.Examples.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable 1.0.0.0-preview.1