mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
75 lines
2.0 KiB
JSON
75 lines
2.0 KiB
JSON
{
|
|
"dependencies": {
|
|
"AutoMapper.Data": "1.0.0-beta1",
|
|
"Microsoft.NETCore.App": "1.1.0",
|
|
"Microsoft.AspNet.WebApi.Client": "5.1.1",
|
|
"Microsoft.AspNetCore.Mvc": "1.1.0",
|
|
"Microsoft.AspNetCore.Routing": "1.1.0",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
|
|
"Microsoft.AspNetCore.SignalR.Server": "0.2.0-*",
|
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
|
"Microsoft.AspNetCore.WebSockets": "0.2.0-*",
|
|
"Microsoft.EntityFrameworkCore": "1.1.0",
|
|
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0",
|
|
"Microsoft.EntityFrameworkCore.Relational": "1.1.0",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
|
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0",
|
|
"Microsoft.Extensions.Configuration.Json": "1.1.0",
|
|
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0",
|
|
"Microsoft.Extensions.Logging": "1.1.0",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0",
|
|
"Microsoft.Extensions.Logging.Debug": "1.1.0",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
|
|
"RecurrentTasks": "3.0.0-beta1"
|
|
},
|
|
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
|
|
},
|
|
"runtimes": {
|
|
"win10-x64": {},
|
|
"win81-x64": {},
|
|
"win8-x64": {},
|
|
"win7-x64": {}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true,
|
|
"debugType": "portable"
|
|
},
|
|
|
|
"runtimeOptions": {
|
|
"configProperties": {
|
|
"System.GC.Server": true
|
|
}
|
|
},
|
|
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"Views",
|
|
"Areas/**/Views",
|
|
"appsettings.json",
|
|
"web.config"
|
|
]
|
|
},
|
|
|
|
"scripts": {
|
|
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
|
|
},
|
|
|
|
"tooling": {
|
|
"defaultNamespace": "LiveGameFeed"
|
|
}
|
|
}
|