Serilog.Sinks.AmazonS3
Serilog.Sinks.AmazonS3 copied to clipboard
.Net 6 has error with version >1.29
It will pop up "System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified." for any version > 1.29. It needs to upgrade the project to .Net 7 if want to use the newest version. Is that .Net6 not longer supported for this project?
Oh no, not again this issue :D I had this with another project already...
Seems to be the same kind of issue as https://github.com/serilog-contrib/Serilog.Sinks.MicrosoftTeams.Alternative/issues/30.