File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ClientLibraryPatAppSample Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
<ItemGroup >
11
11
<PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.4" Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" />
12
12
<PackageReference Include =" Microsoft.TeamFoundationServer.ExtendedClient" Version =" 19.212.0-preview" />
13
- <PackageReference Include =" System.Net.Http" Version =" 4.3.3 " Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" />
13
+ <PackageReference Include =" System.Net.Http" Version =" 4.3.4 " Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" />
14
14
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.2.1" Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" />
15
15
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.2" />
16
16
</ItemGroup >
You can’t perform that action at this time.
0 commit comments