diff options
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> |
