Skip to content

Commit

Permalink
[.NET] Add manual versioned references to System.Net.Http 4.3.1 (micr…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcam206 authored Jul 30, 2019
1 parent a4a1f1b commit 28bd5a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ProjectReference Include="..\..\Library\AdaptiveCards.Rendering.Html\AdaptiveCards.Rendering.Html.csproj" />
<ProjectReference Include="..\..\Library\AdaptiveCards\AdaptiveCards.csproj" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.3.4" />
<PackageReference Include="System.Net.Http" Version="4.3.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ProjectReference Include="..\..\Library\AdaptiveCards.Rendering.Wpf\AdaptiveCards.Rendering.Wpf.csproj" />
<ProjectReference Include="..\..\Library\AdaptiveCards\AdaptiveCards.csproj" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.3.4" />
<PackageReference Include="System.Net.Http" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ItemGroup>
<ProjectReference Include="..\..\Library\AdaptiveCards.Rendering.Wpf\AdaptiveCards.Rendering.Wpf.csproj" />
<ProjectReference Include="..\..\Library\AdaptiveCards\AdaptiveCards.csproj" />
<PackageReference Include="System.Net.Http" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ItemGroup>
<ProjectReference Include="..\..\Library\AdaptiveCards.Rendering.Html\AdaptiveCards.Rendering.Html.csproj" />
<ProjectReference Include="..\..\Library\AdaptiveCards\AdaptiveCards.csproj" />
<PackageReference Include="System.Net.Http" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="System.Net.Http" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 28bd5a9

Please sign in to comment.