File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/Amazon.Lambda.TestTool
tests/Amazon.Lambda.TestTool.UnitTests Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 23
23
</ItemGroup >
24
24
25
25
<Target Name =" CopyRuntimeSupportFiles" BeforeTargets =" _GetPackageFiles" >
26
- <Message Importance =" high" Text =" Publishing Amazon.Lambda.RuntimeSupport project..." />
27
-
28
26
<ItemGroup >
29
- <TargetFrameworks Include =" netstandard2.0;net5 .0;net6 .0;net8 .0" />
27
+ <TargetFrameworks Include =" netstandard2.0;net6 .0;net8 .0;net9 .0" />
30
28
</ItemGroup >
31
29
32
30
<Exec Command =" dotnet publish " $(MSBuildThisFileDirectory)..\..\..\..\Libraries\src\Amazon.Lambda.RuntimeSupport\Amazon.Lambda.RuntimeSupport.csproj" -c $(Configuration) -f %(TargetFrameworks.Identity) -v n" />
43
41
<EmbeddedResource Include =" wwwroot\**" />
44
42
<EmbeddedResource Include =" Resources\**" />
45
43
</ItemGroup >
46
- </Project >
44
+ </Project >
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ public class PackagingTests
14
14
private readonly ITestOutputHelper _output ;
15
15
private static readonly string [ ] ExpectedFrameworks = new [ ]
16
16
{
17
- "net5.0" ,
18
17
"net6.0" ,
19
18
"net8.0" ,
19
+ "net9.0" ,
20
20
"netstandard2.0"
21
21
} ;
22
22
You can’t perform that action at this time.
0 commit comments