Skip to content

Commit

Permalink
Check .net 8 hosting bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsen9026 committed Jul 30, 2024
1 parent f044747 commit 9d62957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlazamSetup/Services/PrerequisiteChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ internal static bool CheckForAspCoreHosting()
{
foreach (var possibleKey in possibleAspKeys)
{
if (possibleKey.Contains("Microsoft .NET 6") && possibleKey.Contains("Hosting"))
if (possibleKey.Contains("Microsoft .NET 8") && possibleKey.Contains("Hosting"))
{
return true;
}
Expand Down

0 comments on commit 9d62957

Please sign in to comment.