Skip to content

Commit

Permalink
DynamicProxy's minimum requirement is now net462
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed May 11, 2022
1 parent d3fc99f commit 8f0f4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Moq/Moq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Import Project="$(BuildDirectory)SourceLink.props" />

<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Moq</AssemblyName>
<DebugSymbols>True</DebugSymbols>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit 8f0f4e1

Please sign in to comment.