Web Api Changes

- removed the old endpoints
- changed querymaster to be netstandard20
This commit is contained in:
Brett Hewitson 2022-06-21 19:14:35 +10:00
parent c212809cf5
commit 5374b0c52a
5 changed files with 11 additions and 108 deletions

View file

@ -3,7 +3,7 @@
<Configurations>Debug;Release;Debug - Beta</Configurations>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<TargetFramework>netstandard20</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">