Skip to content

Commit 81a8ca3

Browse files
CopilotLuizMacedo
andcommitted
Uncomment Microsoft.Web.LibraryManager.Build reference that was accidentally commented during testing
Co-authored-by: LuizMacedo <[email protected]>
1 parent fbc898b commit 81a8ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />
2525
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" />
26-
<!-- <PackageReference Include="Microsoft.Web.LibraryManager.Build" /> -->
26+
<PackageReference Include="Microsoft.Web.LibraryManager.Build" />
2727
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" />
2828
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
2929
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" />

0 commit comments

Comments
 (0)