We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4db7753 + 35ff174 commit bd98efcCopy full SHA for bd98efc
src/Serilog.Settings.Configuration/Serilog.Settings.Configuration.csproj
@@ -27,13 +27,10 @@
27
</ItemGroup>
28
29
<ItemGroup Condition="'$(TargetFramework)' == 'net451'">
30
- <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.1.2" />
31
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2" />
32
33
34
<ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.0') Or ('$(TargetFramework)' == 'net461')">
35
- <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.1" />
36
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.0.0" />
37
38
-
39
</Project>
0 commit comments