Skip to content

Commit 3728af0

Browse files
authored
Merge pull request #49 from Azure/capability
add AzureIoTEdgeModule project capability in csproj for VS
2 parents ffba3e6 + 7640c36 commit 3728af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/dotnet-template-azure-iot-edge-module/CSharp/SampleModule.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<TreatSpecificWarningsAsErrors />
1010
</PropertyGroup>
1111

12+
<ItemGroup>
13+
<ProjectCapability Include="AzureIoTEdgeModule"/>
14+
</ItemGroup>
15+
1216
<ItemGroup>
1317
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.18.0" />
1418
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.1" />

0 commit comments

Comments
 (0)