From 43d561d4021356993734bd1aec3c814b31c2000e Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Sun, 9 Jul 2023 20:55:22 +0600 Subject: [PATCH] Change TargetFramework to net7 --- csharp/Storage/Storage.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Storage/Storage.csproj b/csharp/Storage/Storage.csproj index 810b9afd..b901e955 100644 --- a/csharp/Storage/Storage.csproj +++ b/csharp/Storage/Storage.csproj @@ -1,7 +1,7 @@ - net6 + net7 enable