Response status code does not indicate success: 500 (Internal Server Error).

This commit is contained in:
2022-04-15 22:54:05 +01:00
parent b46e786ace
commit 57609e6ed3
14 changed files with 148 additions and 57 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>