Skip to content

Commit

Permalink
Add key to InternalsVisibleTo (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 12, 2024
1 parent c59188e commit a50aeec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher.Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("nanoFirmwareFlasher.Tests")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("nanoFirmwareFlasher.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100bd9f75c68f58d8ca29113a250a8b5b377f3396d08e702b0a494485e88974715f20313841f574f817637327739f6543123585c9875fe8960eafaaeec8588ca5f09543664baa2867ab4c25d1fc819e925939303a535cf7e2ac9faf276c712a0e8a4be4a863f1ed80830c03600321df3794010f547c1eb5d3ff878cb4d28e9f7fbd")]
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- set this to 'empty' to package contents in 'any' folder -->
<PackageTfmSubFolder></PackageTfmSubFolder>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\Key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<Import Project="nugetcontent.targets" />
Expand Down
4 changes: 4 additions & 0 deletions nanoFirmwareFlasher.Tests/nanoFirmwareFlasher.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<SignAssembly>True</SignAssembly>

<AssemblyOriginatorKeyFile>..\Key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a50aeec

Please sign in to comment.