Skip to content

Commit 6889826

Browse files
committed
Added use secrets to sample app
1 parent ab85c7b commit 6889826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/Thinktecture.EntityFrameworkCore.SqlServer.Samples/Thinktecture.EntityFrameworkCore.SqlServer.Samples.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<IsPackable>false</IsPackable>
7+
<UserSecretsId>431fda5c-a042-4494-a2cc-57078fd57484</UserSecretsId>
78
</PropertyGroup>
89

910
<ItemGroup>
@@ -19,6 +20,7 @@
1920
<ItemGroup>
2021
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" PrivateAssets="all" />
2122
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
23+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" />
2224
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
2325
</ItemGroup>
2426

0 commit comments

Comments
 (0)