From b2953d57cde37ba2cb2814ec6a512e3612d1b9aa Mon Sep 17 00:00:00 2001 From: Julian Gonzalez Date: Mon, 11 May 2026 09:18:11 -0600 Subject: [PATCH 1/2] Add prerequisites for .NET runtime and SDK Added prerequisites section with .NET runtime and SDK information. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fa3363f..fa88afbf 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ Or search for [RMC.Numerics](https://www.nuget.org/packages/RMC.Numerics/) in th | [Sampling](docs/sampling/mcmc.md) | MCMC (RWMH, ARWMH, DE-MCz, HMC, NUTS, Gibbs), random generation, convergence diagnostics | | [References](docs/references.md) | Consolidated bibliography | +## Prerequisites +- .NET 6+ runtime (or .NET Framework 4.8.1 on Windows). Install the [.NET SDK](https://dotnet.microsoft.com/download) if you don't already have it. + - Microsoft .NET SDK 10.1.326.7603 is available on the App Portal for Corps users + ## Support USACE-RMC is committed to maintaining and supporting the library with regular updates, bug fixes, and enhancements. From 6c79dd4c629e04be1ac64f419bd25bdb2e47fa0b Mon Sep 17 00:00:00 2001 From: Julian Gonzalez Date: Mon, 11 May 2026 09:37:43 -0600 Subject: [PATCH 2/2] Update .NET runtime requirement to version 8+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa88afbf..ddeaff5d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Or search for [RMC.Numerics](https://www.nuget.org/packages/RMC.Numerics/) in th | [References](docs/references.md) | Consolidated bibliography | ## Prerequisites -- .NET 6+ runtime (or .NET Framework 4.8.1 on Windows). Install the [.NET SDK](https://dotnet.microsoft.com/download) if you don't already have it. +- .NET 8+ runtime (or .NET Framework 4.8.1 on Windows). Install the [.NET SDK](https://dotnet.microsoft.com/download) if you don't already have it. - Microsoft .NET SDK 10.1.326.7603 is available on the App Portal for Corps users ## Support