Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjevans committed Nov 9, 2021
2 parents f9c54ee + 304bf20 commit ab384e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<!-- Conditional references of the MEDI abstractions depending on runtime target. -->
<PackageReference Condition=" '$(TargetFramework)' == 'net6.0' "
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0-preview.6.21352.12" />
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />

<PackageReference Condition=" '$(TargetFramework)' == 'netstandard2.0' "
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0-preview.6.21352.12" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Specification.Tests" Version="6.0.0-preview.6.21352.12" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0-preview.6.21352.12" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Specification.Tests" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
Expand Down

0 comments on commit ab384e1

Please sign in to comment.