Skip to content

Commit

Permalink
add STTE for older target frameworks only
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel authored and stakx committed Aug 2, 2022
1 parent 3fd9750 commit e2460df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Moq/Moq.csproj
Expand Up @@ -46,9 +46,11 @@
<PackageReference Include="Castle.Core" Version="5.0.0" />
<PackageReference Include="IFluentInterface" Version="2.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="TypeNameFormatter.Sources" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' Or '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
Expand Down

0 comments on commit e2460df

Please sign in to comment.