File tree Expand file tree Collapse file tree 1 file changed +19
-14
lines changed Expand file tree Collapse file tree 1 file changed +19
-14
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments