summary refs log tree commit diff
path: root/hello/hello.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'hello/hello.csproj')
-rw-r--r--hello/hello.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/hello/hello.csproj b/hello/hello.csproj
new file mode 100644
index 0000000..40c60dd
--- /dev/null
+++ b/hello/hello.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">

+

+  <PropertyGroup>

+    <OutputType>Exe</OutputType>

+    <TargetFramework>net6.0</TargetFramework>

+    <ImplicitUsings>enable</ImplicitUsings>

+    <Nullable>enable</Nullable>

+  </PropertyGroup>

+

+</Project>