Skip to content

Commit 77403f3

Browse files
committed
Fix unintended breaking change
- blocking dotnet/aspnetcore#1293 dependency update PR - commit 3ec8c35 lost `AssemblyName` substitution - tasks assembly in package incorrectly named ".Manifest.Task.dll"
1 parent 3d689a2 commit 77403f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileProviders/Embedded/src/Microsoft.Extensions.FileProviders.Embedded.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
29+
<NuspecProperty Include="AssemblyName=$(AssemblyName)" />
3030
<NuspecProperty Include="OutputBinary=$(OutputPath)**\$(AssemblyName).dll" />
3131
<NuspecProperty Include="OutputSymbol=$(OutputPath)**\$(AssemblyName).pdb" />
3232
<NuspecProperty Include="OutputDocumentation=$(OutputPath)**\$(AssemblyName).xml" />

0 commit comments

Comments
 (0)