summary refs log tree commit diff
path: root/extra/admin-api/Interop/Spacebar.Interop.Replication.UnixSocket/Spacebar.Interop.Replication.UnixSocket.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-04 04:27:45 +0100
committerRory& <root@rory.gay>2026-02-04 04:27:45 +0100
commit6a235130d7356f273277f7cf2c28eabf17b9774d (patch)
treee2fb4b3efc2fd8033079d572d4f77ea38d0ffe51 /extra/admin-api/Interop/Spacebar.Interop.Replication.UnixSocket/Spacebar.Interop.Replication.UnixSocket.csproj
parentspread that message! (diff)
downloadserver-ts-6a235130d7356f273277f7cf2c28eabf17b9774d.tar.xz
Make builds for C# atomic, fix deps
Diffstat (limited to 'extra/admin-api/Interop/Spacebar.Interop.Replication.UnixSocket/Spacebar.Interop.Replication.UnixSocket.csproj')
-rw-r--r--extra/admin-api/Interop/Spacebar.Interop.Replication.UnixSocket/Spacebar.Interop.Replication.UnixSocket.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/admin-api/Interop/Spacebar.Interop.Replication.UnixSocket/Spacebar.Interop.Replication.UnixSocket.csproj b/extra/admin-api/Interop/Spacebar.Interop.Replication.UnixSocket/Spacebar.Interop.Replication.UnixSocket.csproj

index 81f042ed..7de7d025 100644 --- a/extra/admin-api/Interop/Spacebar.Interop.Replication.UnixSocket/Spacebar.Interop.Replication.UnixSocket.csproj +++ b/extra/admin-api/Interop/Spacebar.Interop.Replication.UnixSocket/Spacebar.Interop.Replication.UnixSocket.csproj
@@ -7,7 +7,8 @@ </PropertyGroup> <ItemGroup> - <ProjectReference Include="..\Spacebar.Interop.Replication.Abstractions\Spacebar.Interop.Replication.Abstractions.csproj" /> + <ProjectReference Include="..\Spacebar.Interop.Replication.Abstractions\Spacebar.Interop.Replication.Abstractions.csproj" Condition="'$(ContinuousIntegrationBuild)'!='true'"/> + <PackageReference Include="Spacebar.Interop.Replication.Abstractions" Version="*-preview*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/> </ItemGroup> <ItemGroup>