From 5099bdb1a454070f1ae01ad86d05631cf637f1be Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Sep 2021 18:18:46 +0200 Subject: [PATCH] refresh nuget --- MP.FileData/MP.FileData.csproj | 16 ++++++++++++ MP.Prog/MP.Prog.csproj | 10 ++++++++ MP.Prog/NLog.config | 46 ++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 MP.Prog/NLog.config diff --git a/MP.FileData/MP.FileData.csproj b/MP.FileData/MP.FileData.csproj index f208d303..008a7246 100644 --- a/MP.FileData/MP.FileData.csproj +++ b/MP.FileData/MP.FileData.csproj @@ -4,4 +4,20 @@ net5.0 + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + diff --git a/MP.Prog/MP.Prog.csproj b/MP.Prog/MP.Prog.csproj index 6825308c..74f23af8 100644 --- a/MP.Prog/MP.Prog.csproj +++ b/MP.Prog/MP.Prog.csproj @@ -12,6 +12,16 @@ + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + diff --git a/MP.Prog/NLog.config b/MP.Prog/NLog.config new file mode 100644 index 00000000..b98c52ca --- /dev/null +++ b/MP.Prog/NLog.config @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file