Skip to content

Commit a418f3a

Browse files
committed
Utilize Microsoft.AspNetCore.App library to minimize package size
1 parent 1016fc5 commit a418f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.initial.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project>
22

3+
<!-- Utilize Microsoft.AspNetCore.App library to minimize package size -->
34
<PropertyGroup Condition="'$(FrameworkVersion)' == ''">
45
<FrameworkVersion Condition="'$(NET_6_0)' == true">6.*</FrameworkVersion>
56
<FrameworkVersion Condition="'$(NET_8_0)' == true">8.*</FrameworkVersion>

0 commit comments

Comments
 (0)