* cleanup using * cleanup classic * clean up nuget * bump ver * fix pipeline * remove commit by accident
11 lines
308 B
C#
11 lines
308 B
C#
global using k8s.Autorest;
|
|
global using k8s.Models;
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using System.Text.Json;
|
|
global using System.Text.Json.Serialization;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|