File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
// We need to test the RuntimeHelpers polyfills on applicable runtimes
14
14
#if ! NETSTANDARD2_1_OR_GREATER
15
- [ assembly: InternalsVisibleTo ( "CommunityToolkit.HighPerformance.UnitTests" ) ]
15
+ [ assembly: InternalsVisibleTo ( "CommunityToolkit.HighPerformance.UnitTests, publickey=002400000480000094000000060200000024000052534131000400000100010041753AF735AE6140C9508567666C51C6AB929806ADB0D210694B30AB142A060237BC741F9682E7D8D4310364B4BBA4EE89CC9D3D5CE7E5583587E8EA44DCA09977996582875E71FB54FA7B170798D853D5D8010B07219633BDB761D01AC924DA44576D6180CDCEAE537973982BB461C541541D58417A3794E34F45E6F2D129E2 " ) ]
16
16
#endif
Original file line number Diff line number Diff line change 7
7
// See notes in CommunityToolkit.HighPerformance for more info
8
8
[ module: SkipLocalsInit ]
9
9
10
- [ assembly: InternalsVisibleTo ( "CommunityToolkit.Mvvm.Internals.UnitTests" ) ]
10
+ [ assembly: InternalsVisibleTo ( "CommunityToolkit.Mvvm.Internals.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010041753AF735AE6140C9508567666C51C6AB929806ADB0D210694B30AB142A060237BC741F9682E7D8D4310364B4BBA4EE89CC9D3D5CE7E5583587E8EA44DCA09977996582875E71FB54FA7B170798D853D5D8010B07219633BDB761D01AC924DA44576D6180CDCEAE537973982BB461C541541D58417A3794E34F45E6F2D129E2 " ) ]
Original file line number Diff line number Diff line change 20
20
<Nullable >enable</Nullable >
21
21
</PropertyGroup >
22
22
23
+ <PropertyGroup >
24
+ <SignAssembly >true</SignAssembly >
25
+ <AssemblyOriginatorKeyFile >$(RepositoryDirectory)toolkit.snk</AssemblyOriginatorKeyFile >
26
+ </PropertyGroup >
27
+
23
28
<PropertyGroup >
24
29
<IsTestProject >$(MSBuildProjectName.Contains('Test'))</IsTestProject >
25
30
<IsCoreProject Condition =" $(IsTestProject)" >False</IsCoreProject >
You can’t perform that action at this time.
0 commit comments