File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/sdk Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ ***********************************************************************************************
3+ Sdk.BundledVersions.props
4+
5+ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6+ created a backup copy. Incorrect changes to this file will make it
7+ impossible to load or build your projects from the command-line or the IDE.
8+
9+ Copyright (c) .NET Foundation. All rights reserved.
10+ ***********************************************************************************************
11+ -->
12+ <Project ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
13+
14+ <!-- Imported by components that need the BundledVersions.props information but don't import the entire Microsoft.NET.Sdk -->
15+
16+ <PropertyGroup Condition =" '$(NETCoreSdkBundledVersionsProps)' == ''" >
17+ <NETCoreSdkBundledVersionsProps >$(MSBuildThisFileDirectory)..\..\..\Microsoft.NETCoreSdk.BundledVersions.props</NETCoreSdkBundledVersionsProps >
18+ </PropertyGroup >
19+ <Import Project =" $(NETCoreSdkBundledVersionsProps)" Condition =" Exists('$(NETCoreSdkBundledVersionsProps)')" />
20+
21+ </Project >
You can’t perform that action at this time.
0 commit comments