diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 4f15f38412..8e639cb88a 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -65,6 +65,19 @@
$(DefineConstants);ENCLAVE_SIMULATOR
+
+
+ portable
+ true
+ false
+ true
+ true
+ false
+
+
+ true
+
+
@@ -72,4 +85,6 @@
+
+
diff --git a/src/Microsoft.Data.SqlClient/add-ons/AzureKeyVaultProvider/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj b/src/Microsoft.Data.SqlClient/add-ons/AzureKeyVaultProvider/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj
index bbc2efc19f..8b3dd140e3 100644
--- a/src/Microsoft.Data.SqlClient/add-ons/AzureKeyVaultProvider/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj
+++ b/src/Microsoft.Data.SqlClient/add-ons/AzureKeyVaultProvider/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj
@@ -22,7 +22,6 @@
-
diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj
index cc144489db..8c71a552b8 100644
--- a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj
+++ b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj
@@ -940,7 +940,6 @@
-
diff --git a/src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj b/src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj
index 28315e1bc1..6733096d52 100644
--- a/src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj
+++ b/src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj
@@ -676,7 +676,6 @@
-
$(SystemTextEncodingsWebVersion)
diff --git a/tools/props/Versions.props b/tools/props/Versions.props
index 843676cf8e..242d446303 100644
--- a/tools/props/Versions.props
+++ b/tools/props/Versions.props
@@ -27,7 +27,6 @@
4.5.1
4.3.0
4.7.2
- 1.0.0
diff --git a/tools/targets/RepositoryInfo.targets b/tools/targets/RepositoryInfo.targets
new file mode 100644
index 0000000000..dec4f95206
--- /dev/null
+++ b/tools/targets/RepositoryInfo.targets
@@ -0,0 +1,40 @@
+
+
+
+
+
+ false
+ false
+ false
+
+
+
+
+
+
+
+ <_TranslateUrlPattern>https://[^/]+/ADO.Net/_git/([^/-]+)-(.+)
+ <_TranslateUrlReplacement>https://github.com/dotnet/SqlClient
+
+
+
+
+
+ $([System.Text.RegularExpressions.Regex]::Replace($(ScmRepositoryUrl), $(_TranslateUrlPattern), $(_TranslateUrlReplacement)))
+
+
+
+
+
+
+ $([System.Text.RegularExpressions.Regex]::Replace(%(SourceRoot.ScmRepositoryUrl),
+ $(_TranslateUrlPattern), $(_TranslateUrlReplacement)))
+
+
+
+
+