about summary refs log tree commit diff
path: root/puny.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'puny.csproj')
-rw-r--r--puny.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/puny.csproj b/puny.csproj
new file mode 100644
index 0000000..c2ecf2a
--- /dev/null
+++ b/puny.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+    <PropertyGroup>
+        <OutputType>Exe</OutputType>
+        <TargetFramework>net6.0</TargetFramework>
+        <ImplicitUsings>enable</ImplicitUsings>
+    </PropertyGroup>
+
+    <ItemGroup>
+        <Using Include="System.Globalization" />
+    </ItemGroup>
+
+</Project>