Skip to content

Commit

Permalink
Updating DotNetETagsExplainer sample to 5.0 data plane SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
brjohnstmsft committed Apr 20, 2018
1 parent 088c5c0 commit 5fb5c73
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Search" Version="3.0.4" />
<PackageReference Include="NewtonSoft.Json" Version="10.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0-preview1-final" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.0.0-preview1-final" />
<PackageReference Include="Microsoft.Azure.Search" Version="5.0.0" />
<PackageReference Include="NewtonSoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5fb5c73

Please sign in to comment.