Skip to content

Commit

Permalink
[DI-1357] Update readme files with .NET 8 and new tech docs links (#84)
Browse files Browse the repository at this point in the history
Update documentaion to use references to NET 8 instead of NET 6.
  • Loading branch information
jleiva-gap authored Apr 26, 2024
1 parent b466eae commit 6c1d262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/build-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## 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)
* Clone this repository locally

## 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:

Expand All @@ -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.
Review the parameters at the top of `build.ps1` for additional commands and command line arguments.
2 changes: 1 addition & 1 deletion docs/powershell-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6c1d262

Please sign in to comment.