From e37d5a80abb4637a1c94047c3bf2cc340863c9bf Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 21 Jan 2021 13:17:59 -0800 Subject: [PATCH] Add .NET 5.0 target framework --- BurnOutSharp/BurnOutSharp.csproj | 10 +++++----- Test/Test.csproj | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BurnOutSharp/BurnOutSharp.csproj b/BurnOutSharp/BurnOutSharp.csproj index 30b2346a..ef812e9a 100644 --- a/BurnOutSharp/BurnOutSharp.csproj +++ b/BurnOutSharp/BurnOutSharp.csproj @@ -1,7 +1,7 @@  - net472;net48;netcoreapp3.1 + net472;net48;netcoreapp3.1;net5.0 x86 BurnOutSharp BurnOutSharp @@ -22,17 +22,17 @@ true - + NET_FRAMEWORK - - + + - + diff --git a/Test/Test.csproj b/Test/Test.csproj index 3400086a..8edbf612 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -1,7 +1,7 @@  - net472;net48;netcoreapp3.1 + net472;net48;netcoreapp3.1;net5.0 x86 false Exe