Skip to content

Commit

Permalink
Updated template aws to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsanmu committed Jan 19, 2024
1 parent 032b92b commit ae3f7ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<AWSProjectType>Lambda</AWSProjectType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
<IsPackable>true</IsPackable>
<NoWarn>$(NoWarn);NETSDK1206;1701;1702;NU1608;CA1822</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ae3f7ac

Please sign in to comment.