diff --git a/aspnet-core-signalr-angular.csproj b/aspnet-core-signalr-angular.csproj new file mode 100644 index 0000000..46e5c23 --- /dev/null +++ b/aspnet-core-signalr-angular.csproj @@ -0,0 +1,45 @@ + + + + netcoreapp1.1 + portable + true + aspnet-core-signalr-angular + Exe + aspnet-core-signalr-angular + win10-x64;win81-x64;win8-x64;win7-x64 + 1.1.1 + $(PackageTargetFallback);dotnet5.6;portable-net45+win8 + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project.json b/project.json deleted file mode 100644 index fe42f00..0000000 --- a/project.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "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" - } -}