Skip to content

Instantly share code, notes, and snippets.

View itsdevcoffee's full-sized avatar

Chris Pena itsdevcoffee

View GitHub Profile
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\
{
"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",
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'() {