File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
src/Serilog.Sinks.Xamarin Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
- [ assembly: AssemblyVersion ( "1 .0.0.0" ) ]
4
- [ assembly: AssemblyFileVersion ( "1.1.1.1 " ) ]
5
- [ assembly: AssemblyInformationalVersion ( "1 .0.0" ) ]
3
+ [ assembly: AssemblyVersion ( "0 .0.0.0" ) ]
4
+ [ assembly: AssemblyFileVersion ( "0.0.0.0.0 " ) ]
5
+ [ assembly: AssemblyInformationalVersion ( "0.0 .0.0" ) ]
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup Condition =" $(TargetFramework.StartsWith('Xamarin.iOS')) " >
14
- <Folder Include =" Sinks\Xamarin\apple-common\**\*.cs" />
14
+ <Compile Include =" Sinks\Xamarin\apple-common\**\*.cs" />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup Condition =" $(TargetFramework.StartsWith('Xamarin.Mac')) " >
18
- <Folder Include =" Sinks\Xamarin\apple-common\**\*.cs" />
18
+ <Compile Include =" Sinks\Xamarin\apple-common\**\*.cs" />
19
19
</ItemGroup >
20
20
21
- <ItemGroup Condition =" $(TargetFramework.StartsWith('Xamarin. MonoAndroid')) " >
22
- <Folder Include =" Sinks\Xamarin\android\**\*.cs" />
21
+ <ItemGroup Condition =" $(TargetFramework.StartsWith('MonoAndroid')) " >
22
+ <Compile Include =" Sinks\Xamarin\android\**\*.cs" />
23
23
</ItemGroup >
24
+
25
+ <ItemGroup >
26
+ <PackageReference Include =" Serilog" Version =" 2.1.0" />
27
+ </ItemGroup >
24
28
</Project >
You can’t perform that action at this time.
0 commit comments