diff --git a/README.md b/README.md index d19b5de..f45b848 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/UnifiedEPA.csproj b/UnifiedEPA.csproj index 1e97985..0f0ad32 100644 --- a/UnifiedEPA.csproj +++ b/UnifiedEPA.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 true