Skip to content

Commit

Permalink
add back system reflection type extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Dec 13, 2023
1 parent c148d2f commit 63f6557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@

<ItemGroup>
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" PrivateAssets="All" Condition="'$(Configuration)' != 'Release'"/>
</ItemGroup>
</Project>

0 comments on commit 63f6557

Please sign in to comment.