Skip to content

Commit

Permalink
Update GL projects to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStolk committed Feb 4, 2024
1 parent 1fdf734 commit 8fe6bdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,6 @@ ModelManifest.xml

# Don't ignore content files that happen to use the .obj extension.
!Demos/Content/*.obj

# JetBrains Rider
.idea/
2 changes: 1 addition & 1 deletion DemoRenderer.GL/DemoRenderer.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Demos.GL/Demos.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Configurations>Debug;Release</Configurations>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 8fe6bdb

Please sign in to comment.