Skip to content

Commit e7f861d

Browse files
committed
Add support of VS2019
1 parent a8407e5 commit e7f861d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="ASP.Net WebAPI Application Project Template-1" Version="1.7" Language="en-US" Publisher="Sergey Tregub" />
4+
<Identity Id="ASP.Net WebAPI Application Project Template-1" Version="1.8" Language="en-US" Publisher="Sergey Tregub" />
55
<DisplayName>ASP.Net WebAPI Application Project Template</DisplayName>
66
<Description xml:space="preserve">Project template to create production-ready RESTful service based on ASP.Net WebAPI and OWIN. It contains preconfigured DI-container, logging, CORS, JWT-bearer authentication, boilerplate code and other features</Description>
77
<MoreInfo>https://github.com/drwatson1/AspNet-WebApi</MoreInfo>
@@ -10,7 +10,7 @@
1010
<Tags>asp-net webapi webapi2 cors autofac owin automapper swagger serilog dotnetenv jwt </Tags>
1111
</Metadata>
1212
<Installation>
13-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 16.0)" />
13+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)" />
1414
</Installation>
1515
<Dependencies>
1616
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" />
@@ -19,6 +19,6 @@
1919
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\CSharp\Web\ASP.Net WebAPI Application with OWIN.zip" />
2020
</Assets>
2121
<Prerequisites>
22-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
22+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
2323
</Prerequisites>
2424
</PackageManifest>

0 commit comments

Comments
 (0)