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" >
2
2
3
3
<PropertyGroup >
4
4
<Description >Serilog support for ASP.NET Core logging</Description >
13
13
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
14
14
<PackageId >Serilog.AspNetCore</PackageId >
15
15
<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 >
17
17
<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 >
19
19
<RepositoryUrl >https://github.com/serilog/serilog-aspnetcore</RepositoryUrl >
20
20
<RepositoryType >git</RepositoryType >
21
21
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
24
24
25
25
<ItemGroup >
26
26
<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" />
29
28
<PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.1" />
30
29
<PackageReference Include =" Serilog.Sinks.File" Version =" 4.0.0" />
31
30
<PackageReference Include =" Serilog.Sinks.Debug" Version =" 1.0.1" />
You can’t perform that action at this time.
0 commit comments