Skip to content

Commit 2844204

Browse files
irperezAaronontheweb
authored andcommitted
Upgraded to Akka v1.3.12 and Serilog v2.8.0 (#57)
1 parent 3038518 commit 2844204

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Akka.Logger.Serilog/Akka.Logger.Serilog.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\common.props" />
33

44

@@ -7,11 +7,14 @@
77
<Description>Serilog logging adapter for Akka.NET.</Description>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
10+
<PackageReleaseNotes>Upgraded to Akka.NET v1.3.12.
11+
Upgraded to Serilog v2.8.0.</PackageReleaseNotes>
12+
<Version>1.3.12</Version>
1013
</PropertyGroup>
1114

1215
<ItemGroup>
13-
<PackageReference Include="Serilog" Version="2.7.1" />
14-
<PackageReference Include="Akka" Version="1.3.9" />
16+
<PackageReference Include="Serilog" Version="2.8.0" />
17+
<PackageReference Include="Akka" Version="1.3.12" />
1518
</ItemGroup>
1619

1720
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

0 commit comments

Comments
 (0)