File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/dependency-registry/DependencyRegistry Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3232 </ItemGroup >
3333
3434 <ItemGroup >
35- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
35+ <PackageReference Condition =" '$(TargetFramework)' == 'net6.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
36+ <PackageReference Condition =" '$(TargetFramework)' == 'net7.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 7.0.0" />
37+ <PackageReference Condition =" '$(TargetFramework)' == 'net8.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
3638 <PackageReference Include =" PrimeFuncPack.Dependency.Core" Version =" 2.1.0" />
3739 </ItemGroup >
3840
You can’t perform that action at this time.
0 commit comments