Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7C675200B69 for ; Sat, 20 Aug 2016 19:27:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7ADBF160ABE; Sat, 20 Aug 2016 17:27:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E8695160ABB for ; Sat, 20 Aug 2016 19:27:23 +0200 (CEST) Received: (qmail 9111 invoked by uid 500); 20 Aug 2016 17:27:23 -0000 Mailing-List: contact commits-help@devicemap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@devicemap.apache.org Delivered-To: mailing list commits@devicemap.apache.org Received: (qmail 9091 invoked by uid 99); 20 Aug 2016 17:27:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Aug 2016 17:27:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 856672C0032 for ; Sat, 20 Aug 2016 17:27:22 +0000 (UTC) Date: Sat, 20 Aug 2016 17:27:20 +0000 (UTC) From: "Werner Keil (JIRA)" To: commits@devicemap.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DMAP-185) Verify and simplify CSPROJ of Console MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 20 Aug 2016 17:27:24 -0000 [ https://issues.apache.org/jira/browse/DMAP-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Keil resolved DMAP-185. ------------------------------ Resolution: Won't Fix > Verify and simplify CSPROJ of Console > ------------------------------------- > > Key: DMAP-185 > URL: https://issues.apache.org/jira/browse/DMAP-185 > Project: DeviceMap > Issue Type: Task > Components: .NET Client > Affects Versions: 1.0.1 C# > Reporter: Werner Keil > Assignee: Werner Keil > Priority: Minor > Fix For: 1.1.0 .NET > > > https://svn.apache.org/repos/asf/devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/DeviceMapConsole.csproj contains references to > Microsoft.Net.Framework.3.5.SP1 > or > .NETFramework,Version=v4.0 > While it probably means no problems building the project (as long as a minimum version of .NET 4.0 is present) especially the 3.5.SP1 should not matter given the minimal requirement of 4.0 based on consumed API calls. > Hence either both or at least 3.5 references should be removed -- This message was sent by Atlassian JIRA (v6.3.4#6332)