Skip to content

Commit fb1c756

Browse files
committed
chore: remove snk from git
[skip ci]
1 parent 2c25932 commit fb1c756

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/SocketIOClient.Windows7/SocketIOClient.Windows7.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<RepositoryUrl>https://github.com/doghappy/socket.io-client-csharp</RepositoryUrl>
1111
<RepositoryType>github</RepositoryType>
1212
<PackageTags>socket.io-client</PackageTags>
13-
<SignAssembly>true</SignAssembly>
14-
<AssemblyOriginatorKeyFile>SocketIOClient.snk</AssemblyOriginatorKeyFile>
1513
</PropertyGroup>
1614

1715
<ItemGroup>
-596 Bytes
Binary file not shown.

src/SocketIOClient/SocketIOClient.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
<Version>2.2.4</Version>
1717
<PackageReleaseNotes></PackageReleaseNotes>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>SocketIOClient.snk</AssemblyOriginatorKeyFile>
19+
<SignAssembly>false</SignAssembly>
2120
</PropertyGroup>
2221

2322
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
-596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)