Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions dotnet/001-connect-passwordless/connect.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#:package Azure.Identity
#:package Microsoft.Azure.Cosmos
#:package Newtonsoft.Json
#:package Microsoft.Extensions.Configuration.UserSecrets

using Azure.Identity;
using Microsoft.Azure.Cosmos;
Expand Down
5 changes: 5 additions & 0 deletions dotnet/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
<PropertyGroup>
<UserSecretsId>azurecosmosdb-samples-dotnet</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" />
Comment thread
seesharprun marked this conversation as resolved.
<PackageReference Include="Newtonsoft.Json" />
Comment thread
seesharprun marked this conversation as resolved.
</ItemGroup>
</Project>
Loading