Update metadata
This commit is contained in:
Родитель
ed85f504d8
Коммит
f45e533533
|
@ -1,4 +1,4 @@
|
|||
ASP.NET IIS Integration
|
||||
ASP.NET Core IIS Integration
|
||||
========
|
||||
|
||||
This repo hosts the ASP.NET Core middleware for IIS integration.
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
{
|
||||
"version": "1.0.0-preview2-*",
|
||||
"description": "IIS Integration publish tool for .NET Core CLI. Contains the dotnet-publish-iis command for publishing web applications to be hosted using IIS.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aspnet/IISIntegration"
|
||||
},
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"iis"
|
||||
]
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true,
|
||||
"warningsAsErrors": true,
|
||||
|
|
|
@ -13,7 +13,11 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aspnet/IISIntegration"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"iis"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
|
||||
|
|
Загрузка…
Ссылка в новой задаче