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 1212
1313// We need to test the RuntimeHelpers polyfills on applicable runtimes
1414#if ! NETSTANDARD2_1_OR_GREATER
15- [ assembly: InternalsVisibleTo ( "CommunityToolkit.HighPerformance.UnitTests" ) ]
15+ [ assembly: InternalsVisibleTo ( "CommunityToolkit.HighPerformance.UnitTests, publickey=002400000480000094000000060200000024000052534131000400000100010041753AF735AE6140C9508567666C51C6AB929806ADB0D210694B30AB142A060237BC741F9682E7D8D4310364B4BBA4EE89CC9D3D5CE7E5583587E8EA44DCA09977996582875E71FB54FA7B170798D853D5D8010B07219633BDB761D01AC924DA44576D6180CDCEAE537973982BB461C541541D58417A3794E34F45E6F2D129E2 " ) ]
1616#endif
Original file line number Diff line number Diff line change 77// See notes in CommunityToolkit.HighPerformance for more info
88[ module: SkipLocalsInit ]
99
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 2020 <Nullable >enable</Nullable >
2121 </PropertyGroup >
2222
23+ <PropertyGroup >
24+ <SignAssembly >true</SignAssembly >
25+ <AssemblyOriginatorKeyFile >$(RepositoryDirectory)toolkit.snk</AssemblyOriginatorKeyFile >
26+ </PropertyGroup >
27+
2328 <PropertyGroup >
2429 <IsTestProject >$(MSBuildProjectName.Contains('Test'))</IsTestProject >
2530 <IsCoreProject Condition =" $(IsTestProject)" >False</IsCoreProject >
You can’t perform that action at this time.
0 commit comments