Skip to content

Commit 0d7e10b

Browse files
this commit introduces a framework reference for using shared components to build a reusable library
1 parent e535306 commit 0d7e10b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Artifacts/Comanda.Internal.AspNet/Source/Comanda.Internal.AspNet.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2424
</PropertyGroup>
2525

26+
<!-- framework reference for accessing ASP.NET shared components to build reusable web infrastructure library -->
27+
<ItemGroup>
28+
<FrameworkReference Include="Microsoft.AspNetCore.App" />
29+
</ItemGroup>
30+
2631
<ItemGroup>
2732
<!-- source link configuration for debugging -->
2833
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)