File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 33
33
<WarningLevel >4</WarningLevel >
34
34
</PropertyGroup >
35
35
<ItemGroup >
36
+ <Reference Include =" Microsoft.CSharp" />
37
+ <Reference Include =" Microsoft.Extensions.Configuration.Abstractions" />
38
+ <Reference Include =" Microsoft.Extensions.Primitives" />
39
+ <Reference Include =" mscorlib" />
40
+ <Reference Include =" Serilog" />
36
41
<Reference Include =" System" />
42
+ <Reference Include =" System.Buffers" />
37
43
<Reference Include =" System.Core" />
38
- <Reference Include =" System.Xml.Linq" />
39
- <Reference Include =" System.Data.DataSetExtensions" />
40
- <Reference Include =" Microsoft.CSharp" />
41
44
<Reference Include =" System.Data" />
45
+ <Reference Include =" System.Diagnostics.DiagnosticSource" />
46
+ <Reference Include =" System.Memory" />
47
+ <Reference Include =" System.Numerics" />
48
+ <Reference Include =" System.Numerics.Vectors" />
49
+ <Reference Include =" System.Runtime.CompilerServices.Unsafe" />
50
+ <Reference Include =" System.Threading.Channels" />
51
+ <Reference Include =" System.Threading.Tasks.Extensions" />
52
+ <Reference Include =" System.ValueTuple" />
42
53
<Reference Include =" System.Xml" />
43
54
</ItemGroup >
44
55
<ItemGroup >
56
67
<ItemGroup >
57
68
<Folder Include =" Properties\" />
58
69
</ItemGroup >
59
- <ItemGroup >
60
- <PackageReference Include =" Serilog" />
61
- </ItemGroup >
62
70
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63
71
</Project >
You can’t perform that action at this time.
0 commit comments