From e23e7b0de8b29899fb1bc9d5bc2fe141d6056a28 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Thu, 30 May 2024 11:35:39 -0700 Subject: [PATCH] Update TargetFramework to NET Standard 2.0 (#17) The `TargetFramework` in the `Moq.Analyzers.csproj` file has been updated from `netstandard1.3` to `netstandard2.0`, indicating that the project now targets the .NET Standard 2.0 framework. Resolves #11 --- Source/Moq.Analyzers/Moq.Analyzers.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Moq.Analyzers/Moq.Analyzers.csproj b/Source/Moq.Analyzers/Moq.Analyzers.csproj index f59bf1be..c1b352a1 100644 --- a/Source/Moq.Analyzers/Moq.Analyzers.csproj +++ b/Source/Moq.Analyzers/Moq.Analyzers.csproj @@ -10,7 +10,7 @@ Moq.Analyzers Moq.Analyzers {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - netstandard1.3 + netstandard2.0 @@ -35,7 +35,7 @@ - + Moq.Analyzers 0.0.6