diff --git a/eng/Signing.props b/eng/Signing.props
index 7bda9980b..4167da39b 100644
--- a/eng/Signing.props
+++ b/eng/Signing.props
@@ -36,6 +36,7 @@
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c31d5b031..2d0492987 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -201,7 +201,7 @@
63958aab19b7120862ff55eac32ab6a155596a59
-
+
https://github.com/Microsoft/ApplicationInsights-dotnet
53b80940842204f78708a538628288ff5d741a1d
diff --git a/eng/Versions.props b/eng/Versions.props
index c890a1865..67a648fe1 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -88,7 +88,6 @@
0.2.0
-
9.0.100-preview.2.24123.3
@@ -138,7 +137,6 @@
2.0.0-preview.1.24113.2
-
$(MicrosoftNETSdkPackageVersion.Split('.')[2])
@@ -196,9 +194,7 @@
$(MicrosoftAspNetCoreAppRuntimePackageVersion)
-
$(MicrosoftDotNetCommonItemTemplatesPackageVersion)
-
$(MicrosoftDotNetCommonItemTemplatesPackageVersion)
$(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion)
$(MicrosoftDotNetWpfProjectTemplatesPackageVersion)
diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets
index 967cfb247..59c3da58f 100644
--- a/src/redist/targets/GenerateMSIs.targets
+++ b/src/redist/targets/GenerateMSIs.targets
@@ -317,10 +317,10 @@
-
- $(MinimumVSVersion.Substring(0,$(MinimumVSVersion.LastIndexOf('.'))))
- $([MSBuild]::Add($(MinimumVSVersion), .1))
-
+
+ $(MinimumVSVersion.Substring(0,$(MinimumVSVersion.LastIndexOf('.'))))
+ $([MSBuild]::Add($(MinimumVSVersion), .1))
+
#if NET451
- return AppDomain.CurrentDomain.BaseDirectory;
+ AppDomain.CurrentDomain.BaseDirectory;
#else
AppContext.BaseDirectory;
#endif