File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.0</TargetFramework >
5-
65 <IsPackable >false</IsPackable >
6+ <AssemblyOriginatorKeyFile >../../FirebaseAdmin.snk</AssemblyOriginatorKeyFile >
7+ <SignAssembly >true</SignAssembly >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 2424using Google . Apis . Auth . OAuth2 ;
2525using Google . Apis . Util ;
2626
27- [ assembly: InternalsVisibleToAttribute ( "FirebaseAdmin.Tests" ) ]
27+ [ assembly: InternalsVisibleToAttribute ( "FirebaseAdmin.Tests,PublicKey=" +
28+ "002400000480000094000000060200000024000052534131000400000100010081328559eaab41" +
29+ "055b84af73469863499d81625dcbba8d8decb298b69e0f783a0958cf471fd4f76327b85a7d4b02" +
30+ "3003684e85e61cf15f13150008c81f0b75a252673028e530ea95d0c581378da8c6846526ab9597" +
31+ "4c6d0bc66d2462b51af69968a0e25114bde8811e0d6ee1dc22d4a59eee6a8bba4712cba839652f" +
32+ "badddb9c" ) ]
2833namespace FirebaseAdmin . Auth
2934{
3035 /// <summary>
Original file line number Diff line number Diff line change 66 <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.5</TargetFrameworks >
77 <LangVersion >latest</LangVersion >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
9+ <AssemblyOriginatorKeyFile >../../FirebaseAdmin.snk</AssemblyOriginatorKeyFile >
910 <SignAssembly >true</SignAssembly >
1011 <Deterministic >true</Deterministic >
1112 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change 2121using Google . Apis . Logging ;
2222using Google . Apis . Auth . OAuth2 ;
2323
24- [ assembly: InternalsVisibleToAttribute ( "FirebaseAdmin.Tests" ) ]
24+ [ assembly: InternalsVisibleToAttribute ( "FirebaseAdmin.Tests,PublicKey=" +
25+ "002400000480000094000000060200000024000052534131000400000100010081328559eaab41" +
26+ "055b84af73469863499d81625dcbba8d8decb298b69e0f783a0958cf471fd4f76327b85a7d4b02" +
27+ "3003684e85e61cf15f13150008c81f0b75a252673028e530ea95d0c581378da8c6846526ab9597" +
28+ "4c6d0bc66d2462b51af69968a0e25114bde8811e0d6ee1dc22d4a59eee6a8bba4712cba839652f" +
29+ "badddb9c" ) ]
2530namespace FirebaseAdmin
2631{
2732 internal delegate TResult ServiceFactory < out TResult > ( ) where TResult : IFirebaseService ;
You can’t perform that action at this time.
0 commit comments