Skip to content

Commit 7551e32

Browse files
committed
References
1 parent 5b995c0 commit 7551e32

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Security/Authentication/WsFederation/samples/WsFedSample/WsFedSample.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFrameworks>net461;netcoreapp2.2</TargetFrameworks>
@@ -15,6 +15,7 @@
1515
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
1616
<Reference Include="Microsoft.Extensions.Logging.Console" />
1717
<Reference Include="Microsoft.Extensions.Logging.Debug" />
18+
<Reference Include="Microsoft.Net.Http.Headers" />
1819
</ItemGroup>
1920

2021
<ItemGroup>

src/Security/Authentication/samples/SocialSample/SocialSample.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFrameworks>net461;netcoreapp2.2</TargetFrameworks>
@@ -28,6 +28,7 @@
2828
<Reference Include="Microsoft.AspNetCore.Diagnostics" />
2929
<Reference Include="Microsoft.Extensions.FileProviders.Embedded" />
3030
<Reference Include="Microsoft.Extensions.Logging.Console" />
31+
<Reference Include="Microsoft.Net.Http.Headers" />
3132
</ItemGroup>
3233

3334
</Project>

0 commit comments

Comments
 (0)