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 6
6
<Description >Powertools for AWS Lambda (.NET) - Idempotency package.</Description >
7
7
<AssemblyName >AWS.Lambda.Powertools.Idempotency</AssemblyName >
8
8
<RootNamespace >AWS.Lambda.Powertools.Idempotency</RootNamespace >
9
+ <Version >1.2.13</Version >
10
+ <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);IncludeInOutput</TargetsForTfmSpecificBuildOutput >
9
11
</PropertyGroup >
10
12
11
13
15
17
<PackageReference Include =" Amazon.Lambda.Core" />
16
18
<PackageReference Include =" AWSSDK.DynamoDBv2" />
17
19
<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 " />
19
21
</ItemGroup >
20
-
22
+
23
+ <Target Name =" IncludeInOutput" >
24
+ <ItemGroup >
25
+ <BuildOutputInPackage Include =" $(OutputPath)\AWS.Lambda.Powertools.JMESPath.dll" />
26
+ </ItemGroup >
27
+ </Target >
21
28
</Project >
You can’t perform that action at this time.
0 commit comments