Skip to content

Commit

Permalink
Added .NET Standard 2.0 target to SimpleInjector.Packaging
Browse files Browse the repository at this point in the history
Fixes #964
  • Loading branch information
dotnetjunkie committed Aug 15, 2024
1 parent 15db6b3 commit eb27d31
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<dependency id="System.Reflection" version="4.1.0" />
<dependency id="SimpleInjector" version="{versionCore}" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Reflection" version="4.1.0" />
<dependency id="SimpleInjector" version="{versionCore}" />
</group>
</dependencies>
<id>SimpleInjector.Packaging</id>
<title>Simple Injector Packaging</title>
Expand Down

0 comments on commit eb27d31

Please sign in to comment.