NLog.Targets.GraylogHttp icon indicating copy to clipboard operation
NLog.Targets.GraylogHttp copied to clipboard

Feature: Add more standard targets

Open MISTikus opened this issue 1 year ago • 3 comments

Added netstandard2.0 and netstandard2.1 targets to avoid incorrect dependencies for projects targenting this frameworks.

MISTikus avatar Apr 04 '23 20:04 MISTikus

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)

snakefoot avatar Oct 28 '23 14:10 snakefoot

@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.

@snakefoot, done. I removed last commit

MISTikus avatar Oct 30 '23 14:10 MISTikus