Skip to content

Commit b1b5828

Browse files
author
Qingqing Sun
committed
revert debug file and mistake of docker file
1 parent b34bec2 commit b1b5828

File tree

4 files changed

+2
-23
lines changed

4 files changed

+2
-23
lines changed

Microsoft.Azure.IoT.Edge.Module.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Microsoft.Azure.IoT.Edge.Module</id>
5-
<version>0.4.0</version>
5+
<version>0.7.0</version>
66
<title>Azure IoT Edge Module</title>
77
<authors>Microsoft</authors>
88
<owners>microsoft, nugetazureiotedge</owners>

content/dotnet-template-azure-iot-edge-module/CSharp/Docker/linux-x64/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ WORKDIR /app
66

77
COPY $EXE_DIR/ ./
88

9-
RUN apt-get update
10-
11-
RUN apt-get install -y unzip procps
12-
13-
RUN curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l ~/vsdbg
14-
159
CMD ["dotnet", "SampleModule.dll"]

content/dotnet-template-azure-iot-edge-module/CSharp/Docker/linux-x64/Dockerfile.debug

Lines changed: 0 additions & 15 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.6.0-preview-004" />
13+
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.6.0-preview-003" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0-preview2-final" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.0-preview2-final" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0-preview2-final" />

0 commit comments

Comments
 (0)