Skip to content

Commit 5f481c7

Browse files
github-actions[bot]Marco Rossignoli
andauthored
Import the new Microsoft.Common.Test.targets target for multi-tfm (#9598)
Co-authored-by: Marco Rossignoli <mrossignol@microsoft.com>
1 parent 8ab35c5 commit 5f481c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.9.0</VersionPrefix>
5+
<VersionPrefix>17.9.1</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.8.3</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

src/Tasks/Microsoft.Common.CrossTargeting.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,9 @@ Copyright (C) Microsoft Corporation. All rights reserved.
248248

249249
<Import Project="$(DirectoryBuildTargetsPath)" Condition="'$(ImportDirectoryBuildTargets)' == 'true' and exists('$(DirectoryBuildTargetsPath)')"/>
250250

251+
<PropertyGroup>
252+
<UseMSBuildTestInfrastructure Condition="'$(UseMSBuildTestInfrastructure)' == ''">false</UseMSBuildTestInfrastructure>
253+
</PropertyGroup>
254+
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.Test.targets" Condition="'$(UseMSBuildTestInfrastructure)' == 'true'"/>
255+
251256
</Project>

0 commit comments

Comments
 (0)