diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 9e78e4e..20bc1f6 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,7 +1,7 @@  - - netcoreapp1.1 + + netcoreapp2.0 diff --git a/build/build.proj b/build/build.proj index 1ae4c12..56d66f4 100644 --- a/build/build.proj +++ b/build/build.proj @@ -1,5 +1,9 @@ + + netcoreapp1.0;netcoreapp2.0 + + - + \ No newline at end of file diff --git a/dotnet-sourcelink-git/dotnet-sourcelink-git.csproj b/dotnet-sourcelink-git/dotnet-sourcelink-git.csproj index 08bf547..4ffab61 100644 --- a/dotnet-sourcelink-git/dotnet-sourcelink-git.csproj +++ b/dotnet-sourcelink-git/dotnet-sourcelink-git.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp1.0 + netcoreapp1.0;netcoreapp2.0 DotnetCliTool SourceLink.Git diff --git a/dotnet-sourcelink/dotnet-sourcelink.csproj b/dotnet-sourcelink/dotnet-sourcelink.csproj index d09e03a..7456319 100644 --- a/dotnet-sourcelink/dotnet-sourcelink.csproj +++ b/dotnet-sourcelink/dotnet-sourcelink.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp1.0 + netcoreapp1.0;netcoreapp2.0 DotnetCliTool SourceLink diff --git a/global.json b/global.json deleted file mode 100644 index d20a224..0000000 --- a/global.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "sdk": { - // "version": "1.0.0-rc3-004530" - // "version": "1.0.0-rc4-004771" - "version": "1.0.0" - } -} \ No newline at end of file