Skip to content

Commit

Permalink
(#102) Emulsion: update Configuration dependencies version
Browse files Browse the repository at this point in the history
Microsoft.Extensions.Configuration.Abstractions package is referenced by
the platform anyway.
  • Loading branch information
ForNeVeR committed Oct 2, 2021
1 parent 04d6346 commit e671c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Emulsion/Emulsion.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<PackageReference Include="Funogram" Version="2.0.3" />
<PackageReference Include="Funogram.Telegram" Version="4.4.2.3" />
<PackageReference Include="JetBrains.Lifetimes" Version="2020.2.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion Emulsion/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open Emulsion.MessageSystem
open Emulsion.Settings
open Emulsion.Xmpp

let private getConfiguration directory fileName =
let private getConfiguration directory (fileName: string) =
let config =
ConfigurationBuilder()
.SetBasePath(directory)
Expand Down

0 comments on commit e671c7b

Please sign in to comment.