Skip to content

Commit d9705de

Browse files
authored
upgraded consul package and restored Net461 conditional compilation (#127)
1 parent d264366 commit d9705de

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/Winton.Extensions.Configuration.Consul/Winton.Extensions.Configuration.Consul.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Consul" Version="0.7.2.6" />
30+
<PackageReference Include="Consul" Version="1.6.10.4" />
3131
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
3232
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
3333
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
3434
</ItemGroup>
3535

36+
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
37+
<Reference Include="System.Net.Http" />
38+
<Reference Include="System.Net.Http.WebRequest" />
39+
</ItemGroup>
40+
3641
</Project>

0 commit comments

Comments
 (0)