File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\common.props" />
33
44
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' " >
You can’t perform that action at this time.
0 commit comments