diff --git a/.gitignore b/.gitignore index 6b81e61..f8ec7c0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ obj/ /packages/ riderModule.iml /_ReSharper.Caches/ -KillLogs.sln.DotSettings.user \ No newline at end of file +KillLogs.sln.DotSettings.user +FodyWeavers.xsd \ No newline at end of file diff --git a/FodyWeavers.xml b/FodyWeavers.xml new file mode 100644 index 0000000..fc80182 --- /dev/null +++ b/FodyWeavers.xml @@ -0,0 +1,9 @@ + + + + + DSharp4Webhook + Newtonsoft.Json + + + \ No newline at end of file diff --git a/KillLogs.csproj b/KillLogs.csproj index 0fa31a4..702aa54 100644 --- a/KillLogs.csproj +++ b/KillLogs.csproj @@ -54,8 +54,18 @@ + + all + - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + +