Skip to content

Commit

Permalink
Sign NETStandard version #459
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Feb 11, 2017
1 parent f3abd65 commit 1afb0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions LiteDB/LiteDB.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>LiteDB.snk</AssemblyOriginatorKeyFile>
Expand Down Expand Up @@ -160,7 +160,6 @@
<Compile Include="Upgrade\V6\Structures\CollectionIndex.cs" />
<Compile Include="Upgrade\V6\Structures\DataBlock.cs" />
<Compile Include="Upgrade\V6\Structures\IndexNode.cs" />
<Compile Include="Upgrade\V6\Structures\IndexOptions.cs" />
<Compile Include="Upgrade\V6\Structures\RijndaelEncryption.cs" />
<Compile Include="Utils\AesEncryption.cs" />
<Compile Include="Utils\ByteReader.cs" />
Expand Down
1 change: 1 addition & 0 deletions LiteDB/Utils/Extensions/DictionaryExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text.RegularExpressions;

namespace LiteDB
Expand Down

0 comments on commit 1afb0b1

Please sign in to comment.