Skip to content

Commit

Permalink
Make GetItem Project settings match GetCharity
Browse files Browse the repository at this point in the history
  • Loading branch information
RobKraft committed Sep 24, 2024
1 parent a124ed4 commit 643d35d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Lambdas/GetItemTypes/GetItemTypes.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand All @@ -9,6 +9,8 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<!-- Generate ready to run images during publishing to improve cold start time. -->
<PublishReadyToRun>true</PublishReadyToRun>
<OutputType>Exe</OutputType>
<AssemblyName>bootstrap</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Amazon.Lambda.Core" Version="2.3.0" />
Expand Down

0 comments on commit 643d35d

Please sign in to comment.