Skip to content

Commit

Permalink
Encryption sample: Adds the GA dependency instead of preview (Azure#3121
Browse files Browse the repository at this point in the history
)

Updated the Encryption sample to use the GA version.
  • Loading branch information
kr-santosh authored Mar 30, 2022
1 parent 653b185 commit df21c93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.5.0" />
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.2.0" />
<PackageReference Include="Microsoft.Azure.Cosmos.Encryption" Version="1.0.0-previewV20" />
<PackageReference Include="Microsoft.Azure.Cosmos.Encryption" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
Expand Down

0 comments on commit df21c93

Please sign in to comment.