This commit is contained in:
John Luo 2016-05-27 11:37:34 -07:00
Родитель ed85f504d8
Коммит f45e533533
3 изменённых файлов: 17 добавлений и 2 удалений

Просмотреть файл

@ -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-*",