File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
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
33 <PropertyGroup >
44 <Description >Serilog support for ASP.NET Core logging</Description >
1313 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1414 <PackageId >Serilog.AspNetCore</PackageId >
1515 <PackageTags >serilog;aspnet;aspnetcore</PackageTags >
16- <PackageIconUrl >http ://serilog.net/images/serilog-extension-nuget.png</PackageIconUrl >
16+ <PackageIconUrl >https ://serilog.net/images/serilog-extension-nuget.png</PackageIconUrl >
1717 <PackageProjectUrl >https://github.com/serilog/serilog-aspnetcore</PackageProjectUrl >
18- <PackageLicenseUrl >http ://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
18+ <PackageLicenseUrl >https ://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
1919 <RepositoryUrl >https://github.com/serilog/serilog-aspnetcore</RepositoryUrl >
2020 <RepositoryType >git</RepositoryType >
2121 <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
2424
2525 <ItemGroup >
2626 <PackageReference Include =" Serilog" Version =" 2.8.0" />
27- <PackageReference Include =" Serilog.Extensions.Hosting" Version =" 3.0.0-dev-00019" />
28- <PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.0.0-*" />
27+ <PackageReference Include =" Serilog.Extensions.Hosting" Version =" 3.0.0" />
2928 <PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.1" />
3029 <PackageReference Include =" Serilog.Sinks.File" Version =" 4.0.0" />
3130 <PackageReference Include =" Serilog.Sinks.Debug" Version =" 1.0.1" />
You can’t perform that action at this time.
0 commit comments