From fd02c577dbf3a7cbbff2b8f31f84f869bbd6ffb7 Mon Sep 17 00:00:00 2001 From: Zeke Foppa <196249+bfops@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:28:53 -0700 Subject: [PATCH] Restore `dotnet pack` functionality (#118) ## Description of Changes Single-line change so that `dotnet pack` stops complaining that nothing was generated. Per @RReverser this brings this package more in line with our other C# packages. ## API Nah nothing breaking. ## Requires SpacetimeDB PRs Nope --------- Co-authored-by: Zeke Foppa --- SpacetimeDB.ClientSDK.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/SpacetimeDB.ClientSDK.csproj b/SpacetimeDB.ClientSDK.csproj index 72a34580a9..058f810108 100644 --- a/SpacetimeDB.ClientSDK.csproj +++ b/SpacetimeDB.ClientSDK.csproj @@ -5,7 +5,6 @@ 9 disable enable - True SpacetimeDB.ClientSDK SpacetimeDB SDK jdetter