We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2298bdb commit 4dc2e5aCopy full SHA for 4dc2e5a
eng/Directory.Build.Common.props
@@ -111,6 +111,7 @@
111
</PropertyGroup>
112
113
<!-- TargetFramework default properties -->
114
+ <!-- Update pipelines/templates/steps/install-dotnet.yml as needed, without re-installing SDKs already found on all supported agents -->
115
<PropertyGroup>
116
<!-- Client libraries are moving forward to NS 2.0 and Net 4.6.1 as the min supported versions -->
117
<SupportsNetStandard20 Condition="'$(SupportsNetStandard20)' == '' and '$(IsClientLibrary)' == 'true'">true</SupportsNetStandard20>
0 commit comments