Skip to content

Commit a161ad1

Browse files
vlm---ckadluba
authored andcommitted
fixed missing reference in AppConfigDemo app
1 parent a949cea commit a161ad1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sample/AppConfigDemo/AppConfigDemo.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=3.1.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.4\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
40-
</Reference>
39+
<HintPath>..\..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.4\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
40+
</Reference>
41+
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
42+
<HintPath>..\..\packages\Serilog.2.9.0\lib\net46\Serilog.dll</HintPath>
43+
</Reference>
4144
<Reference Include="System" />
4245
<Reference Include="System.Configuration" />
4346
<Reference Include="System.Core" />
@@ -81,4 +84,4 @@
8184
</PropertyGroup>
8285
<Error Condition="!Exists('..\..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" />
8386
</Target>
84-
</Project>
87+
</Project>

0 commit comments

Comments
 (0)