Skip to content

Commit de31834

Browse files
remove signing
1 parent 68c2533 commit de31834

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

src/Z.EntityFramework.Plus.EF5.NET40/Z.EntityFramework.Plus.EF5.NET40.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -35,7 +35,7 @@
3535
<DocumentationFile>bin\Release\Z.EntityFramework.Plus.EF5.xml</DocumentationFile>
3636
</PropertyGroup>
3737
<PropertyGroup>
38-
<SignAssembly>true</SignAssembly>
38+
<SignAssembly>false</SignAssembly>
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
@@ -88,4 +88,4 @@
8888
<Target Name="AfterBuild">
8989
</Target>
9090
-->
91-
</Project>
91+
</Project>

src/Z.EntityFramework.Plus.EF5/Z.EntityFramework.Plus.EF5.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -38,7 +38,7 @@
3838
<DocumentationFile>bin\Release\Z.EntityFramework.Plus.EF5.xml</DocumentationFile>
3939
</PropertyGroup>
4040
<PropertyGroup>
41-
<SignAssembly>true</SignAssembly>
41+
<SignAssembly>false</SignAssembly>
4242
</PropertyGroup>
4343
<PropertyGroup>
4444
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
@@ -90,4 +90,4 @@
9090
<Target Name="AfterBuild">
9191
</Target>
9292
-->
93-
</Project>
93+
</Project>

src/Z.EntityFramework.Plus.EF6.NET40/Z.EntityFramework.Plus.EF6.NET40.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -35,7 +35,7 @@
3535
<DocumentationFile>bin\Release\Z.EntityFramework.Plus.EF6.xml</DocumentationFile>
3636
</PropertyGroup>
3737
<PropertyGroup>
38-
<SignAssembly>true</SignAssembly>
38+
<SignAssembly>false</SignAssembly>
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
@@ -94,4 +94,4 @@
9494
<Target Name="AfterBuild">
9595
</Target>
9696
-->
97-
</Project>
97+
</Project>

src/Z.EntityFramework.Plus.EF6/Z.EntityFramework.Plus.EF6.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -38,7 +38,7 @@
3838
<DocumentationFile>bin\Release\Z.EntityFramework.Plus.EF6.xml</DocumentationFile>
3939
</PropertyGroup>
4040
<PropertyGroup>
41-
<SignAssembly>true</SignAssembly>
41+
<SignAssembly>false</SignAssembly>
4242
</PropertyGroup>
4343
<PropertyGroup>
4444
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
@@ -99,4 +99,4 @@
9999
<Target Name="AfterBuild">
100100
</Target>
101101
-->
102-
</Project>
102+
</Project>

src/Z.EntityFramework.Plus.EFCore.NETStandard20/Z.EntityFramework.Plus.EFCore.NETStandard20.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PropertyGroup>
1111
<TargetFramework>netstandard2.0</TargetFramework>
1212
<AssemblyName>Z.EntityFramework.Plus.EFCore</AssemblyName>
13-
<SignAssembly>true</SignAssembly>
13+
<SignAssembly>False</SignAssembly>
1414
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
1515
<PackageId>Z.EntityFramework.Plus.EFCore</PackageId>
1616
<Version>2.13.0</Version>

src/Z.EntityFramework.Plus.EFCore3x.NETStandard20/Z.EntityFramework.Plus.EFCore3x.NETStandard20.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<TargetFramework>netstandard2.0</TargetFramework>
1212
<AssemblyName>Z.EntityFramework.Plus.EFCore</AssemblyName>
1313
<RootNamespace>Z.EntityFramework.Plus.EFCore.NETStandard21</RootNamespace>
14-
<SignAssembly>true</SignAssembly>
14+
<SignAssembly>False</SignAssembly>
1515
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
1616
<PackageId>Z.EntityFramework.Plus.EFCore</PackageId>
1717
<Version>3.13.0</Version>

src/Z.EntityFramework.Plus.EFCore3x.NETStandard21/Z.EntityFramework.Plus.EFCore3x.NETStandard21.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<TargetFramework>netstandard2.1</TargetFramework>
1212
<AssemblyName>Z.EntityFramework.Plus.EFCore</AssemblyName>
1313
<RootNamespace>Z.EntityFramework.Plus.EFCore.NETStandard21</RootNamespace>
14-
<SignAssembly>true</SignAssembly>
14+
<SignAssembly>False</SignAssembly>
1515
<AssemblyOriginatorKeyFile>zzzproject.pfx</AssemblyOriginatorKeyFile>
1616
<PackageId>Z.EntityFramework.Plus.EFCore</PackageId>
1717
<Version>3.13.0</Version>

0 commit comments

Comments
 (0)