We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff2403e + 0dc6118 commit 5f17cc2Copy full SHA for 5f17cc2
libraries/tests/Directory.Build.props
@@ -1,8 +1,9 @@
1
<Project>
2
<PropertyGroup>
3
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
4
+ <IsPackable>false</IsPackable>
5
</PropertyGroup>
6
<ItemGroup>
7
<ProjectReference Condition="'$(Configuration)'!='Release'" Include="..\..\src\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" />
8
</ItemGroup>
-</Project>
9
+</Project>
libraries/tests/e2e/Directory.Build.props
@@ -1,3 +1,6 @@
<!-- Only here so that the default Directory.Build.props will not be used. -->
+ <PropertyGroup>
+ </PropertyGroup>
0 commit comments