mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-06 23:40:40 +02:00
Upgrade project to .NET 8
This commit is contained in:
@@ -5,7 +5,7 @@ namespace HyperbolicDownloaderApi.FileProcessing;
|
||||
public class PublicHyperFileInfo
|
||||
{
|
||||
public string Hash { get; set; } = string.Empty;
|
||||
public List<NetworkSocket> Hosts { get; set; } = new();
|
||||
public List<NetworkSocket> Hosts { get; set; } = [];
|
||||
|
||||
public PublicHyperFileInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user