Skip to content

Commit 4af8de5

Browse files
Fixing dependencies
1 parent 06ac1a6 commit 4af8de5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

samples/DotNet/Microsoft.Azure.ServiceBus/TransactionsAndSendVia/TransactionsAndSendVia/AMQPTransactionsSendVia/TransactionsAndSendVia.csproj

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.2.0" />
9+
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.0.0" />
1010
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
1111
</ItemGroup>
1212

13-
<ItemGroup>
14-
<Reference Include="Microsoft.Azure.ServiceBus">
15-
<HintPath>..\..\..\..\..\..\..\..\SBPreRelease\Txn\dotnet\Microsoft.Azure.ServiceBus.dll</HintPath>
16-
</Reference>
17-
</ItemGroup>
18-
1913
</Project>

0 commit comments

Comments
 (0)