Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\build\common.props" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\NetFusion.Common.Base\NetFusion.Common.Base.csproj" />
<ProjectReference Include="..\..\Common\NetFusion.Common\NetFusion.Common.csproj" />
<ProjectReference Include="..\..\Core\NetFusion.Core.Bootstrap\NetFusion.Core.Bootstrap.csproj" />
<ProjectReference Include="..\..\Core\NetFusion.Core.Settings\NetFusion.Core.Settings.csproj" />
<ProjectReference Include="..\..\Messaging\NetFusion.Messaging.Types\NetFusion.Messaging.Types.csproj" />
<ProjectReference Include="..\..\Messaging\NetFusion.Messaging\NetFusion.Messaging.csproj" />
<ProjectReference Include="..\NetFusion.Integration.Bus\NetFusion.Integration.Bus.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.17.2" />
</ItemGroup>
<PropertyGroup>
<PackageId>NetFusion.Integration.ServiceBus</PackageId>
<Title>NetFusion ServiceBus Plug-In</Title>
<Description>Contains plugin allowing microservice to publish/subscribe messages to Azure ServiceBus</Description>
<PackageTags>netfusion;plugin;azure;servicebus</PackageTags>
</PropertyGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\build\common.props" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Common\NetFusion.Common.Base\NetFusion.Common.Base.csproj" />
<ProjectReference Include="..\..\Common\NetFusion.Common\NetFusion.Common.csproj" />
<ProjectReference Include="..\..\Core\NetFusion.Core.Bootstrap\NetFusion.Core.Bootstrap.csproj" />
<ProjectReference Include="..\..\Core\NetFusion.Core.Settings\NetFusion.Core.Settings.csproj" />
<ProjectReference Include="..\..\Messaging\NetFusion.Messaging.Types\NetFusion.Messaging.Types.csproj" />
<ProjectReference Include="..\..\Messaging\NetFusion.Messaging\NetFusion.Messaging.csproj" />
<ProjectReference Include="..\NetFusion.Integration.Bus\NetFusion.Integration.Bus.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.17.2" />
</ItemGroup>

<PropertyGroup>
<PackageId>NetFusion.Integration.ServiceBus</PackageId>
<Title>NetFusion ServiceBus Plug-In</Title>
<Description>Contains plugin allowing microservice to publish/subscribe messages to Azure ServiceBus</Description>
<PackageTags>netfusion;plugin;azure;servicebus</PackageTags>
</PropertyGroup>
</Project>