File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/Security/Authentication
WsFederation/samples/WsFedSample Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net461;netcoreapp2.2</TargetFrameworks >
15
15
<Reference Include =" Microsoft.Extensions.FileProviders.Embedded" />
16
16
<Reference Include =" Microsoft.Extensions.Logging.Console" />
17
17
<Reference Include =" Microsoft.Extensions.Logging.Debug" />
18
+ <Reference Include =" Microsoft.Net.Http.Headers" />
18
19
</ItemGroup >
19
20
20
21
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net461;netcoreapp2.2</TargetFrameworks >
28
28
<Reference Include =" Microsoft.AspNetCore.Diagnostics" />
29
29
<Reference Include =" Microsoft.Extensions.FileProviders.Embedded" />
30
30
<Reference Include =" Microsoft.Extensions.Logging.Console" />
31
+ <Reference Include =" Microsoft.Net.Http.Headers" />
31
32
</ItemGroup >
32
33
33
34
</Project >
You can’t perform that action at this time.
0 commit comments