File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11using Microsoft . CodeAnalysis . Emit ;
22using Serilog . Core ;
3+ #if DEBUG
4+ using Serilog . Events ;
5+ #endif
36
47namespace Oxide . CompilerServices . Common ;
58
Original file line number Diff line number Diff line change 2424 </ItemGroup >
2525 <ItemGroup >
2626 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10.0.2" />
27- <PackageReference Include =" Oxide.Common" Version =" 2.0.43-develop" />
27+ <PackageReference Include =" Oxide.Common" Version =" 2.0.44-develop" />
28+ <PackageReference Include =" Oxide.References" Version =" 2.0.*-develop" />
2829 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 5.0.0" />
2930 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
3031 <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 10.0.2" />
4950 <ItemGroup >
5051 <TrimmerRootDescriptor Include =" Linker.xml" />
5152 </ItemGroup >
52- </Project >
53+ </Project >
You can’t perform that action at this time.
0 commit comments