Skip to content

Commit 20e021f

Browse files
committed
Address PR comments
1 parent 6ad94a6 commit 20e021f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.autover/changes/218d1da2-1942-431e-b210-0ec9229cdb51.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@
165165
"Name": "Amazon.Lambda.PowerShellHost",
166166
"Type": "Major",
167167
"ChangelogMessages": [
168-
"Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10"
168+
"Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10",
169+
"Update Microsoft.PowerShell.SDK package dependency to version 7.4.14",
170+
"Update System.Security.Cryptography.Xml package dependency to version 8.0.3"
169171
]
170172
},
171173
{

Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
<PropertyGroup>
44
<RootNamespace>Amazon.Lambda.Annotations</RootNamespace>
5-
<!-- The .NET Standard 2.0 target is required for the source generator -->
5+
<!--
6+
The .NET Standard 2.0 target is required for the source generator. The other targets
7+
are required because there is code included in the project used at runtime but not
8+
during source generation that require newer .NET targets. For example the JSON
9+
serialization of HttpResults.
10+
-->
611
<TargetFrameworks>netstandard2.0;net8.0;net10.0</TargetFrameworks>
712
<GenerateDocumentationFile>true</GenerateDocumentationFile>
813
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)