1002 lines
41 KiB
JSON
1002 lines
41 KiB
JSON
{
|
|
"version": 3,
|
|
"targets": {
|
|
".NETFramework,Version=v4.8": {
|
|
"EntityFramework/6.2.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"System.ComponentModel.DataAnnotations"
|
|
],
|
|
"compile": {
|
|
"lib/net45/EntityFramework.SqlServer.dll": {},
|
|
"lib/net45/EntityFramework.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/EntityFramework.SqlServer.dll": {},
|
|
"lib/net45/EntityFramework.dll": {}
|
|
}
|
|
},
|
|
"Microsoft.CSharp/4.7.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"Microsoft.CSharp"
|
|
],
|
|
"compile": {
|
|
"ref/net45/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/_._": {}
|
|
}
|
|
},
|
|
"MSTest.TestAdapter/2.0.0-beta4": {
|
|
"type": "package",
|
|
"build": {
|
|
"build/net45/MSTest.TestAdapter.props": {},
|
|
"build/net45/MSTest.TestAdapter.targets": {}
|
|
}
|
|
},
|
|
"MSTest.TestFramework/2.0.0-beta4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {},
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {},
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {}
|
|
}
|
|
},
|
|
"System.Data.Common/4.3.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"System.Data",
|
|
"mscorlib"
|
|
],
|
|
"compile": {
|
|
"ref/net451/System.Data.Common.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net451/System.Data.Common.dll": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite/1.0.111": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Data.SQLite.Core": "1.0.111",
|
|
"System.Data.SQLite.EF6": "1.0.111",
|
|
"System.Data.SQLite.Linq": "1.0.111"
|
|
}
|
|
},
|
|
"System.Data.SQLite.Core/1.0.111": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.dll": {}
|
|
},
|
|
"build": {
|
|
"build/net46/System.Data.SQLite.Core.targets": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/linux-x64/native/netstandard2.0/SQLite.Interop.dll": {
|
|
"assetType": "native",
|
|
"rid": "linux-x64"
|
|
},
|
|
"runtimes/osx-x64/native/netstandard2.0/SQLite.Interop.dll": {
|
|
"assetType": "native",
|
|
"rid": "osx-x64"
|
|
},
|
|
"runtimes/win-x64/native/netstandard2.0/SQLite.Interop.dll": {
|
|
"assetType": "native",
|
|
"rid": "win-x64"
|
|
},
|
|
"runtimes/win-x86/native/netstandard2.0/SQLite.Interop.dll": {
|
|
"assetType": "native",
|
|
"rid": "win-x86"
|
|
}
|
|
}
|
|
},
|
|
"System.Data.SQLite.EF6/1.0.111": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"EntityFramework": "6.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.EF6.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.EF6.dll": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite.Linq/1.0.111": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.Linq.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.Linq.dll": {}
|
|
}
|
|
},
|
|
"DynamORM/1.3.0": {
|
|
"type": "project",
|
|
"framework": ".NETFramework,Version=v4.7.2",
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.7.0",
|
|
"System.Data.Common": "4.3.0"
|
|
},
|
|
"compile": {
|
|
"bin/placeholder/DynamORM.dll": {}
|
|
},
|
|
"runtime": {
|
|
"bin/placeholder/DynamORM.dll": {}
|
|
}
|
|
}
|
|
},
|
|
".NETFramework,Version=v4.8/win": {
|
|
"EntityFramework/6.2.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"System.ComponentModel.DataAnnotations"
|
|
],
|
|
"compile": {
|
|
"lib/net45/EntityFramework.SqlServer.dll": {},
|
|
"lib/net45/EntityFramework.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/EntityFramework.SqlServer.dll": {},
|
|
"lib/net45/EntityFramework.dll": {}
|
|
}
|
|
},
|
|
"Microsoft.CSharp/4.7.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"Microsoft.CSharp"
|
|
],
|
|
"compile": {
|
|
"ref/net45/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/_._": {}
|
|
}
|
|
},
|
|
"MSTest.TestAdapter/2.0.0-beta4": {
|
|
"type": "package",
|
|
"build": {
|
|
"build/net45/MSTest.TestAdapter.props": {},
|
|
"build/net45/MSTest.TestAdapter.targets": {}
|
|
}
|
|
},
|
|
"MSTest.TestFramework/2.0.0-beta4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {},
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {},
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {}
|
|
}
|
|
},
|
|
"System.Data.Common/4.3.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"System.Data",
|
|
"mscorlib"
|
|
],
|
|
"compile": {
|
|
"ref/net451/System.Data.Common.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net451/System.Data.Common.dll": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite/1.0.111": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Data.SQLite.Core": "1.0.111",
|
|
"System.Data.SQLite.EF6": "1.0.111",
|
|
"System.Data.SQLite.Linq": "1.0.111"
|
|
}
|
|
},
|
|
"System.Data.SQLite.Core/1.0.111": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.dll": {}
|
|
},
|
|
"build": {
|
|
"build/net46/System.Data.SQLite.Core.targets": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite.EF6/1.0.111": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"EntityFramework": "6.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.EF6.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.EF6.dll": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite.Linq/1.0.111": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.Linq.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.Linq.dll": {}
|
|
}
|
|
},
|
|
"DynamORM/1.3.0": {
|
|
"type": "project",
|
|
"framework": ".NETFramework,Version=v4.7.2",
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.7.0",
|
|
"System.Data.Common": "4.3.0"
|
|
},
|
|
"compile": {
|
|
"bin/placeholder/DynamORM.dll": {}
|
|
},
|
|
"runtime": {
|
|
"bin/placeholder/DynamORM.dll": {}
|
|
}
|
|
}
|
|
},
|
|
".NETFramework,Version=v4.8/win-x64": {
|
|
"EntityFramework/6.2.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"System.ComponentModel.DataAnnotations"
|
|
],
|
|
"compile": {
|
|
"lib/net45/EntityFramework.SqlServer.dll": {},
|
|
"lib/net45/EntityFramework.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/EntityFramework.SqlServer.dll": {},
|
|
"lib/net45/EntityFramework.dll": {}
|
|
}
|
|
},
|
|
"Microsoft.CSharp/4.7.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"Microsoft.CSharp"
|
|
],
|
|
"compile": {
|
|
"ref/net45/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/_._": {}
|
|
}
|
|
},
|
|
"MSTest.TestAdapter/2.0.0-beta4": {
|
|
"type": "package",
|
|
"build": {
|
|
"build/net45/MSTest.TestAdapter.props": {},
|
|
"build/net45/MSTest.TestAdapter.targets": {}
|
|
}
|
|
},
|
|
"MSTest.TestFramework/2.0.0-beta4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {},
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {},
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {}
|
|
}
|
|
},
|
|
"System.Data.Common/4.3.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"System.Data",
|
|
"mscorlib"
|
|
],
|
|
"compile": {
|
|
"ref/net451/System.Data.Common.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net451/System.Data.Common.dll": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite/1.0.111": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Data.SQLite.Core": "1.0.111",
|
|
"System.Data.SQLite.EF6": "1.0.111",
|
|
"System.Data.SQLite.Linq": "1.0.111"
|
|
}
|
|
},
|
|
"System.Data.SQLite.Core/1.0.111": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.dll": {}
|
|
},
|
|
"native": {
|
|
"runtimes/win-x64/native/netstandard2.0/SQLite.Interop.dll": {}
|
|
},
|
|
"build": {
|
|
"build/net46/System.Data.SQLite.Core.targets": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite.EF6/1.0.111": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"EntityFramework": "6.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.EF6.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.EF6.dll": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite.Linq/1.0.111": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.Linq.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.Linq.dll": {}
|
|
}
|
|
},
|
|
"DynamORM/1.3.0": {
|
|
"type": "project",
|
|
"framework": ".NETFramework,Version=v4.7.2",
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.7.0",
|
|
"System.Data.Common": "4.3.0"
|
|
},
|
|
"compile": {
|
|
"bin/placeholder/DynamORM.dll": {}
|
|
},
|
|
"runtime": {
|
|
"bin/placeholder/DynamORM.dll": {}
|
|
}
|
|
}
|
|
},
|
|
".NETFramework,Version=v4.8/win-x86": {
|
|
"EntityFramework/6.2.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"System.ComponentModel.DataAnnotations"
|
|
],
|
|
"compile": {
|
|
"lib/net45/EntityFramework.SqlServer.dll": {},
|
|
"lib/net45/EntityFramework.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/EntityFramework.SqlServer.dll": {},
|
|
"lib/net45/EntityFramework.dll": {}
|
|
}
|
|
},
|
|
"Microsoft.CSharp/4.7.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"Microsoft.CSharp"
|
|
],
|
|
"compile": {
|
|
"ref/net45/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/_._": {}
|
|
}
|
|
},
|
|
"MSTest.TestAdapter/2.0.0-beta4": {
|
|
"type": "package",
|
|
"build": {
|
|
"build/net45/MSTest.TestAdapter.props": {},
|
|
"build/net45/MSTest.TestAdapter.targets": {}
|
|
}
|
|
},
|
|
"MSTest.TestFramework/2.0.0-beta4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {},
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {},
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {}
|
|
}
|
|
},
|
|
"System.Data.Common/4.3.0": {
|
|
"type": "package",
|
|
"frameworkAssemblies": [
|
|
"System.Data",
|
|
"mscorlib"
|
|
],
|
|
"compile": {
|
|
"ref/net451/System.Data.Common.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net451/System.Data.Common.dll": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite/1.0.111": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Data.SQLite.Core": "1.0.111",
|
|
"System.Data.SQLite.EF6": "1.0.111",
|
|
"System.Data.SQLite.Linq": "1.0.111"
|
|
}
|
|
},
|
|
"System.Data.SQLite.Core/1.0.111": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.dll": {}
|
|
},
|
|
"native": {
|
|
"runtimes/win-x86/native/netstandard2.0/SQLite.Interop.dll": {}
|
|
},
|
|
"build": {
|
|
"build/net46/System.Data.SQLite.Core.targets": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite.EF6/1.0.111": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"EntityFramework": "6.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.EF6.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.EF6.dll": {}
|
|
}
|
|
},
|
|
"System.Data.SQLite.Linq/1.0.111": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net46/System.Data.SQLite.Linq.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net46/System.Data.SQLite.Linq.dll": {}
|
|
}
|
|
},
|
|
"DynamORM/1.3.0": {
|
|
"type": "project",
|
|
"framework": ".NETFramework,Version=v4.7.2",
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.7.0",
|
|
"System.Data.Common": "4.3.0"
|
|
},
|
|
"compile": {
|
|
"bin/placeholder/DynamORM.dll": {}
|
|
},
|
|
"runtime": {
|
|
"bin/placeholder/DynamORM.dll": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libraries": {
|
|
"EntityFramework/6.2.0": {
|
|
"sha512": "ptGyXOf26qLrtn+2doAmylIlCxOnBJANwlyyLrXDmqIk9O18IzLWHyxDwwAyhgXkxmbiaA0WNpRy67WRReInBw==",
|
|
"type": "package",
|
|
"path": "entityframework/6.2.0",
|
|
"hasTools": true,
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"content/net40/App.config.transform",
|
|
"content/net40/Web.config.transform",
|
|
"entityframework.6.2.0.nupkg.sha512",
|
|
"entityframework.nuspec",
|
|
"lib/net40/EntityFramework.SqlServer.dll",
|
|
"lib/net40/EntityFramework.SqlServer.xml",
|
|
"lib/net40/EntityFramework.dll",
|
|
"lib/net40/EntityFramework.xml",
|
|
"lib/net45/EntityFramework.SqlServer.dll",
|
|
"lib/net45/EntityFramework.SqlServer.xml",
|
|
"lib/net45/EntityFramework.dll",
|
|
"lib/net45/EntityFramework.xml",
|
|
"tools/EntityFramework.PowerShell.Utility.dll",
|
|
"tools/EntityFramework.PowerShell.dll",
|
|
"tools/EntityFramework.psd1",
|
|
"tools/EntityFramework.psm1",
|
|
"tools/about_EntityFramework.help.txt",
|
|
"tools/init.ps1",
|
|
"tools/install.ps1",
|
|
"tools/migrate.exe"
|
|
]
|
|
},
|
|
"Microsoft.CSharp/4.7.0": {
|
|
"sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
|
|
"type": "package",
|
|
"path": "microsoft.csharp/4.7.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net45/_._",
|
|
"lib/netcore50/Microsoft.CSharp.dll",
|
|
"lib/netcoreapp2.0/_._",
|
|
"lib/netstandard1.3/Microsoft.CSharp.dll",
|
|
"lib/netstandard2.0/Microsoft.CSharp.dll",
|
|
"lib/netstandard2.0/Microsoft.CSharp.xml",
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
"lib/uap10.0.16299/_._",
|
|
"lib/win8/_._",
|
|
"lib/wp80/_._",
|
|
"lib/wpa81/_._",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"microsoft.csharp.4.7.0.nupkg.sha512",
|
|
"microsoft.csharp.nuspec",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/net45/_._",
|
|
"ref/netcore50/Microsoft.CSharp.dll",
|
|
"ref/netcore50/Microsoft.CSharp.xml",
|
|
"ref/netcore50/de/Microsoft.CSharp.xml",
|
|
"ref/netcore50/es/Microsoft.CSharp.xml",
|
|
"ref/netcore50/fr/Microsoft.CSharp.xml",
|
|
"ref/netcore50/it/Microsoft.CSharp.xml",
|
|
"ref/netcore50/ja/Microsoft.CSharp.xml",
|
|
"ref/netcore50/ko/Microsoft.CSharp.xml",
|
|
"ref/netcore50/ru/Microsoft.CSharp.xml",
|
|
"ref/netcore50/zh-hans/Microsoft.CSharp.xml",
|
|
"ref/netcore50/zh-hant/Microsoft.CSharp.xml",
|
|
"ref/netcoreapp2.0/_._",
|
|
"ref/netstandard1.0/Microsoft.CSharp.dll",
|
|
"ref/netstandard1.0/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/de/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/es/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/fr/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/it/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/ja/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/ko/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/ru/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
|
|
"ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
|
|
"ref/netstandard2.0/Microsoft.CSharp.dll",
|
|
"ref/netstandard2.0/Microsoft.CSharp.xml",
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
"ref/uap10.0.16299/_._",
|
|
"ref/win8/_._",
|
|
"ref/wp80/_._",
|
|
"ref/wpa81/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"MSTest.TestAdapter/2.0.0-beta4": {
|
|
"sha512": "THe/1KF+3r7Jz48yrZ5DkuQBTvsdEDI/66UQzPPsdk15Cqzpy2qvg6v0q2cysOKBDXNiPK/yV9/5lOozFrVn1Q==",
|
|
"type": "package",
|
|
"path": "mstest.testadapter/2.0.0-beta4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"build/_common/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll",
|
|
"build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll",
|
|
"build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
|
|
"build/_common/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
|
|
"build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/pt/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/pt/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
|
|
"build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll",
|
|
"build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",
|
|
"build/net45/MSTest.TestAdapter.props",
|
|
"build/net45/MSTest.TestAdapter.targets",
|
|
"build/netcoreapp1.0/MSTest.TestAdapter.props",
|
|
"build/netcoreapp1.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
|
|
"build/uap10.0/MSTest.TestAdapter.props",
|
|
"build/uap10.0/MSTest.TestAdapter.targets",
|
|
"build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll",
|
|
"mstest.testadapter.2.0.0-beta4.nupkg.sha512",
|
|
"mstest.testadapter.nuspec"
|
|
]
|
|
},
|
|
"MSTest.TestFramework/2.0.0-beta4": {
|
|
"sha512": "bVS0GSdHlFOWRaGt2Pmng4xZs/Tv9l4tnDqHhFUjKBAgFBCkF2d+/ELRzDAAXEolkofb8e1wNjmDyzj0SJf39w==",
|
|
"type": "package",
|
|
"path": "mstest.testframework/2.0.0-beta4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML",
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.XML",
|
|
"lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
|
|
"lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML",
|
|
"lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
|
|
"lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML",
|
|
"lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
|
|
"lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML",
|
|
"lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
|
|
"lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML",
|
|
"lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
|
|
"lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml",
|
|
"lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml",
|
|
"mstest.testframework.2.0.0-beta4.nupkg.sha512",
|
|
"mstest.testframework.nuspec"
|
|
]
|
|
},
|
|
"System.Data.Common/4.3.0": {
|
|
"sha512": "lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==",
|
|
"type": "package",
|
|
"path": "system.data.common/4.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net451/System.Data.Common.dll",
|
|
"lib/netstandard1.2/System.Data.Common.dll",
|
|
"lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/net451/System.Data.Common.dll",
|
|
"ref/netstandard1.2/System.Data.Common.dll",
|
|
"ref/netstandard1.2/System.Data.Common.xml",
|
|
"ref/netstandard1.2/de/System.Data.Common.xml",
|
|
"ref/netstandard1.2/es/System.Data.Common.xml",
|
|
"ref/netstandard1.2/fr/System.Data.Common.xml",
|
|
"ref/netstandard1.2/it/System.Data.Common.xml",
|
|
"ref/netstandard1.2/ja/System.Data.Common.xml",
|
|
"ref/netstandard1.2/ko/System.Data.Common.xml",
|
|
"ref/netstandard1.2/ru/System.Data.Common.xml",
|
|
"ref/netstandard1.2/zh-hans/System.Data.Common.xml",
|
|
"ref/netstandard1.2/zh-hant/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll",
|
|
"ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml",
|
|
"ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"system.data.common.4.3.0.nupkg.sha512",
|
|
"system.data.common.nuspec"
|
|
]
|
|
},
|
|
"System.Data.SQLite/1.0.111": {
|
|
"sha512": "G6oK5KkT3gHfelwJ9MvBZc9mrO1x1gkpjNfPs1YBWGIQB5reJSmu5lraYC24VRRQpNBH7RIZqPQjqeBGr7CrNw==",
|
|
"type": "package",
|
|
"path": "system.data.sqlite/1.0.111",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"system.data.sqlite.1.0.111.nupkg.sha512",
|
|
"system.data.sqlite.nuspec"
|
|
]
|
|
},
|
|
"System.Data.SQLite.Core/1.0.111": {
|
|
"sha512": "D7Qo3JWUB6epymTVRNaAXt+Y+eh0juGjXb5q8SEp/LBdKJr6a224Mk0HCOemRsXfPIF8ULblPyCbVixUvfbpiw==",
|
|
"type": "package",
|
|
"path": "system.data.sqlite.core/1.0.111",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"build/net20/System.Data.SQLite.Core.targets",
|
|
"build/net20/x64/SQLite.Interop.dll",
|
|
"build/net20/x86/SQLite.Interop.dll",
|
|
"build/net40/System.Data.SQLite.Core.targets",
|
|
"build/net40/x64/SQLite.Interop.dll",
|
|
"build/net40/x86/SQLite.Interop.dll",
|
|
"build/net45/System.Data.SQLite.Core.targets",
|
|
"build/net45/x64/SQLite.Interop.dll",
|
|
"build/net45/x86/SQLite.Interop.dll",
|
|
"build/net451/System.Data.SQLite.Core.targets",
|
|
"build/net451/x64/SQLite.Interop.dll",
|
|
"build/net451/x86/SQLite.Interop.dll",
|
|
"build/net46/System.Data.SQLite.Core.targets",
|
|
"build/net46/x64/SQLite.Interop.dll",
|
|
"build/net46/x86/SQLite.Interop.dll",
|
|
"lib/net20/System.Data.SQLite.dll",
|
|
"lib/net20/System.Data.SQLite.dll.config",
|
|
"lib/net20/System.Data.SQLite.xml",
|
|
"lib/net40/System.Data.SQLite.dll",
|
|
"lib/net40/System.Data.SQLite.dll.config",
|
|
"lib/net40/System.Data.SQLite.xml",
|
|
"lib/net45/System.Data.SQLite.dll",
|
|
"lib/net45/System.Data.SQLite.dll.config",
|
|
"lib/net45/System.Data.SQLite.xml",
|
|
"lib/net451/System.Data.SQLite.dll",
|
|
"lib/net451/System.Data.SQLite.dll.config",
|
|
"lib/net451/System.Data.SQLite.xml",
|
|
"lib/net46/System.Data.SQLite.dll",
|
|
"lib/net46/System.Data.SQLite.dll.config",
|
|
"lib/net46/System.Data.SQLite.xml",
|
|
"lib/netstandard2.0/System.Data.SQLite.dll",
|
|
"lib/netstandard2.0/System.Data.SQLite.dll.config",
|
|
"lib/netstandard2.0/System.Data.SQLite.xml",
|
|
"runtimes/linux-x64/native/netstandard2.0/SQLite.Interop.dll",
|
|
"runtimes/osx-x64/native/netstandard2.0/SQLite.Interop.dll",
|
|
"runtimes/win-x64/native/netstandard2.0/SQLite.Interop.dll",
|
|
"runtimes/win-x86/native/netstandard2.0/SQLite.Interop.dll",
|
|
"system.data.sqlite.core.1.0.111.nupkg.sha512",
|
|
"system.data.sqlite.core.nuspec"
|
|
]
|
|
},
|
|
"System.Data.SQLite.EF6/1.0.111": {
|
|
"sha512": "R1YG+hSQ1EG4OgIPd8GaWztB5IensUVS+akT1BiCGeD9n97PGya5cGaoL1Q23jb4GA+ZoaIx+81fTNpuldY8Fg==",
|
|
"type": "package",
|
|
"path": "system.data.sqlite.ef6/1.0.111",
|
|
"hasTools": true,
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"content/net40/app.config.install.xdt",
|
|
"content/net40/app.config.transform",
|
|
"content/net40/web.config.install.xdt",
|
|
"content/net40/web.config.transform",
|
|
"content/net45/app.config.install.xdt",
|
|
"content/net45/app.config.transform",
|
|
"content/net45/web.config.install.xdt",
|
|
"content/net45/web.config.transform",
|
|
"content/net451/app.config.install.xdt",
|
|
"content/net451/app.config.transform",
|
|
"content/net451/web.config.install.xdt",
|
|
"content/net451/web.config.transform",
|
|
"content/net46/app.config.install.xdt",
|
|
"content/net46/app.config.transform",
|
|
"content/net46/web.config.install.xdt",
|
|
"content/net46/web.config.transform",
|
|
"lib/net40/System.Data.SQLite.EF6.dll",
|
|
"lib/net45/System.Data.SQLite.EF6.dll",
|
|
"lib/net451/System.Data.SQLite.EF6.dll",
|
|
"lib/net46/System.Data.SQLite.EF6.dll",
|
|
"system.data.sqlite.ef6.1.0.111.nupkg.sha512",
|
|
"system.data.sqlite.ef6.nuspec",
|
|
"tools/net40/install.ps1",
|
|
"tools/net45/install.ps1",
|
|
"tools/net451/install.ps1",
|
|
"tools/net46/install.ps1"
|
|
]
|
|
},
|
|
"System.Data.SQLite.Linq/1.0.111": {
|
|
"sha512": "6UJPe8nqCmMXvkZM9ohy9zAjF2LXJv+oBjZ2Cgl8CGVjvtLT3zFQpkXRSum0YIND5WLjKx8nrConEbK1O2+msg==",
|
|
"type": "package",
|
|
"path": "system.data.sqlite.linq/1.0.111",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"content/net20/app.config.transform",
|
|
"content/net20/web.config.transform",
|
|
"content/net40/app.config.transform",
|
|
"content/net40/web.config.transform",
|
|
"content/net45/app.config.transform",
|
|
"content/net45/web.config.transform",
|
|
"content/net451/app.config.transform",
|
|
"content/net451/web.config.transform",
|
|
"content/net46/app.config.transform",
|
|
"content/net46/web.config.transform",
|
|
"lib/net20/System.Data.SQLite.Linq.dll",
|
|
"lib/net40/System.Data.SQLite.Linq.dll",
|
|
"lib/net45/System.Data.SQLite.Linq.dll",
|
|
"lib/net451/System.Data.SQLite.Linq.dll",
|
|
"lib/net46/System.Data.SQLite.Linq.dll",
|
|
"system.data.sqlite.linq.1.0.111.nupkg.sha512",
|
|
"system.data.sqlite.linq.nuspec"
|
|
]
|
|
},
|
|
"DynamORM/1.3.0": {
|
|
"type": "project",
|
|
"path": "../DynamORM/DynamORM.csproj",
|
|
"msbuildProject": "../DynamORM/DynamORM.csproj"
|
|
}
|
|
},
|
|
"projectFileDependencyGroups": {
|
|
".NETFramework,Version=v4.8": [
|
|
"DynamORM >= 1.3.0",
|
|
"MSTest.TestAdapter >= 2.0.0-beta4",
|
|
"MSTest.TestFramework >= 2.0.0-beta4",
|
|
"System.Data.SQLite >= 1.0.111"
|
|
]
|
|
},
|
|
"packageFolders": {
|
|
"C:\\Users\\gruss\\.nuget\\packages\\": {},
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
|
},
|
|
"project": {
|
|
"version": "1.0.0",
|
|
"restore": {
|
|
"projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj",
|
|
"projectName": "DynamORM.Tests",
|
|
"projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj",
|
|
"packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\",
|
|
"outputPath": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\obj\\",
|
|
"projectStyle": "PackageReference",
|
|
"skipContentFileWrite": true,
|
|
"fallbackFolders": [
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
],
|
|
"configFilePaths": [
|
|
"C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
],
|
|
"originalTargetFrameworks": [
|
|
"net48"
|
|
],
|
|
"sources": {
|
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
"https://api.nuget.org/v3/index.json": {}
|
|
},
|
|
"frameworks": {
|
|
"net48": {
|
|
"projectReferences": {
|
|
"D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": {
|
|
"projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net48": {
|
|
"dependencies": {
|
|
"MSTest.TestAdapter": {
|
|
"target": "Package",
|
|
"version": "[2.0.0-beta4, )"
|
|
},
|
|
"MSTest.TestFramework": {
|
|
"target": "Package",
|
|
"version": "[2.0.0-beta4, )"
|
|
},
|
|
"System.Data.SQLite": {
|
|
"target": "Package",
|
|
"version": "[1.0.111, )"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"runtimes": {
|
|
"win": {
|
|
"#import": []
|
|
},
|
|
"win-x64": {
|
|
"#import": []
|
|
},
|
|
"win-x86": {
|
|
"#import": []
|
|
}
|
|
}
|
|
}
|
|
} |