IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

WebHost and IdentityServer3.AspNetIdentity Project Visual Studio 2017 Project file cannot be loaded #80

Closed BruceHunter closed 7 years ago

BruceHunter commented 7 years ago

<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />

was not found.

BruceHunter commented 7 years ago

I fixed the issue by adding the following to the proj xml `

10.0
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

`

BruceHunter commented 7 years ago

Nevermind this one was me for sure.