Skip to content

Commit

Permalink
Merge pull request #20 from seesharper/feature/dependency-bump
Browse files Browse the repository at this point in the history
fixes #19
  • Loading branch information
seesharper authored Oct 16, 2017
2 parents 9d339c0 + 5aaf019 commit f422413
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LightInject" Version="5.0.3" />
<PackageReference Include="LightInject" Version="5.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Specification.Tests" Version="1.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="xunit" Version="2.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
******************************************************************************
LightInject.Microsoft.DependencyInjection version 2.0.4
LightInject.Microsoft.DependencyInjection version 2.0.5
http://www.lightinject.net/
http://twitter.com/bernhardrichter
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Version>2.0.4</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LightInject" Version="5.0.3" />
<PackageReference Include="LightInject" Version="5.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.1" />
</ItemGroup>
</Project>

0 comments on commit f422413

Please sign in to comment.