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 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.0</TargetFramework >
5
-
6
5
<IsPackable >false</IsPackable >
6
+ <AssemblyOriginatorKeyFile >../../FirebaseAdmin.snk</AssemblyOriginatorKeyFile >
7
+ <SignAssembly >true</SignAssembly >
7
8
</PropertyGroup >
8
9
9
10
<ItemGroup >
Original file line number Diff line number Diff line change 24
24
using Google . Apis . Auth . OAuth2 ;
25
25
using Google . Apis . Util ;
26
26
27
- [ assembly: InternalsVisibleToAttribute ( "FirebaseAdmin.Tests" ) ]
27
+ [ assembly: InternalsVisibleToAttribute ( "FirebaseAdmin.Tests,PublicKey=" +
28
+ "002400000480000094000000060200000024000052534131000400000100010081328559eaab41" +
29
+ "055b84af73469863499d81625dcbba8d8decb298b69e0f783a0958cf471fd4f76327b85a7d4b02" +
30
+ "3003684e85e61cf15f13150008c81f0b75a252673028e530ea95d0c581378da8c6846526ab9597" +
31
+ "4c6d0bc66d2462b51af69968a0e25114bde8811e0d6ee1dc22d4a59eee6a8bba4712cba839652f" +
32
+ "badddb9c" ) ]
28
33
namespace FirebaseAdmin . Auth
29
34
{
30
35
/// <summary>
Original file line number Diff line number Diff line change 6
6
<TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.5</TargetFrameworks >
7
7
<LangVersion >latest</LangVersion >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
+ <AssemblyOriginatorKeyFile >../../FirebaseAdmin.snk</AssemblyOriginatorKeyFile >
9
10
<SignAssembly >true</SignAssembly >
10
11
<Deterministic >true</Deterministic >
11
12
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change 21
21
using Google . Apis . Logging ;
22
22
using Google . Apis . Auth . OAuth2 ;
23
23
24
- [ assembly: InternalsVisibleToAttribute ( "FirebaseAdmin.Tests" ) ]
24
+ [ assembly: InternalsVisibleToAttribute ( "FirebaseAdmin.Tests,PublicKey=" +
25
+ "002400000480000094000000060200000024000052534131000400000100010081328559eaab41" +
26
+ "055b84af73469863499d81625dcbba8d8decb298b69e0f783a0958cf471fd4f76327b85a7d4b02" +
27
+ "3003684e85e61cf15f13150008c81f0b75a252673028e530ea95d0c581378da8c6846526ab9597" +
28
+ "4c6d0bc66d2462b51af69968a0e25114bde8811e0d6ee1dc22d4a59eee6a8bba4712cba839652f" +
29
+ "badddb9c" ) ]
25
30
namespace FirebaseAdmin
26
31
{
27
32
internal delegate TResult ServiceFactory < out TResult > ( ) where TResult : IFirebaseService ;
You can’t perform that action at this time.
0 commit comments