Skip to content

Instantly share code, notes, and snippets.

@kleberksms
Created February 1, 2017 19:39
Show Gist options
  • Save kleberksms/2640950ab4d405798ee6e8b5d3bc1bcf to your computer and use it in GitHub Desktop.
Save kleberksms/2640950ab4d405798ee6e8b5d3bc1bcf to your computer and use it in GitHub Desktop.
{
"dependencies": {
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "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",
"Microsoft.ApplicationInsights.AspNetCore": "2.0.0",
"Microsoft.AspNetCore.Mvc": "1.1.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0"
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
},
"frameworks": {
"netcoreapp1.1": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
],
"dependencies": {
"CrmGateway.SharedKernel": "1.0.0-*",
"Microsoft.NETCore.App": {
"version": "1.1.0",
"type": "platform"
},
"StaticCommons": "1.4.0"
}
},
"net461": {
"dependencies": {
"CoreFtp": "1.3.3"
}
}
},
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
},
"publishOptions": {
"include": [
"wwwroot",
"**/*.cshtml",
"appsettings.json",
"web.config"
]
},
"scripts": {
"postpublish": [
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
]
}
}
{
"description": "Crm Gateway Shared Kernel",
"authors": [ "bp" ],
"packOptions": {},
"frameworks": {
"netcoreapp1.1": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
]
}
},
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "1.1.0",
"Microsoft.NETCore.App": {
"version": "1.1.0",
"type": "platform"
},
"Newtonsoft.Json": "9.0.1"
},
"configurations": {
"Homologation": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment