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 9f79643 commit a5029cbCopy full SHA for a5029cb
dotnet/src/extensions/Azure/Handlers/GeneXus.Deploy.AzureFunctions.Handlers.csproj
@@ -101,7 +101,7 @@
101
</ItemGroup>
102
<Target Name="CustomContentTarget">
103
<ItemGroup Condition="$(GenStdVersion)==''">
104
- <TfmSpecificPackageFile Include="$(OutputPath)\$(MSBuildProjectName).deps.json;$(OutputPath)\$(MSBuildProjectName).runtimeconfig.json">
+ <TfmSpecificPackageFile Include="$(OutputPath)\$(MSBuildProjectName).deps.json;">
105
<PackagePath>./lib/$(TargetFramework)/</PackagePath>
106
<PackageCopyToOutput>true</PackageCopyToOutput>
107
</TfmSpecificPackageFile>
0 commit comments