[Pkg-mono-svn-commits] [mono] 01/01: On Debian, we don't have any reference assemblies for .NET 4.5 (as they can't be built fully from source right now), so make TargetFrameworkVersion 4.5.x point to $latest. This avoids the need for a packaging transition to change every TargetFrameworkVersion 4.5 into 4.6

Jo Shields directhex at moszumanska.debian.org
Sun Nov 6 08:05:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master-patches/dont_use_4.5-api
in repository mono.

commit 3cfd6a21f889eebe24e124c1e96d6d05ed722142
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Nov 6 08:04:03 2016 +0000

    On Debian, we don't have any reference assemblies for .NET 4.5 (as they can't be built fully from source right now), so make TargetFrameworkVersion 4.5.x point to $latest. This avoids the need for a packaging transition to change every TargetFrameworkVersion 4.5 into 4.6
---
 mcs/tools/xbuild/frameworks/net_4.5.1.xml | 2 +-
 mcs/tools/xbuild/frameworks/net_4.5.2.xml | 2 +-
 mcs/tools/xbuild/frameworks/net_4.5.xml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mcs/tools/xbuild/frameworks/net_4.5.1.xml b/mcs/tools/xbuild/frameworks/net_4.5.1.xml
index d9f2d5e..c82a4a6 100644
--- a/mcs/tools/xbuild/frameworks/net_4.5.1.xml
+++ b/mcs/tools/xbuild/frameworks/net_4.5.1.xml
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="utf-8"?>
-<FileList  Name=".NET Framework 4.5.1" TargetFrameworkDirectory="..\..\..\..\4.5-api">
+<FileList  Name=".NET Framework 4.5.1" TargetFrameworkDirectory="..\..\..\..\4.5">
 </FileList>
diff --git a/mcs/tools/xbuild/frameworks/net_4.5.2.xml b/mcs/tools/xbuild/frameworks/net_4.5.2.xml
index bf92045..ec5a0e9 100644
--- a/mcs/tools/xbuild/frameworks/net_4.5.2.xml
+++ b/mcs/tools/xbuild/frameworks/net_4.5.2.xml
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="utf-8"?>
-<FileList  Name=".NET Framework 4.5.2" TargetFrameworkDirectory="..\..\..\..\4.5-api">
+<FileList  Name=".NET Framework 4.5.2" TargetFrameworkDirectory="..\..\..\..\4.5">
 </FileList>
diff --git a/mcs/tools/xbuild/frameworks/net_4.5.xml b/mcs/tools/xbuild/frameworks/net_4.5.xml
index 2741a78..2fa28c4 100644
--- a/mcs/tools/xbuild/frameworks/net_4.5.xml
+++ b/mcs/tools/xbuild/frameworks/net_4.5.xml
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="utf-8"?>
-<FileList  Name=".NET Framework 4.5" TargetFrameworkDirectory="..\..\..\..\4.5-api">
+<FileList  Name=".NET Framework 4.5" TargetFrameworkDirectory="..\..\..\..\4.5">
 </FileList>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list