File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<PackageId >FirebaseDatabase.net</PackageId >
6
- <PackageVersion >4.0.3 </PackageVersion >
6
+ <PackageVersion >4.0.4 </PackageVersion >
7
7
<Authors >Step Up Labs, Inc.</Authors >
8
8
<Description >Complex C# library for Firebase Realtime Database built on top of Firebase REST API. Among others it supports following:
9
9
25
25
<IncludeSymbols >true</IncludeSymbols >
26
26
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
27
27
<DocumentationFile >bin\$(Configuration)\netstandard2.0\Firebase.xml</DocumentationFile >
28
- </PropertyGroup >
29
-
30
- <PropertyGroup >
31
- <DebugType >pdbonly</DebugType >
32
- <DebugSymbols >True</DebugSymbols >
28
+ <DebugType >portable</DebugType >
29
+ <DebugSymbols >true</DebugSymbols >
33
30
</PropertyGroup >
34
31
35
32
<ItemGroup >
You can’t perform that action at this time.
0 commit comments