File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 31
31
<PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 3.0.0" Condition =" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp2.1'" />
32
32
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.0.50" PrivateAssets =" all" />
33
33
<PackageReference Include =" Portable.BouncyCastle" Version =" 1.8.1.3" />
34
- <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 1.1.2" />
34
+ <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 1.1.2" Condition =" '$(TargetFramework)' != 'netstandard2.0'" />
35
+ <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 2.2.0" Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
35
36
<PackageReference Include =" Microsoft.Rest.ClientRuntime" Version =" 2.3.10" />
36
37
<PackageReference Include =" MSBuild.Sdk.Extras" Version =" 1.6.68" PrivateAssets =" all" Condition =" '$(MSBuildRuntimeType)' != 'Core'" />
37
38
<PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" Condition =" '$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netcoreapp2.1'" />
You can’t perform that action at this time.
0 commit comments