Skip to content

Commit

Permalink
Remove dependency on System.Reflection.TypeExtensions from netstandar…
Browse files Browse the repository at this point in the history
…d2.0

This dependency isn't necessary for NS2, as noted by @xoofx in xoofx#54.

Fixes xoofx#54 and also makes it usable under MSBuild when targeting NS2 :)
  • Loading branch information
kzu committed Sep 15, 2021
1 parent 03e501c commit 2114a41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SharpYaml/SharpYaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<NoWarn>CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 2114a41

Please sign in to comment.