mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 03:37:55 -04:00
10 lines
445 B
XML
10 lines
445 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- Only needed when referencing local dependencies as projects. For published packages, these are imported automatically. -->
|
|
<Import Project="../crates/bindings-csharp/Runtime/build/SpacetimeDB.Runtime.props" />
|
|
|
|
<!-- Prevent test projects from being picked up by `dotnet pack`. -->
|
|
<PropertyGroup>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
</Project>
|