Skip to content

Commit 4dc2e5a

Browse files
authored
Ensure net7.0 SDK is installed (Azure#33622)
* Ensure net7.0 SDK is installed * Don't install SDKs already on the agents * Add .NET 6.0 SDK install back
1 parent 2298bdb commit 4dc2e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/Directory.Build.Common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
</PropertyGroup>
112112

113113
<!-- TargetFramework default properties -->
114+
<!-- Update pipelines/templates/steps/install-dotnet.yml as needed, without re-installing SDKs already found on all supported agents -->
114115
<PropertyGroup>
115116
<!-- Client libraries are moving forward to NS 2.0 and Net 4.6.1 as the min supported versions -->
116117
<SupportsNetStandard20 Condition="'$(SupportsNetStandard20)' == '' and '$(IsClientLibrary)' == 'true'">true</SupportsNetStandard20>

0 commit comments

Comments
 (0)