Html Generator (Added CefSharp / Chrome)
Updated Result API with Tournament Urls Updated Setup
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string LongName { get; set; }
|
||||
public int Order { get; set; }
|
||||
public string ImgUrl { get; set; }
|
||||
public string WordPressTag { get; set; }
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -32,5 +32,6 @@ namespace LaDOSE.DTO
|
||||
public string Player { get; set; }
|
||||
public int Point { get; set; }
|
||||
public int TournamendId { get; set; }
|
||||
public string TournamentUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user