Skip to content

Commit

Permalink
Update expected version in find_msbuild.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Aug 4, 2024
1 parent fdcf2e7 commit 5a9a39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find_msbuild.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param([switch]$strict = $false)

$version = "17.8.6"
$version = "17.10.5"
$preview = ""

if ($preview.length -gt 0) {
Expand Down

0 comments on commit 5a9a39e

Please sign in to comment.