We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f499a commit f077e98Copy full SHA for f077e98
test/Worker/AzureManaged/Worker.AzureManaged.Tests.csproj
@@ -0,0 +1,17 @@
1
+<Project Sdk="Microsoft.NET.Sdk">
2
+
3
+ <PropertyGroup>
4
+ <TargetFrameworks>net6.0</TargetFrameworks>
5
+ </PropertyGroup>
6
7
+ <ItemGroup>
8
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
9
+ </ItemGroup>
10
11
12
+ <ProjectReference Include="../../../src/Worker/AzureManaged/Worker.AzureManaged.csproj" />
13
+ <ProjectReference Include="../../../src/Shared/AzureManaged/Shared.AzureManaged.csproj" />
14
+ <ProjectReference Include="../../TestHelpers/TestHelpers.csproj" />
15
16
17
+</Project>
test/Worker/AzureManaged/Worker.AzureManaged.csproj
0 commit comments