This commit is contained in:
Paul Schneider 2021-05-13 23:05:19 +01:00
commit c2f38800aa
6 changed files with 75 additions and 58 deletions

View file

@ -1,9 +1,11 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
namespace nuget_cli
{
[Display(Name="nuget_cli")]
partial class Program
{