Skip to content

Commit b6050ec

Browse files
committed
removed strong naming for v4 release
1 parent 456453f commit b6050ec

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

TestStack.BDDfy/BDDfy.snk

-596 Bytes
Binary file not shown.

TestStack.BDDfy/TestStack.BDDfy.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3535
</PropertyGroup>
3636
<PropertyGroup>
37-
<SignAssembly>true</SignAssembly>
38-
</PropertyGroup>
39-
<PropertyGroup>
40-
<AssemblyOriginatorKeyFile>BDDfy.snk</AssemblyOriginatorKeyFile>
37+
<SignAssembly>false</SignAssembly>
4138
</PropertyGroup>
4239
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
4340
<OutputPath>bin\Release\</OutputPath>
@@ -175,7 +172,6 @@
175172
<Compile Include="TestContext.cs" />
176173
</ItemGroup>
177174
<ItemGroup>
178-
<None Include="BDDfy.snk" />
179175
<None Include="Reporters\Html\Scripts\classic.min.js.map">
180176
<DependentUpon>classic.js</DependentUpon>
181177
</None>

0 commit comments

Comments
 (0)