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:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2021-01-05 02:45:22 +0300
committerGitHub <noreply@github.com>2021-01-05 02:45:22 +0300
commit891e8d4d4f966d8888c59f38a4ad9f8c2878adf6 (patch)
treebb98629ca512b875a55162669e49e78f333815ac /Directory.Build.props
parentf640d324cc3aa71954357a7fd47d424c26849315 (diff)
move netcore platforms and targets to csproj (#46474)
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index dad14cfa30c..b2e27af4fcb 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -210,7 +210,7 @@
<RepositoryUrl>git://github.com/dotnet/$(GitHubRepositoryName)</RepositoryUrl>
<ProjectUrl>https://github.com/dotnet/$(GitHubRepositoryName)</ProjectUrl>
<LicenseUrl>https://github.com/dotnet/$(GitHubRepositoryName)/blob/master/LICENSE.TXT</LicenseUrl>
- <RuntimeIdGraphDefinitionFile>$([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'pkg', 'Microsoft.NETCore.Platforms', 'runtime.json'))</RuntimeIdGraphDefinitionFile>
+ <RuntimeIdGraphDefinitionFile>$([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'Microsoft.NETCore.Platforms', 'pkg', 'runtime.json'))</RuntimeIdGraphDefinitionFile>
<LicenseFile>$(MSBuildThisFileDirectory)LICENSE.TXT</LicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>$(CopyrightNetFoundation)</Copyright>