-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQueueProcessors.csproj
More file actions
27 lines (23 loc) · 1.16 KB
/
Copy pathQueueProcessors.csproj
File metadata and controls
27 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AssemblyName>Acme.Wattle.Examples.QueueProcessors</AssemblyName>
<RootNamespace>Acme.Wattle.Examples.QueueProcessors</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
<PackageReference Include="Acme.Wattle.Caching" Version="1.0.0.4830" />
<PackageReference Include="Acme.Wattle.DomainObjects" Version="1.0.0.4830" />
<PackageReference Include="Acme.Wattle.Json" Version="1.0.0.4830" />
<PackageReference Include="Acme.Wattle.QueueProcessors" Version="1.0.0.4830" />
<PackageReference Include="Acme.Wattle.Testing" Version="1.0.0.4830" />
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
</Project>