Skip to content

Commit 56c07c6

Browse files
author
Javad Rahnama
authored
2698)
1 parent 3d7896f commit 56c07c6

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<!--Generating Strong Name-->
1414
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
1515
<SignAssembly>true</SignAssembly>
16-
<DelaySign>true</DelaySign>
1716
<KeyFile>$(SigningKeyPath)</KeyFile>
1817
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
1918
</PropertyGroup>

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<!--Generating Strong Name-->
2424
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
2525
<SignAssembly>true</SignAssembly>
26-
<DelaySign>true</DelaySign>
2726
<KeyFile>$(SigningKeyPath)</KeyFile>
2827
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
2928
</PropertyGroup>

src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<!--Generating Strong Name-->
1212
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
1313
<SignAssembly>true</SignAssembly>
14-
<DelaySign>true</DelaySign>
1514
<KeyFile>$(SigningKeyPath)</KeyFile>
1615
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
1716
</PropertyGroup>

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<!--Generating Strong Name-->
2222
<PropertyGroup Condition="$(CDP_BUILD_TYPE)==Official">
2323
<SignAssembly>true</SignAssembly>
24-
<DelaySign>true</DelaySign>
2524
<KeyFile>$(SigningKeyPath)</KeyFile>
2625
<AssemblyOriginatorKeyFile>$(SigningKeyPath)</AssemblyOriginatorKeyFile>
2726
</PropertyGroup>

0 commit comments

Comments
 (0)