.gitignore v1.1

This commit is contained in:
andrei-mihnea-cerbu
2024-04-03 18:55:46 +03:00
parent c81dbca6b2
commit 44784cf28f
37 changed files with 346 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>