We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1016fc5 commit a418f3aCopy full SHA for a418f3a
Directory.Build.initial.targets
@@ -1,5 +1,6 @@
1
<Project>
2
3
+ <!-- Utilize Microsoft.AspNetCore.App library to minimize package size -->
4
<PropertyGroup Condition="'$(FrameworkVersion)' == ''">
5
<FrameworkVersion Condition="'$(NET_6_0)' == true">6.*</FrameworkVersion>
6
<FrameworkVersion Condition="'$(NET_8_0)' == true">8.*</FrameworkVersion>
0 commit comments