Skip to content

Commit ace5041

Browse files
author
William Denton
committed
Update dependency to netstandard 2.0
was previously pulling netstandard1.3 / full framework 4.5.1, now only depends on netstandard2.0
1 parent cd4ff9a commit ace5041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch.Net.Aws/Elasticsearch.Net.Aws/Elasticsearch.Net.Aws.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="1.1.2" />
29+
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.1.1" />
3030
<PackageReference Include="AWSSDK.Core" Version="3.3.*" />
3131
<PackageReference Include="Elasticsearch.Net" Version="7.0.0-alpha2" />
3232
</ItemGroup>

0 commit comments

Comments
 (0)