From 09b5b22328100a967a45771273ff60b1a976530e Mon Sep 17 00:00:00 2001 From: Andrew Song Date: Wed, 23 Dec 2020 01:27:41 -0600 Subject: [PATCH] adding sonar lint and enabling microsoft code analyzer --- API/API.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/API/API.csproj b/API/API.csproj index 52664396f..d9bf4fb47 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -1,7 +1,9 @@ + Default net5.0 + true @@ -15,6 +17,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +