Skip to content

Commit

Permalink
upgraded consul package and restored Net461 conditional compilation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GimmeDaKitty authored Mar 4, 2022
1 parent d264366 commit d9705de
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Consul" Version="0.7.2.6" />
<PackageReference Include="Consul" Version="1.6.10.4" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
</ItemGroup>

</Project>

0 comments on commit d9705de

Please sign in to comment.