update dacfx to 18.6

This commit is contained in:
Drew Skwiers-Koballa
2020-09-25 14:25:08 -07:00
parent 8e8096df78
commit 5fc40a670a

View File

@@ -6,7 +6,7 @@
Import-Module -Name ImageHelpers -Force
$InstallerName = "DacFramework.msi"
$InstallerUrl = "https://go.microsoft.com/fwlink/?linkid=2134206"
$InstallerUrl = "https://go.microsoft.com/fwlink/?linkid=2143544"
Install-Binary -Url $InstallerUrl -Name $InstallerName