From 6c1d262776298846b383ea5aec2e9f96a41bb487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Alberto=20Leiva=20Obando?= <56046999+jleiva-gap@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:12:09 -0600 Subject: [PATCH] [DI-1357] Update readme files with .NET 8 and new tech docs links (#84) Update documentaion to use references to NET 8 instead of NET 6. --- docs/build-script.md | 6 +++--- docs/powershell-installation.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build-script.md b/docs/build-script.md index 849bb533..fd06f9b9 100644 --- a/docs/build-script.md +++ b/docs/build-script.md @@ -2,7 +2,7 @@ ## Development Prerequisites -* [.NET Core 6.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) +* [.NET Core 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) * Either: * [Visual Studio 2022](https://visualstudio.microsoft.com/downloads), or * [Visual Studio 2022 Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) (install the ".NET Build Tools" component) @@ -10,7 +10,7 @@ ## Build Script -The PowerShell script [`build.ps1`](../build.ps1) contains functions for running standard build operations at the command line. This script assumes that .NET 6.0 SDK or newer is installed. Other dependencies tools are downloaded as needed (nuget, nunit). +The PowerShell script [`build.ps1`](../build.ps1) contains functions for running standard build operations at the command line. This script assumes that .NET 8.0 SDK or newer is installed. Other dependencies tools are downloaded as needed (nuget, nunit). Available commands: @@ -31,4 +31,4 @@ Available commands: * `.\build.ps1 pushprerelease` uploads a pre-release NuGet package to the NuGet feed. * `.\build.ps1 run` launches the Data Import from the build script. The LaunchProfile parameter is required for running Data Import. Valid values include 'mssql' and 'pg'. -Review the parameters at the top of `build.ps1` for additional commands and command line arguments. \ No newline at end of file +Review the parameters at the top of `build.ps1` for additional commands and command line arguments. diff --git a/docs/powershell-installation.md b/docs/powershell-installation.md index f3dc446a..da3f3754 100644 --- a/docs/powershell-installation.md +++ b/docs/powershell-installation.md @@ -6,7 +6,7 @@ In addition to the prerequisites mentioned [here](../README.md#prerequisites), f * Windows environment using Internet Information Server (IIS) -* The **.NET 6 SDK** and **.NET 6 Hosting Bundle** is required on the destination server before installation of Data Import. After installing .NET, it is necessary to restart the computer for the changes to take effect. +* The **.NET 8** is required on the destination server before installation of Data Import. After installing .NET, it is necessary to restart the computer for the changes to take effect. * The IIS Server Role or Windows Feature must be enabled.