Skip to content

Commit 6e3eee5

Browse files
authored
Merge pull request #732 from aws-powertools/develop
chore: sync main with develop for release 1.19
2 parents 41f6b70 + 5f17cc2 commit 6e3eee5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

libraries/tests/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project>
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
4+
<IsPackable>false</IsPackable>
45
</PropertyGroup>
56
<ItemGroup>
67
<ProjectReference Condition="'$(Configuration)'!='Release'" Include="..\..\src\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
78
</ItemGroup>
8-
</Project>
9+
</Project>
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<Project>
22
<!-- Only here so that the default Directory.Build.props will not be used. -->
3-
</Project>
3+
<PropertyGroup>
4+
<IsPackable>false</IsPackable>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)