Skip to content

Commit ffd2cff

Browse files
committed
Added missing Serilog ref in AppConfigDemo
1 parent 1c0aaad commit ffd2cff

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

sample/AppConfigDemo/AppConfigDemo.csproj

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,23 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<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" />
3641
<Reference Include="System" />
42+
<Reference Include="System.Buffers" />
3743
<Reference Include="System.Core" />
38-
<Reference Include="System.Xml.Linq" />
39-
<Reference Include="System.Data.DataSetExtensions" />
40-
<Reference Include="Microsoft.CSharp" />
4144
<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" />
4253
<Reference Include="System.Xml" />
4354
</ItemGroup>
4455
<ItemGroup>
@@ -56,8 +67,5 @@
5667
<ItemGroup>
5768
<Folder Include="Properties\" />
5869
</ItemGroup>
59-
<ItemGroup>
60-
<PackageReference Include="Serilog" />
61-
</ItemGroup>
6270
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6371
</Project>

0 commit comments

Comments
 (0)