fix failed tests

This commit is contained in:
Isaac Levin 2019-07-12 14:11:42 -04:00
parent df360cdd1a
commit ea63490c0f
3 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ try {
Get-ChildItem "$repoRoot/*.sln" -Recurse `
| ? {
# These .sln files are used by the templating engine.
($_.Name -ne "RazorComponentsWeb-CSharp.sln")
($_.Name -ne "BlazorServerWeb_CSharp.sln")
} `
| % {
Write-Host " Checking $(Split-Path -Leaf $_)"

View File

@ -38,7 +38,7 @@ using Microsoft.Extensions.Hosting;
using Microsoft.IdentityModel.Tokens;
#endif
#if (IndividualLocalAuth)
using RazorComponentsWeb_CSharp.Areas.Identity;
using BlazorServerWeb_CSharp.Areas.Identity;
#endif
using BlazorServerWeb_CSharp.Data;