Files
SilkierQuartz/Source/Examples/AspNetCore31/AspNetCore31.csproj
MysticBoy 8c2231d472 fixe for Endpoint Uixe.Server.Controllers.AccountController.Login (Uixe.Server) contains authorization metadata,
but a middleware was not found that supports authorization.
    Configure your application startup by adding app.UseAuthorization() inside the call to Configure(..) in
    the application startup code. The call to app.UseAuthorization() must appear between app.UseRouting()
    and app.UseEndpoints(...).
2020-01-09 10:53:00 +08:00

14 lines
254 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Quartzmin\Quartzmin.csproj" />
</ItemGroup>
</Project>