Refactor code to .NET8
This commit is contained in:
@@ -8,7 +8,7 @@ public class GoogleSheetsHelper
|
||||
{
|
||||
public SheetsService? Service { get; private set; }
|
||||
private const string ApplicationName = "Diuna";
|
||||
private static readonly string[] Scopes = { SheetsService.Scope.Spreadsheets };
|
||||
private static readonly string[] Scopes = [SheetsService.Scope.Spreadsheets];
|
||||
public GoogleSheetsHelper()
|
||||
{
|
||||
InitializeService();
|
||||
|
||||
Reference in New Issue
Block a user