Skip to content

Commit 59753f3

Browse files
committed
revert csproj change
1 parent 39eda7f commit 59753f3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
<ItemGroup>
6464
<TargetPathWithTargetPlatformMoniker Include="$(PKGNewtonsoft_Json)\lib\netstandard2.0\Newtonsoft.Json.dll" IncludeRuntimeDependency="false" />
6565
<TargetPathWithTargetPlatformMoniker Include="$(PKGYamlDotNet)\lib\netstandard2.0\YamlDotNet.dll" IncludeRuntimeDependency="false" />
66-
<!-- The source generator loads Amazon.Lambda.Annotations at runtime to inspect attribute types.
67-
Without this, the generator fails with FileNotFoundException in Release builds (CS8785).
68-
Use absolute path via $(MSBuildProjectDirectory) so the path resolves correctly when
69-
propagated to consuming projects through the project reference chain. -->
70-
<TargetPathWithTargetPlatformMoniker Include="$(MSBuildProjectDirectory)\$(OutputPath)Amazon.Lambda.Annotations.dll" IncludeRuntimeDependency="false" />
7166
</ItemGroup>
7267
</Target>
7368

0 commit comments

Comments
 (0)