We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922d92f commit 20dee71Copy full SHA for 20dee71
examples/BatchProcessing/src/HelloWorld/HelloWorld.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
+ <TargetFramework>net8.0</TargetFramework>
4
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
5
<Nullable>enable</Nullable>
6
</PropertyGroup>
examples/BatchProcessing/test/HelloWorld.Test/HelloWorld.Tests.csproj
<ItemGroup>
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
0 commit comments