Files
SpacetimeDB/modules/Directory.Build.props
T
2024-09-27 15:43:40 +00:00

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>