From 944bdf36c1c66a7bb32ae9e14ba3abc891098222 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 6 Jul 2023 09:50:21 +0200 Subject: [PATCH] Upgraded to .NET 7 --- FastRng/FastRng.csproj | 3 ++- FastRngTests/FastRngTests.csproj | 12 +++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/FastRng/FastRng.csproj b/FastRng/FastRng.csproj index 50e29eb..2fa3d6d 100644 --- a/FastRng/FastRng.csproj +++ b/FastRng/FastRng.csproj @@ -1,7 +1,7 @@ - net5.0 + net7.0 true 1.0.1 1.0.1 @@ -10,6 +10,7 @@ https://code.tsommer.org/thorsten/FastRng BSD-3-Clause 1.0.1 + latest diff --git a/FastRngTests/FastRngTests.csproj b/FastRngTests/FastRngTests.csproj index 63468fa..4c3d64a 100644 --- a/FastRngTests/FastRngTests.csproj +++ b/FastRngTests/FastRngTests.csproj @@ -1,16 +1,18 @@ - net5.0 + net7.0 false + + latest - - - - + + + +