This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Package Stormpath.AspNetCore 0.4.0 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Stormpath.AspNetCore 0.4.0 supports: | |
| - net451 (.NETFramework,Version=v4.5.1) | |
| - netstandard1.6 (.NETStandard,Version=v1.6) | |
| One or more packages are incompatible with .NETCoreApp,Version=v1.0. | |
| NuGet Config files used: | |
| C:\Users\Cpena1\AppData\Roaming\NuGet\NuGet.Config | |
| C:\ProgramData\nuget\Config\Microsoft.VisualStudio.Offline.config | |
| Feeds used: | |
| https://api.nuget.org/v3/index.json | |
| C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "userSecretsId": "SECRET_ID", | |
| "dependencies": { | |
| "Microsoft.NETCore.App": { | |
| "version": "1.0.0-rc2-3002702", | |
| "type": "platform" | |
| }, | |
| "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-final", | |
| "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Person } from '/lib/collections'; | |
| import { Groups } from '/lib/collections'; | |
| import { Realtor } from '/lib/collections'; | |
| import { Relocation } from '/lib/collections'; | |
| import { Meteor } from 'meteor/meteor'; | |
| import { check } from 'meteor/check'; | |
| export default function () { | |
| Meteor.methods({ | |
| 'person.map.model'() { |
NewerOlder