File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
src/ServiceControl.AcceptanceTests Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 5454 <Dependency Name =" RavenDB.Database" Version =" 2.5.2879" Mode =" Fixed" />
5555 <Dependency Name =" RavenDB.Embedded" Version =" 2.5.2879" Mode =" Fixed" />
5656 <Dependency Name =" ServiceControl.Plugin.Nsb4.CustomChecks" Version =" 0.1.0" Mode =" Float" />
57+ <Dependency Name =" ServiceControl.Plugin.Nsb4.DebugSession" Version =" 0.1.0" Mode =" Float" />
58+ <Dependency Name =" ServiceControl.Plugin.Nsb4.Heartbeat" Version =" 0.1.0" Mode =" Float" />
59+ <Dependency Name =" ServiceControl.Plugin.Nsb4.SagaAudit" Version =" 0.1.0" Mode =" Float" />
5760 <Dependency Name =" SharpZipLib" Version =" 0.86.0" Mode =" Fixed" />
5861 <Dependency Name =" System.Spatial" Version =" 5.2.0.0" Mode =" Fixed" />
5962 <Dependency Name =" WindowsAzure.ServiceBus" Version =" 2.2.0.0" Mode =" Fixed" />
Original file line number Diff line number Diff line change 9494 <Reference Include =" ServiceControl.Plugin.Nsb4.CustomChecks" >
9595 <HintPath >..\packages\ServiceControl.Plugin.Nsb4.CustomChecks\lib\net40\ServiceControl.Plugin.Nsb4.CustomChecks.dll</HintPath >
9696 </Reference >
97+ <Reference Include =" ServiceControl.Plugin.Nsb4.DebugSession" >
98+ <HintPath >..\packages\ServiceControl.Plugin.Nsb4.DebugSession\lib\net40\ServiceControl.Plugin.Nsb4.DebugSession.dll</HintPath >
99+ </Reference >
100+ <Reference Include =" ServiceControl.Plugin.Nsb4.Heartbeat" >
101+ <HintPath >..\packages\ServiceControl.Plugin.Nsb4.Heartbeat\lib\net40\ServiceControl.Plugin.Nsb4.Heartbeat.dll</HintPath >
102+ </Reference >
103+ <Reference Include =" ServiceControl.Plugin.Nsb4.SagaAudit" >
104+ <HintPath >..\packages\ServiceControl.Plugin.Nsb4.SagaAudit\lib\net40\ServiceControl.Plugin.Nsb4.SagaAudit.dll</HintPath >
105+ </Reference >
97106 <Reference Include =" System" />
98107 <Reference Include =" System.Configuration" />
99108 <Reference Include =" System.Core" />
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ NServiceBus.SqlServer
1818NUnit
1919RabbitMQ.Client
2020ServiceControl.Plugin.Nsb4.CustomChecks
21+ ServiceControl.Plugin.Nsb4.DebugSession
22+ ServiceControl.Plugin.Nsb4.Heartbeat
23+ ServiceControl.Plugin.Nsb4.SagaAudit
2124System.Spatial
2225WindowsAzure.ServiceBus
23- WindowsAzure.Storage
26+ WindowsAzure.Storage
You can’t perform that action at this time.
0 commit comments