File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
libraries/src/AWS.Lambda.Powertools.Idempotency Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 66 <Description >Powertools for AWS Lambda (.NET) - Idempotency package.</Description >
77 <AssemblyName >AWS.Lambda.Powertools.Idempotency</AssemblyName >
88 <RootNamespace >AWS.Lambda.Powertools.Idempotency</RootNamespace >
9+ <Version >1.2.13</Version >
10+ <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeInOutput</TargetsForTfmSpecificBuildOutput >
911 </PropertyGroup >
1012
1113
1517 <PackageReference Include =" Amazon.Lambda.Core" />
1618 <PackageReference Include =" AWSSDK.DynamoDBv2" />
1719 <ProjectReference Include =" ..\AWS.Lambda.Powertools.Common\AWS.Lambda.Powertools.Common.csproj" PrivateAssets =" all" />
18- <ProjectReference Include =" ..\AWS.Lambda.Powertools.JMESPath\AWS.Lambda.Powertools.JMESPath.csproj" />
20+ <ProjectReference Include =" ..\AWS.Lambda.Powertools.JMESPath\AWS.Lambda.Powertools.JMESPath.csproj" PrivateAssets = " all " />
1921 </ItemGroup >
20-
22+
23+ <Target Name =" IncludeInOutput" >
24+ <ItemGroup >
25+ <BuildOutputInPackage Include =" $(OutputPath)\AWS.Lambda.Powertools.JMESPath.dll" />
26+ </ItemGroup >
27+ </Target >
2128</Project >
You can’t perform that action at this time.
0 commit comments