serilog / serilog-extensions-logging

Serilog provider for Microsoft.Extensions.Logging
Apache License 2.0
307 stars 97 forks source link

Pin .NET Core SDK version to latest feature band #165

Closed ralphhendriks closed 4 years ago

ralphhendriks commented 4 years ago

Pin the .NET Core SDK version to the 3.1.1xx feature band. Do not allow prerelease versions.

Pinning to the feature band (e.g. 3.1.1xx) seems to give the right trade off between build consistency and developer friendliness.

Also, since C# 7.3 is the default language version for netstandard2.0, it is not necessary to explicitly specify it.

nblumhardt commented 4 years ago

Thanks! :+1: