diff options
| author | Sarah B <git@sarahduck.ca> | 2024-04-17 16:38:11 -0700 |
|---|---|---|
| committer | Sarah B <git@sarahduck.ca> | 2024-04-17 16:38:11 -0700 |
| commit | 7032958d5b38cf70c4f5b0765529a9160a4a75e9 (patch) | |
| tree | 62869c3acaffa4de21c1798081b4da766d323416 /SarahEngine.csproj | |
Inital Commit
Diffstat (limited to 'SarahEngine.csproj')
| -rw-r--r-- | SarahEngine.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/SarahEngine.csproj b/SarahEngine.csproj new file mode 100644 index 0000000..c5b01ae --- /dev/null +++ b/SarahEngine.csproj @@ -0,0 +1,14 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Raylib-CSharp-Vinculum" Version="5.0.1" /> + </ItemGroup> + +</Project> |
