Skip to content

Commit a50aeec

Browse files
authored
Add key to InternalsVisibleTo (#296)
1 parent c59188e commit a50aeec

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed
File renamed without changes.

nanoFirmwareFlasher.Library/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
using System.Runtime.CompilerServices;
55

6-
[assembly: InternalsVisibleTo("nanoFirmwareFlasher.Tests")]
6+
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("nanoFirmwareFlasher.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100bd9f75c68f58d8ca29113a250a8b5b377f3396d08e702b0a494485e88974715f20313841f574f817637327739f6543123585c9875fe8960eafaaeec8588ca5f09543664baa2867ab4c25d1fc819e925939303a535cf7e2ac9faf276c712a0e8a4be4a863f1ed80830c03600321df3794010f547c1eb5d3ff878cb4d28e9f7fbd")]

nanoFirmwareFlasher.Library/nanoFirmwareFlasher.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- set this to 'empty' to package contents in 'any' folder -->
7575
<PackageTfmSubFolder></PackageTfmSubFolder>
7676
<SignAssembly>True</SignAssembly>
77-
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
77+
<AssemblyOriginatorKeyFile>..\Key.snk</AssemblyOriginatorKeyFile>
7878
</PropertyGroup>
7979

8080
<Import Project="nugetcontent.targets" />

nanoFirmwareFlasher.Tests/nanoFirmwareFlasher.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Nullable>enable</Nullable>
66

77
<IsPackable>false</IsPackable>
8+
9+
<SignAssembly>True</SignAssembly>
10+
11+
<AssemblyOriginatorKeyFile>..\Key.snk</AssemblyOriginatorKeyFile>
812
</PropertyGroup>
913

1014
<ItemGroup>

0 commit comments

Comments
 (0)