From a75d4fab2aafdb253e4881265691569e51e30936 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 5 Jul 2017 17:23:38 -0400 Subject: [PATCH] try again --- .vscode/launch.json | 23 ----------------- .vscode/tasks.json | 16 ------------ .../UriBuilder.Fluent.UnitTests.csproj | 25 ++++++------------- .../Properties/AssemblyInfo.cs | 1 - 4 files changed, 7 insertions(+), 58 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/tasks.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e464a79..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": ".NET Core Launch (console)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceRoot}/bin/Debug//", - "args": [], - "cwd": "${workspaceRoot}", - "externalConsole": false, - "stopAtEntry": false, - "internalConsoleOptions": "openOnSessionStart" - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach", - "processId": "${command.pickProcess}" - } - ] -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index c73077e..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": "0.1.0", - "command": "dotnet", - "isShellCommand": true, - "args": [], - "tasks": [ - { - "taskName": "build", - "args": [ - "" - ], - "isBuildCommand": true, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/UriBuilder.Fluent.UnitTests/UriBuilder.Fluent.UnitTests.csproj b/src/UriBuilder.Fluent.UnitTests/UriBuilder.Fluent.UnitTests.csproj index 7d167cc..a1ee622 100644 --- a/src/UriBuilder.Fluent.UnitTests/UriBuilder.Fluent.UnitTests.csproj +++ b/src/UriBuilder.Fluent.UnitTests/UriBuilder.Fluent.UnitTests.csproj @@ -1,24 +1,13 @@  - - net461;netcoreapp1.0 - UriBuilder.Fluent.UnitTests - UriBuilder.Fluent.UnitTests + netcoreapp1.1 - + + + + + - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/UriBuilder.Fluent/Properties/AssemblyInfo.cs b/src/UriBuilder.Fluent/Properties/AssemblyInfo.cs index 6a8f0f1..bd59ce9 100644 --- a/src/UriBuilder.Fluent/Properties/AssemblyInfo.cs +++ b/src/UriBuilder.Fluent/Properties/AssemblyInfo.cs @@ -6,7 +6,6 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. - // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type.