File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
samples/IdentityOIDCWebApplicationSample Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 99 <UserSecretsId >aspnet-IdentityWebApplicationSample-71B323EE-A696-4709-9EA5-C93EFCD9E6FB</UserSecretsId >
1010 </PropertyGroup >
1111
12- <ItemGroup >
13- <Compile Remove =" Extensions\IdentityService\**" />
14- <Content Remove =" Extensions\IdentityService\**" />
15- <EmbeddedResource Remove =" Extensions\IdentityService\**" />
16- <None Remove =" Extensions\IdentityService\**" />
17- </ItemGroup >
18-
1912 <ItemGroup >
2013 <PackageReference Include =" Microsoft.AspNetCore.Authentication.Cookies" Version =" $(AspNetCoreVersion)" />
2114 <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" $(AspNetCoreVersion)" />
4336 </ItemGroup >
4437
4538 <ItemGroup >
46- <DotNetCliToolReference Include =" Microsoft.EntityFrameworkCore.Tools.DotNet" Version =" 2.0.0-preview1-final " />
47- <DotNetCliToolReference Include =" Microsoft.Extensions.SecretManager.Tools" Version =" 2.0.0-preview1-final " />
48- <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.0-preview1-final " />
39+ <DotNetCliToolReference Include =" Microsoft.EntityFrameworkCore.Tools.DotNet" Version =" $(AspNetCoreVersion) " />
40+ <DotNetCliToolReference Include =" Microsoft.Extensions.SecretManager.Tools" Version =" $(AspNetCoreVersion) " />
41+ <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" $(AspNetCoreVersion) " />
4942 </ItemGroup >
5043
5144 <ItemGroup >
You can’t perform that action at this time.
0 commit comments