diff --git a/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/README.md b/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/README.md
new file mode 100644
index 00000000..d7669f6a
--- /dev/null
+++ b/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/README.md
@@ -0,0 +1,26 @@
+# OrchardCore Example (Currently Disabled)
+
+This example project demonstrates SharpCoreDB integration with OrchardCore CMS.
+
+## Why is this disabled?
+
+The project file is currently renamed to `.csproj.disabled` to prevent CI build failures. This is because:
+
+1. OrchardCore 3.0 preview packages required by this .NET 10.0 project are not consistently available from public NuGet feeds
+2. OrchardCore 2.x stable versions have dependency conflicts with .NET 10.0
+
+## How to enable this project
+
+To use this example locally:
+
+1. Rename `SharpCoreDb.Orchardcore.csproj.disabled` to `SharpCoreDb.Orchardcore.csproj`
+2. Ensure you have access to OrchardCore 3.0 preview packages by adding the Cloudsmith feed to your NuGet.Config:
+ ```xml
+
+ ```
+3. Update the OrchardCore package reference to a compatible 3.0 preview version
+4. Run `dotnet restore` and `dotnet build`
+
+## Alternative
+
+For a working OrchardCore integration example with stable packages, consider using OrchardCore 2.x with a .NET 8.0 target framework.
diff --git a/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj b/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj.disabled
similarity index 88%
rename from Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj
rename to Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj.disabled
index 20f03a96..6cbd9179 100644
--- a/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj
+++ b/Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj.disabled
@@ -4,14 +4,14 @@
net10.0
enable
enable
-
+
false
false
true
-
+
diff --git a/NuGet.Config b/NuGet.Config
index 0d23757a..8ea8843d 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -3,12 +3,6 @@
-
-
-
-
-
-
@@ -18,9 +12,4 @@
-
-
-
-
-