File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
content/dotnet-template-azure-iot-edge-module/CSharp Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.Azure.Devices.Client" Version =" 1.18.0 " />
17
+ <PackageReference Include =" Microsoft.Azure.Devices.Client" Version =" 1.* " />
18
18
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.1.1" />
19
19
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 2.1.1" />
20
20
<PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 2.1.1" />
Original file line number Diff line number Diff line change 12
12
"windows-amd64" : " ./Dockerfile.windows-amd64"
13
13
}
14
14
},
15
- "buildOptions" : []
15
+ "buildOptions" : [],
16
+ "contextPath" : " ./"
16
17
},
17
18
"language" : " csharp"
18
- }
19
+ }
You can’t perform that action at this time.
0 commit comments