File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
content/dotnet-template-azure-iot-edge-module/CSharp Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Options:
57
57
58
58
59
59
Azure IoT Edge Module (C#)
60
- Author: Summer Sun
60
+ Author: Microsoft
61
61
Options:
62
62
-s|--skipRestore
63
63
bool - Optional
Original file line number Diff line number Diff line change 1
1
{
2
- "author" : " Summer Sun " ,
2
+ "author" : " Microsoft " ,
3
3
"classifications" : [
4
4
" Console"
5
5
],
Original file line number Diff line number Diff line change 7
7
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.0|AnyCPU'" >
8
8
<TreatWarningsAsErrors >True</TreatWarningsAsErrors >
9
9
<TreatSpecificWarningsAsErrors />
10
- <RestoreSources >https://api.nuget.org/v3/index.json;https://www.myget.org/F/aziot-device-sdk/api/v3/index.json</RestoreSources >
11
10
</PropertyGroup >
12
11
13
12
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Azure.Devices.Client" Version =" 1.17.0-preview-010 " />
13
+ <PackageReference Include =" Microsoft.Azure.Devices.Client" Version =" 1.17.0" />
15
14
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.0.0" />
16
15
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 2.0.0" />
17
16
<PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 2.0.0" />
You can’t perform that action at this time.
0 commit comments