diff options
Diffstat (limited to 'CommandLineWrapper')
| -rw-r--r-- | CommandLineWrapper/Class1.cs | 6 | ||||
| -rw-r--r-- | CommandLineWrapper/CommandLineWrapper.csproj | 9 |
2 files changed, 15 insertions, 0 deletions
diff --git a/CommandLineWrapper/Class1.cs b/CommandLineWrapper/Class1.cs new file mode 100644 index 0000000..f8ed117 --- /dev/null +++ b/CommandLineWrapper/Class1.cs @@ -0,0 +1,6 @@ +namespace CommandLineWrapper; + +public class Class1 +{ + +} diff --git a/CommandLineWrapper/CommandLineWrapper.csproj b/CommandLineWrapper/CommandLineWrapper.csproj new file mode 100644 index 0000000..b92e51b --- /dev/null +++ b/CommandLineWrapper/CommandLineWrapper.csproj @@ -0,0 +1,9 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + +</Project> |
