summaryrefslogtreecommitdiff
path: root/TankBattleCore/TankBattleCore.csproj
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-27 16:29:32 -0700
committerBoredGuy <osome3717@gmail.com>2026-03-27 16:29:32 -0700
commit25fdc90968a14ffd44dae65d6fdb3d50e6df9082 (patch)
tree3e11812a480ff173a7c65fd9d53e0efc69f5be27 /TankBattleCore/TankBattleCore.csproj
Initial Commit
Diffstat (limited to 'TankBattleCore/TankBattleCore.csproj')
-rw-r--r--TankBattleCore/TankBattleCore.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/TankBattleCore/TankBattleCore.csproj b/TankBattleCore/TankBattleCore.csproj
new file mode 100644
index 0000000..53d116f
--- /dev/null
+++ b/TankBattleCore/TankBattleCore.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <TargetFramework>net9.0</TargetFramework>
+ </PropertyGroup>
+ <ItemGroup>
+ <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.*">
+ <PrivateAssets>All</PrivateAssets>
+ </PackageReference>
+ </ItemGroup>
+</Project> \ No newline at end of file