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. This repo hosts the ASP.NET Core middleware for IIS integration.

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

@ -1,5 +1,16 @@
{ {
"version": "1.0.0-preview2-*", "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": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"warningsAsErrors": true, "warningsAsErrors": true,

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

@ -13,7 +13,11 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/aspnet/IISIntegration" "url": "git://github.com/aspnet/IISIntegration"
} },
"tags": [
"aspnetcore",
"iis"
]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",