summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-20 00:58:46 +0100
committeremkael <emkael@tlen.pl>2016-11-20 00:58:46 +0100
commitf0c274eab28c01ef138c6f03252e6d2d8561de2b (patch)
treeb8f0c147239e4bb85524b95cd5ca86099961aacc
parent3663f2248870cc33da1fcda39011423a199b7a10 (diff)
* MySQL assembly version bump
* disabling signed build
-rw-r--r--Aktywator/Aktywator.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/Aktywator/Aktywator.csproj b/Aktywator/Aktywator.csproj
index 14bb190..18606b9 100644
--- a/Aktywator/Aktywator.csproj
+++ b/Aktywator/Aktywator.csproj
@@ -61,10 +61,11 @@
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
- <SignManifests>true</SignManifests>
+ <SignManifests>false</SignManifests>
</PropertyGroup>
+ <PropertyGroup />
<ItemGroup>
- <Reference Include="MySql.Data, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
+ <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />