serilog-mssql / serilog-sinks-mssqlserver

A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
Apache License 2.0
283 stars 148 forks source link

Fixed #491: .NET 6 test can't be executed #492

Closed ckadluba closed 1 year ago

ckadluba commented 1 year ago

Had to add package reference to Microsoft.NET.Test.Sdk to tests project to fix the issue.

ckadluba commented 1 year ago

Related issue: #491.