Skip to content

Commit

Permalink
Make minimum .NET SDK version 8.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Sep 22, 2024
1 parent 6a09bc0 commit 8d32220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websites/apidocs/docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ param (
[Parameter(Mandatory = $false)]
[int] $StagingPort = 8080
)
$MinimumSdkVersion = "8.0.204" # Minimum Required .NET SDK (must not be a pre-release)
$MinimumSdkVersion = "8.0.100" # Minimum Required .NET SDK (must not be a pre-release)
$DocFxVersion = "2.77.0" # Required DocFx version

$ErrorActionPreference = "Stop"
Expand Down

0 comments on commit 8d32220

Please sign in to comment.