Skip to content

Commit 41b923f

Browse files
authored
Merge pull request #2 from atc-net/hotfix/nuget_packages
Hotfix/nuget packages
2 parents d245939 + bcab6c3 commit 41b923f

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

sample/src/Atc.Azure.Iot.Certificate.Sample/Atc.Azure.Iot.Certificate.Sample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6+
<IsPackable>false</IsPackable>
67
</PropertyGroup>
78

89
</Project>

sample/src/Atc.Azure.Iot.Sample.Modules.Contracts/Atc.Azure.Iot.Sample.Modules.Contracts.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5+
<IsPackable>false</IsPackable>
56
</PropertyGroup>
67

78
</Project>

sample/src/IoTEdgeModules/modules/opcpublishernodemanagermodule/OpcPublisherNodeManagerModule.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
55
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
6+
<IsPackable>false</IsPackable>
67
</PropertyGroup>
78

89
<ItemGroup>

sample/src/IoTEdgeModules/modules/simulationmodule/SimulationModule.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
55
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
6+
<IsPackable>false</IsPackable>
67
</PropertyGroup>
78

89
<ItemGroup>

src/Atc.Azure.IoT.CLI/Atc.Azure.IoT.CLI.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
</PropertyGroup>
1515

16+
<ItemGroup>
17+
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\" />
18+
</ItemGroup>
19+
1620
<ItemGroup>
1721
<PackageReference Include="Atc" Version="2.0.469" />
1822
<PackageReference Include="Atc.Console.Spectre" Version="2.0.469" />

0 commit comments

Comments
 (0)