Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
1.8 KiB

<Project Sdk="MSBuild.SDK.SystemWeb">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<AppConfig>Web.config</AppConfig>
<GeneratedBindingRedirectsAction>Overwrite</GeneratedBindingRedirectsAction>
<VSToolsPath>$(RepoRoot)eng\msbuild\web</VSToolsPath>
<MvcBuildViews>false</MvcBuildViews>
<ImplicitUsings>disable</ImplicitUsings>
<NoWarn>CA3147</NoWarn>
<DisablePolySharp>true</DisablePolySharp>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Web.Extensions" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\OpenIddict.Owin\OpenIddict.Owin.csproj" />
<ProjectReference Include="..\..\src\OpenIddict.EntityFramework\OpenIddict.EntityFramework.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" />
<PackageReference Include="Autofac.Mvc5" />
<PackageReference Include="Autofac.Owin" />
<PackageReference Include="Autofac.WebApi2.Owin" />
<PackageReference Include="Microsoft.AspNet.Identity.EntityFramework" />
<PackageReference Include="Microsoft.AspNet.Identity.Owin" />
<PackageReference Include="Microsoft.AspNet.Mvc" />
<PackageReference Include="Microsoft.AspNet.Web.Optimization" />
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" />
<PackageReference Include="Microsoft.Owin.Security.Cookies" />
<PackageReference Include="Microsoft.Owin.Security.OAuth" />
<PackageReference Include="Microsoft.Web.Infrastructure" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="WebGrease" />
</ItemGroup>
</Project>