summaryrefslogtreecommitdiff
path: root/fortune-pit-net.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'fortune-pit-net.csproj')
-rw-r--r--fortune-pit-net.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/fortune-pit-net.csproj b/fortune-pit-net.csproj
new file mode 100644
index 0000000..8c4111f
--- /dev/null
+++ b/fortune-pit-net.csproj
@@ -0,0 +1,11 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net9.0</TargetFramework>
+ <RootNamespace>fortune_pit_net</RootNamespace>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+</Project>