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 f3f7a1e commit 5f908f1Copy full SHA for 5f908f1
Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj
@@ -21,12 +21,6 @@
21
<None Include="README.md" Pack="true" PackagePath="\" />
22
</ItemGroup>
23
24
- <PropertyGroup>
25
- <!--This assembly contains some internal methods that need to be accessed by the Amazon.Lambda.Annotations.SourceGenerator assembly.
26
- Both these assemblies need to be strongly signed for the InternalsVisibleTo attribute to take effect.-->
27
- <AssemblyOriginatorKeyFile>..\..\..\buildtools\public.snk</AssemblyOriginatorKeyFile>
28
- <SignAssembly>true</SignAssembly>
29
- </PropertyGroup>
30
31
<ItemGroup>
32
<ProjectReference Include="..\Amazon.Lambda.Core\Amazon.Lambda.Core.csproj" />
0 commit comments