Skip to content

Commit 40cf535

Browse files
authored
support net11 (#2121)
1 parent 688fb7f commit 40cf535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/dependencies.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
<PropertyGroup Condition="'$(TargetFramework)' == 'net10.0'">
2020
<MicrosoftAspNetCoreAppPackageVersion>10.0.*-*</MicrosoftAspNetCoreAppPackageVersion>
2121
</PropertyGroup>
22+
<PropertyGroup Condition="'$(TargetFramework)' == 'net11.0'">
23+
<MicrosoftAspNetCoreAppPackageVersion>11.0.*-*</MicrosoftAspNetCoreAppPackageVersion>
24+
</PropertyGroup>
2225
</Project>

0 commit comments

Comments
 (0)