Skip to content

Commit 6a6ea7e

Browse files
committed
add rlimgui to packable
Signed-off-by: Tomas Slusny <[email protected]>
1 parent c92fecc commit 6a6ea7e

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed
Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
4-
<ImplicitUsings>enable</ImplicitUsings>
5-
<Nullable>enable</Nullable>
6-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<IsPackable>false</IsPackable>
8-
<Description>ImGui integration for Raylib.NET</Description>
9-
</PropertyGroup>
10-
<ItemGroup>
11-
<ProjectReference Include="..\Raylib.NET\Raylib.NET.csproj" />
12-
</ItemGroup>
13-
<ItemGroup>
14-
<PackageReference Include="ImGui.NET" Version="1.91.6.1" />
15-
</ItemGroup>
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
<ImplicitUsings>enable</ImplicitUsings>
5+
<Nullable>enable</Nullable>
6+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<IsAotCompatible>true</IsAotCompatible>
8+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9+
<NoWarn>$(NoWarn);CS1591</NoWarn>
10+
</PropertyGroup>
11+
12+
<PropertyGroup>
13+
<Description>ImGui integration for Raylib.NET</Description>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<ProjectReference Include="..\Raylib.NET\Raylib.NET.csproj" />
18+
<PackageReference Include="ImGui.NET" Version="1.91.6.1" />
19+
</ItemGroup>
1620
</Project>
21+

0 commit comments

Comments
 (0)