Skip to content

Commit

Permalink
Switch to .NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Dec 30, 2023
1 parent f44fb69 commit c1c6fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In contrast to other available implementations we only work with a convex hull w

The demo should be able to run cross-platform utilizing OpenGL.
```
1. Install the [.NET 7.0 SDK](https://dotnet.microsoft.com/download/dotnet/7.0)
1. Install the [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
2. git clone https://github.com/notgiven688/unified_epa.git
3. cd unified_epa
4. dotnet run -c Release
Expand Down
2 changes: 1 addition & 1 deletion UnifiedEPA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit c1c6fcd

Please sign in to comment.