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 11using System . Reflection ;
22
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 1111 </ItemGroup >
1212
1313 <ItemGroup Condition =" $(TargetFramework.StartsWith('Xamarin.iOS')) " >
14- <Folder Include =" Sinks\Xamarin\apple-common\**\*.cs" />
14+ <Compile Include =" Sinks\Xamarin\apple-common\**\*.cs" />
1515 </ItemGroup >
1616
1717 <ItemGroup Condition =" $(TargetFramework.StartsWith('Xamarin.Mac')) " >
18- <Folder Include =" Sinks\Xamarin\apple-common\**\*.cs" />
18+ <Compile Include =" Sinks\Xamarin\apple-common\**\*.cs" />
1919 </ItemGroup >
2020
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" />
2323 </ItemGroup >
24+
25+ <ItemGroup >
26+ <PackageReference Include =" Serilog" Version =" 2.1.0" />
27+ </ItemGroup >
2428</Project >
You can’t perform that action at this time.
0 commit comments