Skip to content

Commit 1962146

Browse files
committed
Add Microsoft.NET.Sdk.Razor
1 parent f9051db commit 1962146

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/Security/samples/ClaimsTransformation/ClaimsTransformation.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
1111
<Reference Include="Microsoft.AspNetCore.Mvc" />
1212
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
13+
<Reference Include="Microsoft.NET.Sdk.Razor" PrivateAssets="All" />
1314
</ItemGroup>
1415

1516
</Project>

src/Security/samples/Cookies/Cookies.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
1111
<Reference Include="Microsoft.AspNetCore.Mvc" />
1212
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
13+
<Reference Include="Microsoft.NET.Sdk.Razor" PrivateAssets="All" />
1314
</ItemGroup>
1415

1516
</Project>

src/Security/samples/DynamicSchemes/DynamicSchemes.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
<Reference Include="Microsoft.Extensions.Configuration.UserSecrets" />
2222
<Reference Include="Microsoft.Extensions.Logging.Console" />
2323
<Reference Include="Microsoft.Extensions.Logging.Debug" />
24+
<Reference Include="Microsoft.NET.Sdk.Razor" PrivateAssets="All" />
2425
</ItemGroup>
2526
</Project>

src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
<Reference Include="Microsoft.Extensions.Configuration.UserSecrets" />
2727
<Reference Include="Microsoft.Extensions.Logging.Console" />
2828
<Reference Include="Microsoft.Extensions.Logging.Debug" />
29+
<Reference Include="Microsoft.NET.Sdk.Razor" PrivateAssets="All" />
2930
</ItemGroup>
3031
</Project>

src/Security/samples/PathSchemeSelection/PathSchemeSelection.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
1111
<Reference Include="Microsoft.AspNetCore.Mvc" />
1212
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
13+
<Reference Include="Microsoft.NET.Sdk.Razor" PrivateAssets="All" />
1314
</ItemGroup>
1415

1516
</Project>

0 commit comments

Comments
 (0)