Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2021-01-15 04:18:57 +0300
committerGitHub <noreply@github.com>2021-01-15 04:18:57 +0300
commit08c3065756cc677b8478fa05cd493722e3f03a07 (patch)
treec8cb849e5a6365d616ebe8e7a90ad228f5e69ad8 /Directory.Build.props
parent0fb9c0090e816a467cc42581f4f2f07e15617d94 (diff)
Remove all dependencies on the old sharedfx tooling. (#47015)
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props6
1 files changed, 2 insertions, 4 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 38fcec3e0c9..b0a8c187f22 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -46,8 +46,6 @@
<AspNetCoreAppCurrent>net$(AspNetCoreAppCurrentVersion)</AspNetCoreAppCurrent>
<NetCoreAppToolCurrent>net$(NetCoreAppToolCurrentVersion)</NetCoreAppToolCurrent>
<NetCoreAppCurrentToolTargetFrameworkMoniker>$(NetCoreAppCurrentIdentifier),Version=v$(NetCoreAppToolCurrentVersion)</NetCoreAppCurrentToolTargetFrameworkMoniker>
- <!-- Used by Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk. -->
- <NETCoreAppFramework>$(NetCoreAppCurrent)</NETCoreAppFramework>
<SharedFrameworkName>Microsoft.NETCore.App</SharedFrameworkName>
<NetCoreAppCurrentBrandName>.NET $(NetCoreAppCurrentVersion)</NetCoreAppCurrentBrandName>
</PropertyGroup>
@@ -81,7 +79,7 @@
</PropertyGroup>
<PropertyGroup Label="CalculateConfiguration">
- <!-- The RuntimeConfiguration property allows to pass in/specify a configuration that applies to both CoreCLR and Mono. -->
+ <!-- The RuntimeConfiguration property allows to pass in/specify a configuration that applies to both CoreCLR and Mono. -->
<RuntimeConfiguration Condition="'$(RuntimeConfiguration)' == ''">$(Configuration)</RuntimeConfiguration>
<RuntimeConfiguration Condition="'$(RuntimeConfiguration)' == '' and ('$(Configuration)' == 'Debug' or '$(Configuration)' == 'Release')">$(Configuration)</RuntimeConfiguration>
<RuntimeConfiguration Condition="'$(RuntimeConfiguration)' == ''">Debug</RuntimeConfiguration>
@@ -236,7 +234,7 @@
'$(RepositoryName)' == 'runtimelab') and
'$(BuildAllProjects)' == 'true')">false</GeneratePackage>
</PropertyGroup>
-
+
<!-- Language configuration -->
<PropertyGroup>