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:
authorDavid Karlaš <david.karlas@xamarin.com>2017-05-31 16:37:39 +0300
committerDavid Karlaš <david.karlas@xamarin.com>2017-05-31 17:16:18 +0300
commitca4be281d7f0390425210da64f071377686ff587 (patch)
treef00dfb147f856c3bd548e868d3f157ce04ffc3c4 /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
parent848536251857782291ca0c8b036fb663074947f4 (diff)
Updated dotnet/templating engine, templates, added functionality and fixed 2 bugs
To fix bug 56777 it was impossible to know launchUrl based on project(like we used to do until now)… Hence now we enable “IncludeLaunchSettings” which we later use to set initial launchUrl… There was also bug with depending on PrimaryOutput from template engine(where we assumed only .csproj will be result), now we only use PrimaryOutputs which are used by PostActions, since templates now include OpenFile post actions I also implemented that To be able to better serialise Web project run configuration we now save/load values depending if project is Web or not… Fixed 2 bugs: Bug 56777 - New ASP.NET Core Web API project doesn't launch browser to http://localhost:<port>/api/values Bug 55114 - Don't serialize default values for run configurations P.S: launchSettings.json format is not documented, hence we don’t write changes to it or use it for reading settings
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
index d7f8d4264d..6ac93e5397 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
@@ -190,22 +190,22 @@
</Reference>
<Reference Include="System.IO.Compression" />
<Reference Include="Microsoft.TemplateEngine.Abstractions">
- <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Abstractions.1.0.0-beta2-20170430-208\lib\net45\Microsoft.TemplateEngine.Abstractions.dll</HintPath>
+ <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Abstractions.1.0.0-beta2-20170523-241\lib\net45\Microsoft.TemplateEngine.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.TemplateEngine.Core.Contracts">
- <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Core.Contracts.1.0.0-beta2-20170430-208\lib\net45\Microsoft.TemplateEngine.Core.Contracts.dll</HintPath>
+ <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Core.Contracts.1.0.0-beta2-20170523-241\lib\net45\Microsoft.TemplateEngine.Core.Contracts.dll</HintPath>
</Reference>
<Reference Include="Microsoft.TemplateEngine.Utils">
- <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Utils.1.0.0-beta2-20170430-208\lib\net45\Microsoft.TemplateEngine.Utils.dll</HintPath>
+ <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Utils.1.0.0-beta2-20170523-241\lib\net45\Microsoft.TemplateEngine.Utils.dll</HintPath>
</Reference>
<Reference Include="Microsoft.TemplateEngine.Core">
- <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Core.1.0.0-beta2-20170430-208\lib\net45\Microsoft.TemplateEngine.Core.dll</HintPath>
+ <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Core.1.0.0-beta2-20170523-241\lib\net45\Microsoft.TemplateEngine.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.TemplateEngine.Orchestrator.RunnableProjects">
- <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Orchestrator.RunnableProjects.1.0.0-beta2-20170430-208\lib\net45\Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll</HintPath>
+ <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Orchestrator.RunnableProjects.1.0.0-beta2-20170523-241\lib\net45\Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll</HintPath>
</Reference>
<Reference Include="Microsoft.TemplateEngine.Edge">
- <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Edge.1.0.0-beta2-20170430-208\lib\net45\Microsoft.TemplateEngine.Edge.dll</HintPath>
+ <HintPath>..\..\..\packages\Microsoft.TemplateEngine.Edge.1.0.0-beta2-20170523-241\lib\net45\Microsoft.TemplateEngine.Edge.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>