mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-15 04:08:02 -04:00
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 <bfops@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
<LangVersion>9</LangVersion>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<PackageId>SpacetimeDB.ClientSDK</PackageId>
|
||||
<Title>SpacetimeDB SDK</Title>
|
||||
<Authors>jdetter</Authors>
|
||||
|
||||
Reference in New Issue
Block a user