File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 </ItemGroup >
4343
4444
45- <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' ! = 'netstandard1.0' " >
45+ <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' = = 'netstandard1.0' " >
4646 <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 1.1.*" />
4747 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 1.1.*" />
4848 </ItemGroup >
4949
50- <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' ! = 'netstandard2.0' " >
50+ <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' = = 'netstandard2.0' " >
5151 <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.0.*" />
5252 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.0.*" />
5353 </ItemGroup >
Original file line number Diff line number Diff line change 1616 <ProjectReference Include =" ..\src\Unity.Microsoft.DependencyInjection.csproj" />
1717 </ItemGroup >
1818
19- <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' ! = 'netstandard1.0' " >
19+ <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' = = 'netstandard1.0' " >
2020 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Specification.Tests" Version =" 1.1.*" />
2121 </ItemGroup >
2222
23- <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' ! = 'netstandard2.0' " >
23+ <ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' = = 'netstandard2.0' " >
2424 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Specification.Tests" Version =" 2.0.*" />
2525 </ItemGroup >
2626
You can’t perform that action at this time.
0 commit comments