From 8281d8f1c26a3805cc9002617efb2b0619c8d080 Mon Sep 17 00:00:00 2001
From: Kevin Boon
Date: Wed, 13 Mar 2024 16:52:18 -0400
Subject: [PATCH 1/4] Update index.md
Fixed Github Workflow link
---
docs/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index 7b2aaa1a5..1b806c967 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -11,7 +11,7 @@ layout: home
-
+
From f3a5e11b107ae1b2568cc9813ced79639698f6dd Mon Sep 17 00:00:00 2001
From: Kevin Boon
Date: Wed, 13 Mar 2024 16:53:48 -0400
Subject: [PATCH 2/4] Update index.md
Updated To .Net 8
---
docs/getting-started/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md
index 921bc700b..1a981f2f3 100644
--- a/docs/getting-started/index.md
+++ b/docs/getting-started/index.md
@@ -14,7 +14,7 @@ Here is a brief overview of OWS 2.
* OWS 1 required Windows and Windows Servers. OWS 2 runs natively on **Windows**, **Linux** and **MacOS**.
## What technologies / architecture does OWS 2 use?
-* The OWS Web API is developed in **C#** with **.NET 6** (previously .NET Core)
+* The OWS Web API is developed in **C#** with **.NET 8** (previously .NET Core)
* The default storage technology is [Microsoft SQL Server (MSSQL)](mssql)
* Each repository can use its own storage technology
* [Storage technologies](setup-database) can be easily added by implementing each repository interface
From dc4c1cc0f897589dc055d09b8e18593664aefefb Mon Sep 17 00:00:00 2001
From: Kevin Boon
Date: Wed, 13 Mar 2024 16:54:56 -0400
Subject: [PATCH 3/4] Update docker-setup.md
Updated To .Net 8
---
docs/getting-started/docker-setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/getting-started/docker-setup.md b/docs/getting-started/docker-setup.md
index 8e9a1718b..4699e316f 100644
--- a/docs/getting-started/docker-setup.md
+++ b/docs/getting-started/docker-setup.md
@@ -12,7 +12,7 @@ nav_order: 1
* Download and install [Visual Studio 2022 Community](https://visualstudio.microsoft.com/downloads/)
* The ASP.NET and Web Development, Node.js Development, and Game development with C++ workloads are required
* Download and install [Docker Desktop](https://www.docker.com/products/docker-desktop) for Windows/macOS/Linux
-* [.Net 6.0 SDK]([another-page](https://dotnet.microsoft.com/download/dotnet/6.0)) (On Windows this is included in VS 2022 by default)
+* [.Net 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) (On Windows this is included in VS 2022 by default)
* Enable "Virtualization Technology" in your BIOS
From 7d0ed92a727ccac0bd3015ea3f6fefc0f5b451f3 Mon Sep 17 00:00:00 2001
From: Kevin Boon
Date: Wed, 13 Mar 2024 16:56:14 -0400
Subject: [PATCH 4/4] Update docker-setup.md
Removed (On Windows this is included in VS 2022 by default) for .Net 8
---
docs/getting-started/docker-setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/getting-started/docker-setup.md b/docs/getting-started/docker-setup.md
index 4699e316f..3c04a3d12 100644
--- a/docs/getting-started/docker-setup.md
+++ b/docs/getting-started/docker-setup.md
@@ -12,7 +12,7 @@ nav_order: 1
* Download and install [Visual Studio 2022 Community](https://visualstudio.microsoft.com/downloads/)
* The ASP.NET and Web Development, Node.js Development, and Game development with C++ workloads are required
* Download and install [Docker Desktop](https://www.docker.com/products/docker-desktop) for Windows/macOS/Linux
-* [.Net 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) (On Windows this is included in VS 2022 by default)
+* [.Net 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
* Enable "Virtualization Technology" in your BIOS