From a8aa83bcfceefa6f9507e408e28e98ab6bc32bfb Mon Sep 17 00:00:00 2001 From: dymanoid <9433345+dymanoid@users.noreply.github.com> Date: Mon, 23 Mar 2020 21:59:17 +0100 Subject: [PATCH] Clean up the project file The PackageReference items for the Roslynator NuGet package don't need special settings, because everything is managed by the Directory.Build.props file. --- src/RealTime/RealTime.csproj | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/RealTime/RealTime.csproj b/src/RealTime/RealTime.csproj index 6c7c85c5..015e8880 100644 --- a/src/RealTime/RealTime.csproj +++ b/src/RealTime/RealTime.csproj @@ -20,14 +20,8 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + +