File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/HttpClientInterception Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 <ItemGroup Condition =" '$(AssemblyName)' == 'JustEat.HttpClientInterception' " >
2727 <PackageVersion Include =" System.Net.Http" Version =" 4.0.0" />
2828 </ItemGroup >
29- <ItemGroup Condition =" '$(AssemblyName)' == 'JustEat.HttpClientInterception' and '$(TargetFramework)' == 'net5.0' " >
3029 <PackageVersion Update =" Microsoft.AspNetCore.WebUtilities" Version =" 2.2.0" />
3130 <PackageVersion Update =" Newtonsoft.Json" Version =" 12.0.3" />
3231 <PackageVersion Update =" System.Text.Json" Version =" 5.0.0" />
32+ <ItemGroup Condition =" '$(AssemblyName)' == 'JustEat.HttpClientInterception' and '$(TargetFramework)' == 'net6.0' " >
3333 </ItemGroup >
3434 <ItemGroup Condition =" '$(AssemblyName)' != 'JustEat.HttpClientInterception' " >
3535 <PackageVersion Update =" Microsoft.AspNetCore.WebUtilities" Version =" 2.2.0" />
Original file line number Diff line number Diff line change 1212 <RootNamespace >JustEat.HttpClientInterception</RootNamespace >
1313 <SignAssembly >true</SignAssembly >
1414 <Summary >A .NET library for intercepting server-side HTTP dependencies.</Summary >
15- <TargetFrameworks >netstandard2.0;netstandard2.1;net5.0;net461;net472 </TargetFrameworks >
15+ <TargetFrameworks >netstandard2.0;net472;net6.0 </TargetFrameworks >
1616 <!--
1717 TODO Remove after 4.0.0 ships to NuGet.org
1818 -->
2424 <PackageReference Include =" Newtonsoft.Json" />
2525 <PackageReference Include =" System.Text.Json" />
2626 </ItemGroup >
27- <ItemGroup Condition =" ( '$(TargetFramework)' == 'net461') OR ('$(TargetFramework)' == ' net472') " >
27+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
2828 <PackageReference Include =" System.Net.Http" />
2929 </ItemGroup >
3030 <ItemGroup >
You can’t perform that action at this time.
0 commit comments