Skip to content

Commit

Permalink
Update TargetFramework to NET Standard 2.0 (#17)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rjmurillo authored May 30, 2024
1 parent 4a90b63 commit e23e7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Moq.Analyzers/Moq.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>Moq.Analyzers</RootNamespace>
<AssemblyName>Moq.Analyzers</AssemblyName>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFramework>netstandard1.3</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
Expand All @@ -35,7 +35,7 @@
<CodeAnalysisRuleSet>
</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup>
<PackageId>Moq.Analyzers</PackageId>
<PackageVersion>0.0.6</PackageVersion>
Expand Down

0 comments on commit e23e7b0

Please sign in to comment.