Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@xamarin.com>2017-07-21 16:13:25 +0300
committerMatt Ward <ward.matt@gmail.com>2017-07-24 11:50:19 +0300
commit927ea1c108062763a242c7b492034fb98237c778 (patch)
tree416add27d8ec352c7986126f467121770fc04f1a /main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Tests/MonoDevelop.DotNetCore.Tests.csproj
parent2f25f93230b1781f9f569555c61dc434f4e4d92e (diff)
[DotNetCore] Handle .NET Core 2.0 not being installed
Fixed bug #58271 - Handle .NET Core 2.0 SDK not being installed when opening a .NET Core 2.0 project https://bugzilla.xamarin.com/show_bug.cgi?id=58271 If a .NET Core 2.0 or .NET Standard 2.0 project is opened and .NET Core 2.0 SDK is not installed then a dialog is shown allowing the user to download and install it. The project in the Solution window will show an error icon with the same information about .NET Core 2.0 not being installed. Currently the download link goes to the .NET Core 2.0 preview page - https://www.microsoft.com/net/core/preview#macos - the url is shorted and can be redirected later without changing the code.
Diffstat (limited to 'main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Tests/MonoDevelop.DotNetCore.Tests.csproj')
-rw-r--r--main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Tests/MonoDevelop.DotNetCore.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Tests/MonoDevelop.DotNetCore.Tests.csproj b/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Tests/MonoDevelop.DotNetCore.Tests.csproj
index 60b973988b..3ab9e574d5 100644
--- a/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Tests/MonoDevelop.DotNetCore.Tests.csproj
+++ b/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Tests/MonoDevelop.DotNetCore.Tests.csproj
@@ -40,6 +40,7 @@
<Compile Include="MonoDevelop.DotNetCore.Tests\DotNetCoreProjectTests.cs" />
<Compile Include="MonoDevelop.DotNetCore.Tests\DotNetCoreMSBuildProjectTests.cs" />
<Compile Include="MonoDevelop.DotNetCore.Tests\DotNetCoreVersionTests.cs" />
+ <Compile Include="MonoDevelop.DotNetCore.Tests\DotNetCoreSdkTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\external\guiunit\src\framework\GuiUnit_NET_4_5.csproj">