Skip to content

Commit 5ec8cb7

Browse files
authored
Merge branch 'main' into dmkorolev/tls
2 parents 42c5aa5 + 40cf535 commit 5ec8cb7

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)