spacetimedb-cli 0.7.1

A command line interface for SpacetimeDB
Documentation
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <!-- needs to be exe for initializers to be embedded correctly -->
    <OutputType>Exe</OutputType>
    <TargetFramework>net7.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="SpacetimeDB.Codegen" Version="0.7.*" />
    <PackageReference Include="SpacetimeDB.Runtime" Version="0.7.*" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Wasi.Sdk" Version="0.1.4-preview.10020" />
  </ItemGroup>

</Project>