mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Web Api Changes
- removed the old endpoints - changed querymaster to be netstandard20
This commit is contained in:
parent
c212809cf5
commit
5374b0c52a
5 changed files with 11 additions and 108 deletions
|
|
@ -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'">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue