NLog.Targets.GraylogHttp
NLog.Targets.GraylogHttp copied to clipboard
Feature: Add more standard targets
Added netstandard2.0 and netstandard2.1 targets to avoid incorrect dependencies for projects targenting this frameworks.
You have successfully added a new CodeQL configuration .github/workflows/codeql-analysis.yml:build
. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.
@MISTikus Maybe revert the last commit, and keep using net5.0
(Since build-server is now failing). Maybe remove netstandard2.1
since netstandard2.0
is good enough.
@dustinchilson Any chance of having this merged, since it will solve a lot of dependency issues for people using NET6 (or newer)
@MISTikus Maybe revert the last commit, and keep using
net5.0
(Since build-server is now failing). Maybe removenetstandard2.1
sincenetstandard2.0
is good enough.
@snakefoot, done. I removed last commit