feat: upgrade to .NET 6, refactor everything
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace PluralKit.API
|
||||
namespace PluralKit.API;
|
||||
|
||||
public class ApiConfig
|
||||
{
|
||||
public class ApiConfig
|
||||
{
|
||||
public int Port { get; set; } = 5000;
|
||||
}
|
||||
public int Port { get; set; } = 5000;
|
||||
}
|
||||
Reference in New Issue
Block a user