Sign assemblies with strong name (#229)
Co-authored-by: Simon Blume <s.blume@it-frankfurt.com>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<RootNamespace>Spring</RootNamespace>
|
||||
|
||||
<AssemblyOriginatorKeyFile>..\..\..\Spring.Net.snk</AssemblyOriginatorKeyFile>
|
||||
|
||||
<DelaySign>false</DelaySign>
|
||||
<SignAssembly>True</SignAssembly>
|
||||
<Deterministic>true</Deterministic>
|
||||
|
||||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
<TargetFrameworks>netstandard2.0;$(TargetFullFrameworkVersion)</TargetFrameworks>
|
||||
<Description>Interfaces and classes that provide MSMQ 3.0 support in Spring.Net</Description>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Experimental.System.Messaging.Signed" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Spring.Core\Spring.Core.csproj" />
|
||||
<ProjectReference Include="..\Spring.Data\Spring.Data.csproj" />
|
||||
@@ -11,7 +14,4 @@
|
||||
<Reference Include="System.Messaging" />
|
||||
<Reference Include="System.Transactions" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Experimental.System.Messaging" Version="1.1.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user