Skip to content

Commit

Permalink
Updated projects to Net 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Sep 4, 2024
1 parent 4e44a03 commit 7e086cb
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 36 deletions.
17 changes: 9 additions & 8 deletions Generator/Evergine.Bindings.Imgui/Evergine.Bindings.Imgui.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright (c) Evergine 2024</Copyright>
<Authors>Evergine Team</Authors>
<Company>Plain Concepts</Company>
<Description>Provides csharp bindings to ImGui library.</Description>
<PackageProjectUrl>https://evergine.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/EvergineTeam/ImGui.Net</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Platforms>AnyCPU;x86;x64</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,12 +29,10 @@
<Pack>true</Pack>
</Content>
</ItemGroup>

<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright (c) Evergine 2024</Copyright>
<Authors>Evergine Team</Authors>
<Company>Plain Concepts</Company>
<Description>Provides csharp bindings to ImGuizmo library.</Description>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/EvergineTeam/ImGui.Net</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Platforms>AnyCPU;x86;x64</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,10 +25,8 @@
</ItemGroup>

<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright (c) Evergine 2024</Copyright>
<Authors>Evergine Team</Authors>
<Company>Plain Concepts</Company>
<Description>Provides csharp bindings to Imnodes library.</Description>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/EvergineTeam/ImGui.Net</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Platforms>AnyCPU;x86;x64</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,10 +25,8 @@
</ItemGroup>

<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright (c) Evergine 2024</Copyright>
<Authors>Evergine Team</Authors>
<Company>Plain Concepts</Company>
<Description>Provides csharp bindings to Implot library.</Description>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/EvergineTeam/ImGui.Net</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Platforms>AnyCPU;x86;x64</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,10 +26,8 @@
</ItemGroup>

<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\icon.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Generator/ImguiGen/ImguiGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Generator/ImguizmoGen/ImguizmoGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Generator/ImnodesGen/ImnodesGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Generator/ImplotGen/ImplotGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Generator/Test/EvergineImGUITest/EvergineImGUITest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<GenerateEvergineContent>True</GenerateEvergineContent>
<GenerateEvergineAssets>False</GenerateEvergineAssets>
<GenerateEvergineScenesCode>True</GenerateEvergineScenesCode>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Evergine
Copyright (c) 2024 Evergine

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes

0 comments on commit 7e086cb

Please sign in to comment.