diff --git a/DynamORM.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DynamORM.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index e0ada88..e271f9c 100644 Binary files a/DynamORM.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/DynamORM.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/DynamORM.Tests/obj/Debug/DynamORM.Tests.csproj.AssemblyReference.cache b/DynamORM.Tests/obj/Debug/DynamORM.Tests.csproj.AssemblyReference.cache index 4bea609..3179b5c 100644 Binary files a/DynamORM.Tests/obj/Debug/DynamORM.Tests.csproj.AssemblyReference.cache and b/DynamORM.Tests/obj/Debug/DynamORM.Tests.csproj.AssemblyReference.cache differ diff --git a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.dgspec.json b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.dgspec.json index 04ad930..9c697fd 100644 --- a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.dgspec.json +++ b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.dgspec.json @@ -27,7 +27,9 @@ ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.local.think.pl/v3/index.json": {}, + "https://nuget.think.pl/v3/index.json": {} }, "frameworks": { "net48": { @@ -37,6 +39,11 @@ } } } + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -44,15 +51,15 @@ "dependencies": { "MSTest.TestAdapter": { "target": "Package", - "version": "[2.0.0-beta4, )" + "version": "[3.3.1, )" }, "MSTest.TestFramework": { "target": "Package", - "version": "[2.0.0-beta4, )" + "version": "[3.3.1, )" }, "System.Data.SQLite": { "target": "Package", - "version": "[1.0.111, )" + "version": "[1.0.118, )" } } } @@ -61,6 +68,9 @@ "win": { "#import": [] }, + "win-arm64": { + "#import": [] + }, "win-x64": { "#import": [] }, @@ -70,7 +80,7 @@ } }, "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { - "version": "1.3.0", + "version": "1.7.0", "restore": { "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", "projectName": "DynamORM", @@ -90,17 +100,25 @@ "originalTargetFrameworks": [ "net472", "net6.0", + "net8.0", "netstandard2.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.local.think.pl/v3/index.json": {}, + "https://nuget.think.pl/v3/index.json": {} }, "frameworks": { "net6.0": { "targetAlias": "net6.0", "projectReferences": {} }, + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + }, "net472": { "targetAlias": "net472", "projectReferences": {} @@ -114,6 +132,11 @@ "warnAsError": [ "NU1605" ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -135,7 +158,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -144,7 +168,37 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" + }, + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5/PortableRuntimeIdentifierGraph.json" }, "net472": { "targetAlias": "net472", @@ -158,7 +212,7 @@ "version": "[4.3.0, )" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" }, "netstandard2.0": { "targetAlias": "netstandard2.0", @@ -184,11 +238,12 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" } } } diff --git a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.props b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.props index ff97d72..2be1778 100644 --- a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.props +++ b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.props @@ -7,17 +7,21 @@ $(UserProfile)\.nuget\packages\ C:\Users\gruss\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.1.0 + 6.11.0 - + + + + + - C:\Users\gruss\.nuget\packages\entityframework\6.2.0 - C:\Users\gruss\.nuget\packages\system.data.sqlite.ef6\1.0.111 + C:\Users\gruss\.nuget\packages\entityframework\6.4.4 + C:\Users\gruss\.nuget\packages\system.data.sqlite.ef6\1.0.118 \ No newline at end of file diff --git a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.targets b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.targets index d65721f..ad4a636 100644 --- a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.targets +++ b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.targets @@ -1,7 +1,9 @@  - - + + + + \ No newline at end of file diff --git a/DynamORM.Tests/obj/project.assets.json b/DynamORM.Tests/obj/project.assets.json index be2f544..f306933 100644 --- a/DynamORM.Tests/obj/project.assets.json +++ b/DynamORM.Tests/obj/project.assets.json @@ -2,18 +2,49 @@ "version": 3, "targets": { ".NETFramework,Version=v4.8": { - "EntityFramework/6.2.0": { + "EntityFramework/6.4.4": { "type": "package", "frameworkAssemblies": [ "System.ComponentModel.DataAnnotations" ], "compile": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } }, "runtime": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } + }, + "build": { + "buildTransitive/EntityFramework.props": {}, + "buildTransitive/EntityFramework.targets": {} + } + }, + "Microsoft.ApplicationInsights/2.22.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "frameworkAssemblies": [ + "System.Net.Http" + ], + "compile": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } } }, "Microsoft.CSharp/4.7.0": { @@ -28,22 +59,505 @@ "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": { + "Microsoft.Testing.Extensions.Telemetry/1.1.0": { "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.Testing.Platform": "1.1.0" + }, "compile": { - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props": {} + } + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Microsoft.Testing.Extensions.Telemetry": "1.1.0", + "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.1.0", + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Platform/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.props": {} + } + }, + "Microsoft.Testing.Platform.MSBuild/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "System", + "System.Configuration", + "System.Core", + "System.Runtime", + "System.Runtime.Serialization", + "System.Xml", + "mscorlib" + ], + "compile": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "MSTest.TestAdapter/3.3.1": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Extensions.VSTestBridge": "1.1.0", + "Microsoft.Testing.Platform.MSBuild": "1.1.0" + }, + "build": { + "build/net462/MSTest.TestAdapter.props": {}, + "build/net462/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/3.3.1": { + "type": "package", + "compile": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "runtime": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "resource": { + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "Stub.System.Data.SQLite.Core.NetFramework/1.0.118": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "build": { + "buildTransitive/net46/Stub.System.Data.SQLite.Core.NetFramework.targets": {} + } + }, + "System.Buffers/4.5.1": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net45/System.Buffers.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Buffers.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } } }, "System.Data.Common/4.3.0": { @@ -59,66 +573,134 @@ "lib/net451/System.Data.Common.dll": {} } }, - "System.Data.SQLite/1.0.111": { + "System.Data.SQLite/1.0.118": { "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.118]", + "System.Data.SQLite.EF6": "[1.0.118]", + "System.Data.SQLite.Linq": "[1.0.118]" } }, - "System.Data.SQLite.Core/1.0.111": { + "System.Data.SQLite.Core/1.0.118": { "type": "package", + "dependencies": { + "Stub.System.Data.SQLite.Core.NetFramework": "[1.0.118]" + } + }, + "System.Data.SQLite.EF6/1.0.118": { + "type": "package", + "dependencies": { + "EntityFramework": "6.4.4" + }, "compile": { - "lib/net46/System.Data.SQLite.dll": {} + "lib/net46/System.Data.SQLite.EF6.dll": {} }, "runtime": { - "lib/net46/System.Data.SQLite.dll": {} + "lib/net46/System.Data.SQLite.EF6.dll": {} + } + }, + "System.Data.SQLite.Linq/1.0.118": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.Linq.dll": {} }, - "build": { - "build/net46/System.Data.SQLite.Core.targets": {} + "runtime": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + } + }, + "System.Diagnostics.DiagnosticSource/5.0.0": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "5.0.0" }, - "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" + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" } } }, - "System.Data.SQLite.EF6/1.0.111": { + "System.Memory/4.5.4": { "type": "package", "dependencies": { - "EntityFramework": "6.2.0" + "System.Buffers": "4.5.1", + "System.Numerics.Vectors": "4.5.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.3" }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], "compile": { - "lib/net46/System.Data.SQLite.EF6.dll": {} + "lib/net461/System.Memory.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net46/System.Data.SQLite.EF6.dll": {} + "lib/net461/System.Memory.dll": { + "related": ".xml" + } } }, - "System.Data.SQLite.Linq/1.0.111": { + "System.Numerics.Vectors/4.5.0": { "type": "package", + "frameworkAssemblies": [ + "System.Numerics", + "mscorlib" + ], "compile": { - "lib/net46/System.Data.SQLite.Linq.dll": {} + "ref/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net46/System.Data.SQLite.Linq.dll": {} + "lib/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } } }, - "DynamORM/1.3.0": { + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.5.0" + }, + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + } + }, + "DynamORM/1.7.0": { "type": "project", "framework": ".NETFramework,Version=v4.7.2", "dependencies": { @@ -134,18 +716,49 @@ } }, ".NETFramework,Version=v4.8/win": { - "EntityFramework/6.2.0": { + "EntityFramework/6.4.4": { "type": "package", "frameworkAssemblies": [ "System.ComponentModel.DataAnnotations" ], "compile": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } }, "runtime": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } + }, + "build": { + "buildTransitive/EntityFramework.props": {}, + "buildTransitive/EntityFramework.targets": {} + } + }, + "Microsoft.ApplicationInsights/2.22.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "frameworkAssemblies": [ + "System.Net.Http" + ], + "compile": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } } }, "Microsoft.CSharp/4.7.0": { @@ -160,22 +773,505 @@ "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": { + "Microsoft.Testing.Extensions.Telemetry/1.1.0": { "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.Testing.Platform": "1.1.0" + }, "compile": { - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props": {} + } + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Microsoft.Testing.Extensions.Telemetry": "1.1.0", + "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.1.0", + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Platform/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.props": {} + } + }, + "Microsoft.Testing.Platform.MSBuild/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "System", + "System.Configuration", + "System.Core", + "System.Runtime", + "System.Runtime.Serialization", + "System.Xml", + "mscorlib" + ], + "compile": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "MSTest.TestAdapter/3.3.1": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Extensions.VSTestBridge": "1.1.0", + "Microsoft.Testing.Platform.MSBuild": "1.1.0" + }, + "build": { + "build/net462/MSTest.TestAdapter.props": {}, + "build/net462/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/3.3.1": { + "type": "package", + "compile": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "runtime": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "resource": { + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "Stub.System.Data.SQLite.Core.NetFramework/1.0.118": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "build": { + "buildTransitive/net46/Stub.System.Data.SQLite.Core.NetFramework.targets": {} + } + }, + "System.Buffers/4.5.1": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net45/System.Buffers.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Buffers.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } } }, "System.Data.Common/4.3.0": { @@ -191,30 +1287,738 @@ "lib/net451/System.Data.Common.dll": {} } }, - "System.Data.SQLite/1.0.111": { + "System.Data.SQLite/1.0.118": { "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.118]", + "System.Data.SQLite.EF6": "[1.0.118]", + "System.Data.SQLite.Linq": "[1.0.118]" } }, - "System.Data.SQLite.Core/1.0.111": { + "System.Data.SQLite.Core/1.0.118": { "type": "package", + "dependencies": { + "Stub.System.Data.SQLite.Core.NetFramework": "[1.0.118]" + } + }, + "System.Data.SQLite.EF6/1.0.118": { + "type": "package", + "dependencies": { + "EntityFramework": "6.4.4" + }, "compile": { - "lib/net46/System.Data.SQLite.dll": {} + "lib/net46/System.Data.SQLite.EF6.dll": {} }, "runtime": { - "lib/net46/System.Data.SQLite.dll": {} + "lib/net46/System.Data.SQLite.EF6.dll": {} + } + }, + "System.Data.SQLite.Linq/1.0.118": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + } + }, + "System.Diagnostics.DiagnosticSource/5.0.0": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "5.0.0" + }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.4": { + "type": "package", + "dependencies": { + "System.Buffers": "4.5.1", + "System.Numerics.Vectors": "4.5.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.3" + }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net461/System.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Memory.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Numerics", + "mscorlib" + ], + "compile": { + "ref/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.5.0" + }, + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + } + }, + "DynamORM/1.7.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-arm64": { + "EntityFramework/6.4.4": { + "type": "package", + "frameworkAssemblies": [ + "System.ComponentModel.DataAnnotations" + ], + "compile": { + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } + }, + "runtime": { + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } }, "build": { - "build/net46/System.Data.SQLite.Core.targets": {} + "buildTransitive/EntityFramework.props": {}, + "buildTransitive/EntityFramework.targets": {} } }, - "System.Data.SQLite.EF6/1.0.111": { + "Microsoft.ApplicationInsights/2.22.0": { "type": "package", "dependencies": { - "EntityFramework": "6.2.0" + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "frameworkAssemblies": [ + "System.Net.Http" + ], + "compile": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "Microsoft.Testing.Extensions.Telemetry/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props": {} + } + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Microsoft.Testing.Extensions.Telemetry": "1.1.0", + "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.1.0", + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Platform/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.props": {} + } + }, + "Microsoft.Testing.Platform.MSBuild/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "System", + "System.Configuration", + "System.Core", + "System.Runtime", + "System.Runtime.Serialization", + "System.Xml", + "mscorlib" + ], + "compile": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "MSTest.TestAdapter/3.3.1": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Extensions.VSTestBridge": "1.1.0", + "Microsoft.Testing.Platform.MSBuild": "1.1.0" + }, + "build": { + "build/net462/MSTest.TestAdapter.props": {}, + "build/net462/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/3.3.1": { + "type": "package", + "compile": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "runtime": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "resource": { + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "Stub.System.Data.SQLite.Core.NetFramework/1.0.118": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "build": { + "buildTransitive/net46/Stub.System.Data.SQLite.Core.NetFramework.targets": {} + } + }, + "System.Buffers/4.5.1": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net45/System.Buffers.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Buffers.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + } + }, + "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.118": { + "type": "package", + "dependencies": { + "System.Data.SQLite.Core": "[1.0.118]", + "System.Data.SQLite.EF6": "[1.0.118]", + "System.Data.SQLite.Linq": "[1.0.118]" + } + }, + "System.Data.SQLite.Core/1.0.118": { + "type": "package", + "dependencies": { + "Stub.System.Data.SQLite.Core.NetFramework": "[1.0.118]" + } + }, + "System.Data.SQLite.EF6/1.0.118": { + "type": "package", + "dependencies": { + "EntityFramework": "6.4.4" }, "compile": { "lib/net46/System.Data.SQLite.EF6.dll": {} @@ -223,7 +2027,7 @@ "lib/net46/System.Data.SQLite.EF6.dll": {} } }, - "System.Data.SQLite.Linq/1.0.111": { + "System.Data.SQLite.Linq/1.0.118": { "type": "package", "compile": { "lib/net46/System.Data.SQLite.Linq.dll": {} @@ -232,7 +2036,99 @@ "lib/net46/System.Data.SQLite.Linq.dll": {} } }, - "DynamORM/1.3.0": { + "System.Diagnostics.DiagnosticSource/5.0.0": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "5.0.0" + }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.4": { + "type": "package", + "dependencies": { + "System.Buffers": "4.5.1", + "System.Numerics.Vectors": "4.5.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.3" + }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net461/System.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Memory.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Numerics", + "mscorlib" + ], + "compile": { + "ref/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.5.0" + }, + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + } + }, + "DynamORM/1.7.0": { "type": "project", "framework": ".NETFramework,Version=v4.7.2", "dependencies": { @@ -248,18 +2144,49 @@ } }, ".NETFramework,Version=v4.8/win-x64": { - "EntityFramework/6.2.0": { + "EntityFramework/6.4.4": { "type": "package", "frameworkAssemblies": [ "System.ComponentModel.DataAnnotations" ], "compile": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } }, "runtime": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } + }, + "build": { + "buildTransitive/EntityFramework.props": {}, + "buildTransitive/EntityFramework.targets": {} + } + }, + "Microsoft.ApplicationInsights/2.22.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "frameworkAssemblies": [ + "System.Net.Http" + ], + "compile": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } } }, "Microsoft.CSharp/4.7.0": { @@ -274,22 +2201,505 @@ "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": { + "Microsoft.Testing.Extensions.Telemetry/1.1.0": { "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.Testing.Platform": "1.1.0" + }, "compile": { - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props": {} + } + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Microsoft.Testing.Extensions.Telemetry": "1.1.0", + "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.1.0", + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Platform/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.props": {} + } + }, + "Microsoft.Testing.Platform.MSBuild/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "System", + "System.Configuration", + "System.Core", + "System.Runtime", + "System.Runtime.Serialization", + "System.Xml", + "mscorlib" + ], + "compile": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "MSTest.TestAdapter/3.3.1": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Extensions.VSTestBridge": "1.1.0", + "Microsoft.Testing.Platform.MSBuild": "1.1.0" + }, + "build": { + "build/net462/MSTest.TestAdapter.props": {}, + "build/net462/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/3.3.1": { + "type": "package", + "compile": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "runtime": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "resource": { + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "Stub.System.Data.SQLite.Core.NetFramework/1.0.118": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "build": { + "buildTransitive/net46/Stub.System.Data.SQLite.Core.NetFramework.targets": {} + } + }, + "System.Buffers/4.5.1": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net45/System.Buffers.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Buffers.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } } }, "System.Data.Common/4.3.0": { @@ -305,33 +2715,24 @@ "lib/net451/System.Data.Common.dll": {} } }, - "System.Data.SQLite/1.0.111": { + "System.Data.SQLite/1.0.118": { "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.118]", + "System.Data.SQLite.EF6": "[1.0.118]", + "System.Data.SQLite.Linq": "[1.0.118]" } }, - "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": { + "System.Data.SQLite.Core/1.0.118": { "type": "package", "dependencies": { - "EntityFramework": "6.2.0" + "Stub.System.Data.SQLite.Core.NetFramework": "[1.0.118]" + } + }, + "System.Data.SQLite.EF6/1.0.118": { + "type": "package", + "dependencies": { + "EntityFramework": "6.4.4" }, "compile": { "lib/net46/System.Data.SQLite.EF6.dll": {} @@ -340,7 +2741,7 @@ "lib/net46/System.Data.SQLite.EF6.dll": {} } }, - "System.Data.SQLite.Linq/1.0.111": { + "System.Data.SQLite.Linq/1.0.118": { "type": "package", "compile": { "lib/net46/System.Data.SQLite.Linq.dll": {} @@ -349,7 +2750,99 @@ "lib/net46/System.Data.SQLite.Linq.dll": {} } }, - "DynamORM/1.3.0": { + "System.Diagnostics.DiagnosticSource/5.0.0": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "5.0.0" + }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.4": { + "type": "package", + "dependencies": { + "System.Buffers": "4.5.1", + "System.Numerics.Vectors": "4.5.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.3" + }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net461/System.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Memory.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Numerics", + "mscorlib" + ], + "compile": { + "ref/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.5.0" + }, + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + } + }, + "DynamORM/1.7.0": { "type": "project", "framework": ".NETFramework,Version=v4.7.2", "dependencies": { @@ -365,18 +2858,49 @@ } }, ".NETFramework,Version=v4.8/win-x86": { - "EntityFramework/6.2.0": { + "EntityFramework/6.4.4": { "type": "package", "frameworkAssemblies": [ "System.ComponentModel.DataAnnotations" ], "compile": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } }, "runtime": { - "lib/net45/EntityFramework.SqlServer.dll": {}, - "lib/net45/EntityFramework.dll": {} + "lib/net45/EntityFramework.SqlServer.dll": { + "related": ".xml" + }, + "lib/net45/EntityFramework.dll": { + "related": ".SqlServer.xml;.xml" + } + }, + "build": { + "buildTransitive/EntityFramework.props": {}, + "buildTransitive/EntityFramework.targets": {} + } + }, + "Microsoft.ApplicationInsights/2.22.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "frameworkAssemblies": [ + "System.Net.Http" + ], + "compile": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net46/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } } }, "Microsoft.CSharp/4.7.0": { @@ -391,22 +2915,505 @@ "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": { + "Microsoft.Testing.Extensions.Telemetry/1.1.0": { "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.Testing.Platform": "1.1.0" + }, "compile": { - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } }, "runtime": { - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, - "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props": {} + } + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Microsoft.Testing.Extensions.Telemetry": "1.1.0", + "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.1.0", + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Platform/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.props": {} + } + }, + "Microsoft.Testing.Platform.MSBuild/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.1.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "System", + "System.Configuration", + "System.Core", + "System.Runtime", + "System.Runtime.Serialization", + "System.Xml", + "mscorlib" + ], + "compile": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "MSTest.TestAdapter/3.3.1": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Extensions.VSTestBridge": "1.1.0", + "Microsoft.Testing.Platform.MSBuild": "1.1.0" + }, + "build": { + "build/net462/MSTest.TestAdapter.props": {}, + "build/net462/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/3.3.1": { + "type": "package", + "compile": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "runtime": { + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "related": ".xml" + }, + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".Extensions.xml;.xml" + } + }, + "resource": { + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "cs" + }, + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "de" + }, + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "es" + }, + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "fr" + }, + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "it" + }, + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ja" + }, + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ko" + }, + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pl" + }, + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pt-BR" + }, + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ru" + }, + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "tr" + }, + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net472/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "Stub.System.Data.SQLite.Core.NetFramework/1.0.118": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": { + "related": ".dll.altconfig;.xml" + } + }, + "build": { + "buildTransitive/net46/Stub.System.Data.SQLite.Core.NetFramework.targets": {} + } + }, + "System.Buffers/4.5.1": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net45/System.Buffers.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Buffers.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } } }, "System.Data.Common/4.3.0": { @@ -422,33 +3429,24 @@ "lib/net451/System.Data.Common.dll": {} } }, - "System.Data.SQLite/1.0.111": { + "System.Data.SQLite/1.0.118": { "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.118]", + "System.Data.SQLite.EF6": "[1.0.118]", + "System.Data.SQLite.Linq": "[1.0.118]" } }, - "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": { + "System.Data.SQLite.Core/1.0.118": { "type": "package", "dependencies": { - "EntityFramework": "6.2.0" + "Stub.System.Data.SQLite.Core.NetFramework": "[1.0.118]" + } + }, + "System.Data.SQLite.EF6/1.0.118": { + "type": "package", + "dependencies": { + "EntityFramework": "6.4.4" }, "compile": { "lib/net46/System.Data.SQLite.EF6.dll": {} @@ -457,7 +3455,7 @@ "lib/net46/System.Data.SQLite.EF6.dll": {} } }, - "System.Data.SQLite.Linq/1.0.111": { + "System.Data.SQLite.Linq/1.0.118": { "type": "package", "compile": { "lib/net46/System.Data.SQLite.Linq.dll": {} @@ -466,7 +3464,99 @@ "lib/net46/System.Data.SQLite.Linq.dll": {} } }, - "DynamORM/1.3.0": { + "System.Diagnostics.DiagnosticSource/5.0.0": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "5.0.0" + }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Memory/4.5.4": { + "type": "package", + "dependencies": { + "System.Buffers": "4.5.1", + "System.Numerics.Vectors": "4.5.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.3" + }, + "frameworkAssemblies": [ + "System", + "mscorlib" + ], + "compile": { + "lib/net461/System.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net461/System.Memory.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Numerics", + "mscorlib" + ], + "compile": { + "ref/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net46/System.Numerics.Vectors.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.5.0" + }, + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "frameworkAssemblies": [ + "mscorlib" + ], + "compile": { + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + } + }, + "DynamORM/1.7.0": { "type": "project", "framework": ".NETFramework,Version=v4.7.2", "dependencies": { @@ -483,17 +3573,30 @@ } }, "libraries": { - "EntityFramework/6.2.0": { - "sha512": "ptGyXOf26qLrtn+2doAmylIlCxOnBJANwlyyLrXDmqIk9O18IzLWHyxDwwAyhgXkxmbiaA0WNpRy67WRReInBw==", + "EntityFramework/6.4.4": { + "sha512": "yj1+/4tci7Panu3jKDHYizxwVm0Jvm7b7m057b5h4u8NUHGCR8WIWirBTw+8EptRffwftIWPBeIRGNKD1ewEMQ==", "type": "package", - "path": "entityframework/6.2.0", + "path": "entityframework/6.4.4", "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", + "build/EntityFramework.DefaultItems.props", + "build/EntityFramework.props", + "build/EntityFramework.targets", + "build/Microsoft.Data.Entity.Build.Tasks.dll", + "build/netcoreapp3.0/EntityFramework.props", + "build/netcoreapp3.0/EntityFramework.targets", + "buildTransitive/EntityFramework.props", + "buildTransitive/EntityFramework.targets", + "buildTransitive/netcoreapp3.0/EntityFramework.props", + "buildTransitive/netcoreapp3.0/EntityFramework.targets", + "content/net40/App.config.install.xdt", "content/net40/App.config.transform", + "content/net40/Web.config.install.xdt", "content/net40/Web.config.transform", - "entityframework.6.2.0.nupkg.sha512", + "entityframework.6.4.4.nupkg.sha512", "entityframework.nuspec", "lib/net40/EntityFramework.SqlServer.dll", "lib/net40/EntityFramework.SqlServer.xml", @@ -503,14 +3606,49 @@ "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", + "lib/netstandard2.1/EntityFramework.SqlServer.dll", + "lib/netstandard2.1/EntityFramework.SqlServer.xml", + "lib/netstandard2.1/EntityFramework.dll", + "lib/netstandard2.1/EntityFramework.xml", + "tools/EntityFramework6.PS2.psd1", + "tools/EntityFramework6.PS2.psm1", + "tools/EntityFramework6.psd1", + "tools/EntityFramework6.psm1", + "tools/about_EntityFramework6.help.txt", "tools/init.ps1", "tools/install.ps1", - "tools/migrate.exe" + "tools/net40/any/ef6.exe", + "tools/net40/any/ef6.pdb", + "tools/net40/win-x86/ef6.exe", + "tools/net40/win-x86/ef6.pdb", + "tools/net45/any/ef6.exe", + "tools/net45/any/ef6.pdb", + "tools/net45/win-x86/ef6.exe", + "tools/net45/win-x86/ef6.pdb", + "tools/netcoreapp3.0/any/ef6.dll", + "tools/netcoreapp3.0/any/ef6.pdb", + "tools/netcoreapp3.0/any/ef6.runtimeconfig.json" + ] + }, + "Microsoft.ApplicationInsights/2.22.0": { + "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "type": "package", + "path": "microsoft.applicationinsights/2.22.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net452/Microsoft.ApplicationInsights.dll", + "lib/net452/Microsoft.ApplicationInsights.pdb", + "lib/net452/Microsoft.ApplicationInsights.xml", + "lib/net46/Microsoft.ApplicationInsights.dll", + "lib/net46/Microsoft.ApplicationInsights.pdb", + "lib/net46/Microsoft.ApplicationInsights.xml", + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", + "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.nuspec" ] }, "Microsoft.CSharp/4.7.0": { @@ -582,168 +3720,890 @@ "version.txt" ] }, - "MSTest.TestAdapter/2.0.0-beta4": { - "sha512": "THe/1KF+3r7Jz48yrZ5DkuQBTvsdEDI/66UQzPPsdk15Cqzpy2qvg6v0q2cysOKBDXNiPK/yV9/5lOozFrVn1Q==", + "Microsoft.Testing.Extensions.Telemetry/1.1.0": { + "sha512": "K9xjzIlNxUHHvVCYoQYjk3ojnNgS9Jhb9nHSuEAMl5QGhziNdHztGM3fzRQ72KRIA9MyeU75fCex8YZlsRkF1g==", "type": "package", - "path": "mstest.testadapter/2.0.0-beta4", + "path": "microsoft.testing.extensions.telemetry/1.1.0", "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", + "Icon.png", + "License.txt", + "PACKAGE.md", + "build/net6.0/Microsoft.Testing.Extensions.Telemetry.props", + "build/net7.0/Microsoft.Testing.Extensions.Telemetry.props", + "build/net8.0/Microsoft.Testing.Extensions.Telemetry.props", + "build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props", + "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props", + "buildTransitive/net6.0/Microsoft.Testing.Extensions.Telemetry.props", + "buildTransitive/net7.0/Microsoft.Testing.Extensions.Telemetry.props", + "buildTransitive/net8.0/Microsoft.Testing.Extensions.Telemetry.props", + "buildTransitive/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props", + "lib/net6.0/Microsoft.Testing.Extensions.Telemetry.dll", + "lib/net6.0/Microsoft.Testing.Extensions.Telemetry.xml", + "lib/net6.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/Microsoft.Testing.Extensions.Telemetry.dll", + "lib/net7.0/Microsoft.Testing.Extensions.Telemetry.xml", + "lib/net7.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.dll", + "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.xml", + "lib/net8.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.xml", + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "microsoft.testing.extensions.telemetry.1.1.0.nupkg.sha512", + "microsoft.testing.extensions.telemetry.nuspec" + ] + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.1.0": { + "sha512": "mspVaUbMAmsMg6IQaGJkypeCCYmUYYQkxFSRbSGdsTlzu9dpsH6spavSL6DUtkR7qd07ulYDlPCJ/yBU6TYdug==", + "type": "package", + "path": "microsoft.testing.extensions.trxreport.abstractions/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "License.txt", + "PACKAGE.md", + "lib/net6.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll", + "lib/net6.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml", + "lib/net7.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll", + "lib/net7.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml", + "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll", + "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml", + "microsoft.testing.extensions.trxreport.abstractions.1.1.0.nupkg.sha512", + "microsoft.testing.extensions.trxreport.abstractions.nuspec" + ] + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.1.0": { + "sha512": "6IcxNS8lARWd/7K/dDC0IAXRnUpQ9kC0Cb+Eu8biZG40pVDZoDEyn4QIuicJvPSCT1C72AtSUqKzZASO7i4gPg==", + "type": "package", + "path": "microsoft.testing.extensions.vstestbridge/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "License.txt", + "PACKAGE.md", + "lib/net6.0/Microsoft.Testing.Extensions.VSTestBridge.dll", + "lib/net6.0/Microsoft.Testing.Extensions.VSTestBridge.xml", + "lib/net6.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/Microsoft.Testing.Extensions.VSTestBridge.dll", + "lib/net7.0/Microsoft.Testing.Extensions.VSTestBridge.xml", + "lib/net7.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.dll", + "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.xml", + "lib/net8.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.xml", + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "microsoft.testing.extensions.vstestbridge.1.1.0.nupkg.sha512", + "microsoft.testing.extensions.vstestbridge.nuspec" + ] + }, + "Microsoft.Testing.Platform/1.1.0": { + "sha512": "on8S7PvvR9Ai5gL/DKN5KrE8e4ctsUIMEzCGY916D+8xj5W/ho0ru9OJiNk7vWFbQrGwpLs87xE7Q8RPLSO/og==", + "type": "package", + "path": "microsoft.testing.platform/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net6.0/Microsoft.Testing.Platform.props", + "build/net7.0/Microsoft.Testing.Platform.props", + "build/net8.0/Microsoft.Testing.Platform.props", + "build/netstandard2.0/Microsoft.Testing.Platform.props", + "buildMultiTargeting/Microsoft.Testing.Platform.props", + "buildTransitive/net6.0/Microsoft.Testing.Platform.props", + "buildTransitive/net7.0/Microsoft.Testing.Platform.props", + "buildTransitive/net8.0/Microsoft.Testing.Platform.props", + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.props", + "lib/net6.0/Microsoft.Testing.Platform.dll", + "lib/net6.0/Microsoft.Testing.Platform.xml", + "lib/net6.0/cs/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/de/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/es/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/fr/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/it/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/ja/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/ko/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/pl/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/ru/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/tr/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/Microsoft.Testing.Platform.dll", + "lib/net7.0/Microsoft.Testing.Platform.xml", + "lib/net7.0/cs/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/de/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/es/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/fr/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/it/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/ja/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/ko/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/pl/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/pt-BR/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/ru/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/tr/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/Microsoft.Testing.Platform.dll", + "lib/net8.0/Microsoft.Testing.Platform.xml", + "lib/net8.0/cs/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/de/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/es/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/fr/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/it/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/ja/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/ko/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/pl/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/ru/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/tr/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/Microsoft.Testing.Platform.dll", + "lib/netstandard2.0/Microsoft.Testing.Platform.xml", + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "microsoft.testing.platform.1.1.0.nupkg.sha512", + "microsoft.testing.platform.nuspec" + ] + }, + "Microsoft.Testing.Platform.MSBuild/1.1.0": { + "sha512": "n2F3OP27qPCSBDfi25DfIeuq3UtzB/BUlXJBCqu1HQc8n7ak5gfzWlkJwlOIk2PAltocdJWQHMfeVYfcLkZ41g==", + "type": "package", + "path": "microsoft.testing.platform.msbuild/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "License.txt", + "PACKAGE.md", + "_MSBuildTasks/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll", + "_MSBuildTasks/netstandard2.0/Microsoft.Testing.Platform.dll", + "build/net6.0/Microsoft.Testing.Platform.MSBuild.props", + "build/net6.0/Microsoft.Testing.Platform.MSBuild.targets", + "build/net7.0/Microsoft.Testing.Platform.MSBuild.props", + "build/net7.0/Microsoft.Testing.Platform.MSBuild.targets", + "build/net8.0/Microsoft.Testing.Platform.MSBuild.props", + "build/net8.0/Microsoft.Testing.Platform.MSBuild.targets", + "build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props", + "build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets", + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.VSTest.targets", + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props", + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets", + "buildTransitive/net6.0/Microsoft.Testing.Platform.MSBuild.props", + "buildTransitive/net6.0/Microsoft.Testing.Platform.MSBuild.targets", + "buildTransitive/net7.0/Microsoft.Testing.Platform.MSBuild.props", + "buildTransitive/net7.0/Microsoft.Testing.Platform.MSBuild.targets", + "buildTransitive/net8.0/Microsoft.Testing.Platform.MSBuild.props", + "buildTransitive/net8.0/Microsoft.Testing.Platform.MSBuild.targets", + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props", + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets", + "lib/net6.0/Microsoft.Testing.Platform.MSBuild.dll", + "lib/net6.0/Microsoft.Testing.Platform.MSBuild.xml", + "lib/net6.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/Microsoft.Testing.Platform.MSBuild.dll", + "lib/net7.0/Microsoft.Testing.Platform.MSBuild.xml", + "lib/net7.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/Microsoft.Testing.Platform.MSBuild.dll", + "lib/net8.0/Microsoft.Testing.Platform.MSBuild.xml", + "lib/net8.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll", + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.xml", + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll", + "microsoft.testing.platform.msbuild.1.1.0.nupkg.sha512", + "microsoft.testing.platform.msbuild.nuspec" + ] + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "sha512": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==", + "type": "package", + "path": "microsoft.testplatform.objectmodel/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "microsoft.testplatform.objectmodel.nuspec" + ] + }, + "MSTest.TestAdapter/3.3.1": { + "sha512": "ddSsUEQKibWamkosqbQmuhb1DpToI2LJb01yEPDA4MIhXJah4oBOARlLLI7bjWSkkRLDz/iPlx2Uac9qgmHlHg==", + "type": "package", + "path": "mstest.testadapter/3.3.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/_localization/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/cs/Microsoft.Testing.Platform.resources.dll", + "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/de/Microsoft.Testing.Platform.resources.dll", + "build/_localization/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/es/Microsoft.Testing.Platform.resources.dll", + "build/_localization/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/fr/Microsoft.Testing.Platform.resources.dll", + "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/it/Microsoft.Testing.Platform.resources.dll", + "build/_localization/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/ja/Microsoft.Testing.Platform.resources.dll", + "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/ko/Microsoft.Testing.Platform.resources.dll", + "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/pl/Microsoft.Testing.Platform.resources.dll", + "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/pt-BR/Microsoft.Testing.Platform.resources.dll", + "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/ru/Microsoft.Testing.Platform.resources.dll", + "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/tr/Microsoft.Testing.Platform.resources.dll", + "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/net462/MSTest.TestAdapter.props", + "build/net462/MSTest.TestAdapter.targets", + "build/net462/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net462/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net462/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/net6.0/MSTest.TestAdapter.props", + "build/net6.0/MSTest.TestAdapter.targets", + "build/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net7.0/MSTest.TestAdapter.props", + "build/net7.0/MSTest.TestAdapter.targets", + "build/net7.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/net8.0/MSTest.TestAdapter.props", + "build/net8.0/MSTest.TestAdapter.targets", + "build/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/netcoreapp3.1/MSTest.TestAdapter.props", + "build/netcoreapp3.1/MSTest.TestAdapter.targets", + "build/netcoreapp3.1/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/netstandard2.0/MSTest.TestAdapter.props", + "build/netstandard2.0/MSTest.TestAdapter.targets", + "build/netstandard2.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", "build/uap10.0/MSTest.TestAdapter.props", "build/uap10.0/MSTest.TestAdapter.targets", + "build/uap10.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", - "mstest.testadapter.2.0.0-beta4.nupkg.sha512", + "build/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "mstest.testadapter.3.3.1.nupkg.sha512", "mstest.testadapter.nuspec" ] }, - "MSTest.TestFramework/2.0.0-beta4": { - "sha512": "bVS0GSdHlFOWRaGt2Pmng4xZs/Tv9l4tnDqHhFUjKBAgFBCkF2d+/ELRzDAAXEolkofb8e1wNjmDyzj0SJf39w==", + "MSTest.TestFramework/3.3.1": { + "sha512": "020SuA2p8N7o+/AHC0SLgzGpyS1hNjR8m5tWxnuGqJ3HeJhArUbuPAU8RZr8Ll38ij8oiutGCkQ/G+ymyO51Ow==", "type": "package", - "path": "mstest.testframework/2.0.0-beta4", + "path": "mstest.testframework/3.3.1", "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", + "Icon.png", + "PACKAGE.md", + "build/net6.0/MSTest.TestFramework.targets", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net7.0/MSTest.TestFramework.targets", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net8.0/MSTest.TestFramework.targets", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net7.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", - "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.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", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "mstest.testframework.3.3.1.nupkg.sha512", "mstest.testframework.nuspec" ] }, + "NuGet.Frameworks/5.11.0": { + "sha512": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", + "type": "package", + "path": "nuget.frameworks/5.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net40/NuGet.Frameworks.dll", + "lib/net40/NuGet.Frameworks.xml", + "lib/net472/NuGet.Frameworks.dll", + "lib/net472/NuGet.Frameworks.xml", + "lib/netstandard2.0/NuGet.Frameworks.dll", + "lib/netstandard2.0/NuGet.Frameworks.xml", + "nuget.frameworks.5.11.0.nupkg.sha512", + "nuget.frameworks.nuspec" + ] + }, + "Stub.System.Data.SQLite.Core.NetFramework/1.0.118": { + "sha512": "oKvqJyhos18gUWQ7DphJwke15HsmXjcfaYm/qymJDkXHraqwDy0BqYMbbwDSJ/bmcbhug3jQEZ1N1FjynGFFyg==", + "type": "package", + "path": "stub.system.data.sqlite.core.netframework/1.0.118", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/net20/Stub.System.Data.SQLite.Core.NetFramework.targets", + "build/net20/x64/SQLite.Interop.dll", + "build/net20/x86/SQLite.Interop.dll", + "build/net40/Stub.System.Data.SQLite.Core.NetFramework.targets", + "build/net40/x64/SQLite.Interop.dll", + "build/net40/x86/SQLite.Interop.dll", + "build/net45/Stub.System.Data.SQLite.Core.NetFramework.targets", + "build/net45/x64/SQLite.Interop.dll", + "build/net45/x86/SQLite.Interop.dll", + "build/net451/Stub.System.Data.SQLite.Core.NetFramework.targets", + "build/net451/x64/SQLite.Interop.dll", + "build/net451/x86/SQLite.Interop.dll", + "build/net46/Stub.System.Data.SQLite.Core.NetFramework.targets", + "build/net46/x64/SQLite.Interop.dll", + "build/net46/x86/SQLite.Interop.dll", + "buildTransitive/net20/Stub.System.Data.SQLite.Core.NetFramework.targets", + "buildTransitive/net40/Stub.System.Data.SQLite.Core.NetFramework.targets", + "buildTransitive/net45/Stub.System.Data.SQLite.Core.NetFramework.targets", + "buildTransitive/net451/Stub.System.Data.SQLite.Core.NetFramework.targets", + "buildTransitive/net46/Stub.System.Data.SQLite.Core.NetFramework.targets", + "lib/net20/System.Data.SQLite.dll", + "lib/net20/System.Data.SQLite.dll.altconfig", + "lib/net20/System.Data.SQLite.xml", + "lib/net40/System.Data.SQLite.dll", + "lib/net40/System.Data.SQLite.dll.altconfig", + "lib/net40/System.Data.SQLite.xml", + "lib/net45/System.Data.SQLite.dll", + "lib/net45/System.Data.SQLite.dll.altconfig", + "lib/net45/System.Data.SQLite.xml", + "lib/net451/System.Data.SQLite.dll", + "lib/net451/System.Data.SQLite.dll.altconfig", + "lib/net451/System.Data.SQLite.xml", + "lib/net46/System.Data.SQLite.dll", + "lib/net46/System.Data.SQLite.dll.altconfig", + "lib/net46/System.Data.SQLite.xml", + "stub.system.data.sqlite.core.netframework.1.0.118.nupkg.sha512", + "stub.system.data.sqlite.core.netframework.nuspec" + ] + }, + "System.Buffers/4.5.1": { + "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", + "type": "package", + "path": "system.buffers/4.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Buffers.dll", + "lib/net461/System.Buffers.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.1/System.Buffers.dll", + "lib/netstandard1.1/System.Buffers.xml", + "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", + "lib/uap10.0.16299/_._", + "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", + "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", + "ref/uap10.0.16299/_._", + "system.buffers.4.5.1.nupkg.sha512", + "system.buffers.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Collections.Immutable/1.5.0": { + "sha512": "EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==", + "type": "package", + "path": "system.collections.immutable/1.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/netstandard1.3/System.Collections.Immutable.dll", + "lib/netstandard1.3/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.1.5.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Data.Common/4.3.0": { "sha512": "lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", "type": "package", @@ -795,69 +4655,32 @@ "system.data.common.nuspec" ] }, - "System.Data.SQLite/1.0.111": { - "sha512": "G6oK5KkT3gHfelwJ9MvBZc9mrO1x1gkpjNfPs1YBWGIQB5reJSmu5lraYC24VRRQpNBH7RIZqPQjqeBGr7CrNw==", + "System.Data.SQLite/1.0.118": { + "sha512": "lm+Qc7SxuMNl/HpyAbJhQng+snqUs38jaC+GvKoYm5/w+RCTspvM6aFvdWXn6+yhntJR8FnbPWZ7oi2K4UL2vQ==", "type": "package", - "path": "system.data.sqlite/1.0.111", + "path": "system.data.sqlite/1.0.118", "files": [ ".nupkg.metadata", ".signature.p7s", - "system.data.sqlite.1.0.111.nupkg.sha512", + "system.data.sqlite.1.0.118.nupkg.sha512", "system.data.sqlite.nuspec" ] }, - "System.Data.SQLite.Core/1.0.111": { - "sha512": "D7Qo3JWUB6epymTVRNaAXt+Y+eh0juGjXb5q8SEp/LBdKJr6a224Mk0HCOemRsXfPIF8ULblPyCbVixUvfbpiw==", + "System.Data.SQLite.Core/1.0.118": { + "sha512": "2V1PsfBeqWlZxF/VtB8lQKPfDBayCU8zD5Xc3Mq7cILOa2ZqpPDSwMP0fTfk1gtGSStSk//DxKiGy6zwCQs7Uw==", "type": "package", - "path": "system.data.sqlite.core/1.0.111", + "path": "system.data.sqlite.core/1.0.118", "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.1.0.118.nupkg.sha512", "system.data.sqlite.core.nuspec" ] }, - "System.Data.SQLite.EF6/1.0.111": { - "sha512": "R1YG+hSQ1EG4OgIPd8GaWztB5IensUVS+akT1BiCGeD9n97PGya5cGaoL1Q23jb4GA+ZoaIx+81fTNpuldY8Fg==", + "System.Data.SQLite.EF6/1.0.118": { + "sha512": "6OqO3OA8tej0BidxjYxutfR2HlodiYAA3qU4BtYe/wQdXJ75rumiAr9inYJaxFkwgGb8jW1qyFy953ZFyCOe8A==", "type": "package", - "path": "system.data.sqlite.ef6/1.0.111", + "path": "system.data.sqlite.ef6/1.0.118", "hasTools": true, "files": [ ".nupkg.metadata", @@ -882,7 +4705,8 @@ "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", + "lib/netstandard2.1/System.Data.SQLite.EF6.dll", + "system.data.sqlite.ef6.1.0.118.nupkg.sha512", "system.data.sqlite.ef6.nuspec", "tools/net40/install.ps1", "tools/net45/install.ps1", @@ -890,10 +4714,10 @@ "tools/net46/install.ps1" ] }, - "System.Data.SQLite.Linq/1.0.111": { - "sha512": "6UJPe8nqCmMXvkZM9ohy9zAjF2LXJv+oBjZ2Cgl8CGVjvtLT3zFQpkXRSum0YIND5WLjKx8nrConEbK1O2+msg==", + "System.Data.SQLite.Linq/1.0.118": { + "sha512": "8cPMubj5tEvoa5Mu/wQaisUnrG9NcoMGFh6B9zDUxnTXuGACi+vwEqIIX+njdFJYPIJrnmGEiHV1T+Lr3YH7jg==", "type": "package", - "path": "system.data.sqlite.linq/1.0.111", + "path": "system.data.sqlite.linq/1.0.118", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -912,11 +4736,162 @@ "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.1.0.118.nupkg.sha512", "system.data.sqlite.linq.nuspec" ] }, - "DynamORM/1.3.0": { + "System.Diagnostics.DiagnosticSource/5.0.0": { + "sha512": "tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/System.Diagnostics.DiagnosticSource.dll", + "lib/net45/System.Diagnostics.DiagnosticSource.xml", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/System.Diagnostics.DiagnosticSource.xml", + "lib/net5.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net5.0/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", + "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Memory/4.5.4": { + "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "type": "package", + "path": "system.memory/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.4.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Numerics.Vectors/4.5.0": { + "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "type": "package", + "path": "system.numerics.vectors/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", + "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", + "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", + "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.numerics.vectors.4.5.0.nupkg.sha512", + "system.numerics.vectors.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Metadata/1.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "type": "package", + "path": "system.reflection.metadata/1.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.6.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net45/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll", + "ref/net461/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "DynamORM/1.7.0": { "type": "project", "path": "../DynamORM/DynamORM.csproj", "msbuildProject": "../DynamORM/DynamORM.csproj" @@ -924,10 +4899,10 @@ }, "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" + "DynamORM >= 1.7.0", + "MSTest.TestAdapter >= 3.3.1", + "MSTest.TestFramework >= 3.3.1", + "System.Data.SQLite >= 1.0.118" ] }, "packageFolders": { @@ -957,7 +4932,9 @@ ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.local.think.pl/v3/index.json": {}, + "https://nuget.think.pl/v3/index.json": {} }, "frameworks": { "net48": { @@ -967,6 +4944,11 @@ } } } + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -974,15 +4956,15 @@ "dependencies": { "MSTest.TestAdapter": { "target": "Package", - "version": "[2.0.0-beta4, )" + "version": "[3.3.1, )" }, "MSTest.TestFramework": { "target": "Package", - "version": "[2.0.0-beta4, )" + "version": "[3.3.1, )" }, "System.Data.SQLite": { "target": "Package", - "version": "[1.0.111, )" + "version": "[1.0.118, )" } } } @@ -991,6 +4973,9 @@ "win": { "#import": [] }, + "win-arm64": { + "#import": [] + }, "win-x64": { "#import": [] }, diff --git a/DynamORM.Tests/obj/project.nuget.cache b/DynamORM.Tests/obj/project.nuget.cache index 65bda9c..0839f0c 100644 --- a/DynamORM.Tests/obj/project.nuget.cache +++ b/DynamORM.Tests/obj/project.nuget.cache @@ -1,18 +1,34 @@ { "version": 2, - "dgSpecHash": "rAFgnQ0ruwj6gTzn4dYezodFcNf5+kCOxLq8HTYaz7PuF0I0Uc4bTWz4d/BjGTmeTByLE/ZMDAWkH2yJJcIImQ==", + "dgSpecHash": "kePlsRMRemA=", "success": true, "projectFilePath": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj", "expectedPackageFiles": [ - "C:\\Users\\gruss\\.nuget\\packages\\entityframework\\6.2.0\\entityframework.6.2.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\entityframework\\6.4.4\\entityframework.6.4.4.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.applicationinsights\\2.22.0\\microsoft.applicationinsights.2.22.0.nupkg.sha512", "C:\\Users\\gruss\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", - "C:\\Users\\gruss\\.nuget\\packages\\mstest.testadapter\\2.0.0-beta4\\mstest.testadapter.2.0.0-beta4.nupkg.sha512", - "C:\\Users\\gruss\\.nuget\\packages\\mstest.testframework\\2.0.0-beta4\\mstest.testframework.2.0.0-beta4.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.testing.extensions.telemetry\\1.1.0\\microsoft.testing.extensions.telemetry.1.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.testing.extensions.trxreport.abstractions\\1.1.0\\microsoft.testing.extensions.trxreport.abstractions.1.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.testing.extensions.vstestbridge\\1.1.0\\microsoft.testing.extensions.vstestbridge.1.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.testing.platform\\1.1.0\\microsoft.testing.platform.1.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.testing.platform.msbuild\\1.1.0\\microsoft.testing.platform.msbuild.1.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.5.0\\microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\mstest.testadapter\\3.3.1\\mstest.testadapter.3.3.1.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\mstest.testframework\\3.3.1\\mstest.testframework.3.3.1.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\stub.system.data.sqlite.core.netframework\\1.0.118\\stub.system.data.sqlite.core.netframework.1.0.118.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.collections.immutable\\1.5.0\\system.collections.immutable.1.5.0.nupkg.sha512", "C:\\Users\\gruss\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512", - "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite\\1.0.111\\system.data.sqlite.1.0.111.nupkg.sha512", - "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.core\\1.0.111\\system.data.sqlite.core.1.0.111.nupkg.sha512", - "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.ef6\\1.0.111\\system.data.sqlite.ef6.1.0.111.nupkg.sha512", - "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.linq\\1.0.111\\system.data.sqlite.linq.1.0.111.nupkg.sha512" + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite\\1.0.118\\system.data.sqlite.1.0.118.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.core\\1.0.118\\system.data.sqlite.core.1.0.118.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.ef6\\1.0.118\\system.data.sqlite.ef6.1.0.118.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.linq\\1.0.118\\system.data.sqlite.linq.1.0.118.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.0\\system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\5.0.0\\system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/DynamORM/DynamORM.csproj b/DynamORM/DynamORM.csproj index f8ecfec..cd9d858 100644 --- a/DynamORM/DynamORM.csproj +++ b/DynamORM/DynamORM.csproj @@ -1,9 +1,9 @@ - netstandard2.0;net472;net6.0;net7.0;net8.0 + netstandard2.0;net472;net6.0;net8.0 Dynamic Object-Relational Mapping library. - Copyright © RUSSEK Software 2012-2023 + Copyright © RUSSEK Software 2012-2024 RUSSEK Software Grzegorz Russek 1.7 diff --git a/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfo.cs b/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfo.cs index 349f454..adfabe5 100644 --- a/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfo.cs +++ b/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfo.cs @@ -13,13 +13,13 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2024")] [assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.7.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.7+4c7c6e4efdfe168cc99634245764a558c5662f54")] [assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] [assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.7.0.0")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://git.dr4cul4.pl/RUSSEK-Software/DynamORM")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfoInputs.cache b/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfoInputs.cache index c4b2efa..5fc7122 100644 --- a/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfoInputs.cache +++ b/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfoInputs.cache @@ -1 +1 @@ -fc853c749cf501759ad6a0d5531aafc846ac0fde +dd15cc8230d4d8ba9b44c2e245532cb00bdeeec9493f4b8fed9ca174bd4e2dec diff --git a/DynamORM/obj/Debug/net472/DynamORM.GeneratedMSBuildEditorConfig.editorconfig b/DynamORM/obj/Debug/net472/DynamORM.GeneratedMSBuildEditorConfig.editorconfig index a4e5710..e514d24 100644 --- a/DynamORM/obj/Debug/net472/DynamORM.GeneratedMSBuildEditorConfig.editorconfig +++ b/DynamORM/obj/Debug/net472/DynamORM.GeneratedMSBuildEditorConfig.editorconfig @@ -1,3 +1,5 @@ is_global = true build_property.RootNamespace = DynamORM build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/DynamORM/obj/Debug/net472/DynamORM.assets.cache b/DynamORM/obj/Debug/net472/DynamORM.assets.cache index ff09591..41e1670 100644 Binary files a/DynamORM/obj/Debug/net472/DynamORM.assets.cache and b/DynamORM/obj/Debug/net472/DynamORM.assets.cache differ diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfo.cs b/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfo.cs index 349f454..adfabe5 100644 --- a/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfo.cs +++ b/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfo.cs @@ -13,13 +13,13 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2024")] [assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.7.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.7+4c7c6e4efdfe168cc99634245764a558c5662f54")] [assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] [assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.7.0.0")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://git.dr4cul4.pl/RUSSEK-Software/DynamORM")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfoInputs.cache b/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfoInputs.cache index c4b2efa..5fc7122 100644 --- a/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfoInputs.cache +++ b/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfoInputs.cache @@ -1 +1 @@ -fc853c749cf501759ad6a0d5531aafc846ac0fde +dd15cc8230d4d8ba9b44c2e245532cb00bdeeec9493f4b8fed9ca174bd4e2dec diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig b/DynamORM/obj/Debug/net6.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig index 40a9c67..0342eb9 100644 --- a/DynamORM/obj/Debug/net6.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig +++ b/DynamORM/obj/Debug/net6.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig @@ -5,6 +5,9 @@ build_property.UsingMicrosoftNETSdkWeb = build_property.ProjectTypeGuids = build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = DynamORM build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.assets.cache b/DynamORM/obj/Debug/net6.0/DynamORM.assets.cache index 12b210a..8463646 100644 Binary files a/DynamORM/obj/Debug/net6.0/DynamORM.assets.cache and b/DynamORM/obj/Debug/net6.0/DynamORM.assets.cache differ diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.csproj.AssemblyReference.cache b/DynamORM/obj/Debug/net6.0/DynamORM.csproj.AssemblyReference.cache deleted file mode 100644 index e048cdc..0000000 Binary files a/DynamORM/obj/Debug/net6.0/DynamORM.csproj.AssemblyReference.cache and /dev/null differ diff --git a/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfo.cs b/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfo.cs index 349f454..adfabe5 100644 --- a/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfo.cs +++ b/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfo.cs @@ -13,13 +13,13 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2024")] [assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.7.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.7+4c7c6e4efdfe168cc99634245764a558c5662f54")] [assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] [assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.7.0.0")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://git.dr4cul4.pl/RUSSEK-Software/DynamORM")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfoInputs.cache b/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfoInputs.cache index c4b2efa..5fc7122 100644 --- a/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfoInputs.cache +++ b/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfoInputs.cache @@ -1 +1 @@ -fc853c749cf501759ad6a0d5531aafc846ac0fde +dd15cc8230d4d8ba9b44c2e245532cb00bdeeec9493f4b8fed9ca174bd4e2dec diff --git a/DynamORM/obj/Debug/netstandard2.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig b/DynamORM/obj/Debug/netstandard2.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig index a4e5710..e514d24 100644 --- a/DynamORM/obj/Debug/netstandard2.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig +++ b/DynamORM/obj/Debug/netstandard2.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig @@ -1,3 +1,5 @@ is_global = true build_property.RootNamespace = DynamORM build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/DynamORM/obj/Debug/netstandard2.0/DynamORM.assets.cache b/DynamORM/obj/Debug/netstandard2.0/DynamORM.assets.cache index eace6ad..813247a 100644 Binary files a/DynamORM/obj/Debug/netstandard2.0/DynamORM.assets.cache and b/DynamORM/obj/Debug/netstandard2.0/DynamORM.assets.cache differ diff --git a/DynamORM/obj/DynamORM.csproj.nuget.dgspec.json b/DynamORM/obj/DynamORM.csproj.nuget.dgspec.json index 6f54e8a..31144bc 100644 --- a/DynamORM/obj/DynamORM.csproj.nuget.dgspec.json +++ b/DynamORM/obj/DynamORM.csproj.nuget.dgspec.json @@ -5,7 +5,7 @@ }, "projects": { "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { - "version": "1.3.0", + "version": "1.7.0", "restore": { "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", "projectName": "DynamORM", @@ -25,17 +25,25 @@ "originalTargetFrameworks": [ "net472", "net6.0", + "net8.0", "netstandard2.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.local.think.pl/v3/index.json": {}, + "https://nuget.think.pl/v3/index.json": {} }, "frameworks": { "net6.0": { "targetAlias": "net6.0", "projectReferences": {} }, + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + }, "net472": { "targetAlias": "net472", "projectReferences": {} @@ -49,6 +57,11 @@ "warnAsError": [ "NU1605" ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -70,7 +83,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -79,7 +93,37 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" + }, + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5/PortableRuntimeIdentifierGraph.json" }, "net472": { "targetAlias": "net472", @@ -93,7 +137,7 @@ "version": "[4.3.0, )" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" }, "netstandard2.0": { "targetAlias": "netstandard2.0", @@ -119,11 +163,12 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" } } } diff --git a/DynamORM/obj/DynamORM.csproj.nuget.g.props b/DynamORM/obj/DynamORM.csproj.nuget.g.props index c7e351b..b755633 100644 --- a/DynamORM/obj/DynamORM.csproj.nuget.g.props +++ b/DynamORM/obj/DynamORM.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\gruss\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.1.0 + 6.11.0 diff --git a/DynamORM/obj/project.assets.json b/DynamORM/obj/project.assets.json index 70ff490..2c73704 100644 --- a/DynamORM/obj/project.assets.json +++ b/DynamORM/obj/project.assets.json @@ -32,10 +32,14 @@ "Microsoft.CSharp/4.7.0": { "type": "package", "compile": { - "ref/netstandard2.0/Microsoft.CSharp.dll": {} + "ref/netstandard2.0/Microsoft.CSharp.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.CSharp.dll": {} + "lib/netstandard2.0/Microsoft.CSharp.dll": { + "related": ".xml" + } } }, "Microsoft.NETCore.Platforms/1.1.0": { @@ -79,7 +83,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } } }, "System.Data.Common/4.3.0": { @@ -95,7 +101,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Data.Common.dll": {} + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.2/System.Data.Common.dll": {} @@ -109,7 +117,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } } }, "System.IO/4.3.0": { @@ -122,7 +132,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.Reflection/4.3.0": { @@ -135,7 +147,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } } }, "System.Reflection.Primitives/4.3.0": { @@ -146,7 +160,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } } }, "System.Resources.ResourceManager/4.3.0": { @@ -159,7 +175,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -169,7 +187,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Extensions/4.3.0": { @@ -180,7 +200,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } } }, "System.Text.Encoding/4.3.0": { @@ -191,7 +213,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -205,7 +229,9 @@ "System.Threading": "4.3.0" }, "compile": { - "ref/netstandard1.6/_._": {} + "ref/netstandard1.6/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} @@ -218,7 +244,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} @@ -232,7 +260,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } } }, @@ -272,7 +302,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } } }, "System.Data.Common/4.3.0": { @@ -288,7 +320,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Data.Common.dll": {} + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.2/System.Data.Common.dll": {} @@ -302,7 +336,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } } }, "System.IO/4.3.0": { @@ -315,7 +351,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.Reflection/4.3.0": { @@ -328,7 +366,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } } }, "System.Reflection.Primitives/4.3.0": { @@ -339,7 +379,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } } }, "System.Resources.ResourceManager/4.3.0": { @@ -352,7 +394,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -362,7 +406,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Extensions/4.3.0": { @@ -373,7 +419,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } } }, "System.Text.Encoding/4.3.0": { @@ -384,7 +432,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -407,7 +457,206 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + } + }, + "net8.0": { + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } } } @@ -1582,6 +1831,10 @@ "net6.0": [ "Microsoft.CSharp >= 4.7.0", "System.Data.Common >= 4.3.0" + ], + "net8.0": [ + "Microsoft.CSharp >= 4.7.0", + "System.Data.Common >= 4.3.0" ] }, "packageFolders": { @@ -1589,7 +1842,7 @@ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} }, "project": { - "version": "1.3.0", + "version": "1.7.0", "restore": { "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", "projectName": "DynamORM", @@ -1609,17 +1862,25 @@ "originalTargetFrameworks": [ "net472", "net6.0", + "net8.0", "netstandard2.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.local.think.pl/v3/index.json": {}, + "https://nuget.think.pl/v3/index.json": {} }, "frameworks": { "net6.0": { "targetAlias": "net6.0", "projectReferences": {} }, + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + }, "net472": { "targetAlias": "net472", "projectReferences": {} @@ -1633,6 +1894,11 @@ "warnAsError": [ "NU1605" ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -1654,7 +1920,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -1663,7 +1930,37 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" + }, + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5/PortableRuntimeIdentifierGraph.json" }, "net472": { "targetAlias": "net472", @@ -1677,7 +1974,7 @@ "version": "[4.3.0, )" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" }, "netstandard2.0": { "targetAlias": "netstandard2.0", @@ -1703,11 +2000,12 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" } } } diff --git a/DynamORM/obj/project.nuget.cache b/DynamORM/obj/project.nuget.cache index b8da958..ed69706 100644 --- a/DynamORM/obj/project.nuget.cache +++ b/DynamORM/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "IuYP4tdqCfN1hgy879V5KHbsnBQClfQ9vldxowC+IrPfJ7aGphHYKMfCNAuH/rZVylrlcnncc6biySxBiZHxXA==", + "dgSpecHash": "SUBJBmhbPOU=", "success": true, "projectFilePath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", "expectedPackageFiles": [ diff --git a/System.Runtime.CompilerServices.Unsafe.dll b/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000..c5ba4e4 Binary files /dev/null and b/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/System.Threading.Tasks.Extensions.dll b/System.Threading.Tasks.Extensions.dll new file mode 100644 index 0000000..eeec928 Binary files /dev/null and b/System.Threading.Tasks.Extensions.dll differ diff --git a/Tester/Program.cs b/Tester/Program.cs index f760fd6..af20989 100644 --- a/Tester/Program.cs +++ b/Tester/Program.cs @@ -5,6 +5,7 @@ using System.Linq; using DynamORM; using DynamORM.Helpers; using DynamORM.Mapper; +using Tester.RealTests; namespace Tester { @@ -13,7 +14,8 @@ namespace Tester private static DynamicDatabase GetORM() { return new DynamicDatabase(System.Data.SqlClient.SqlClientFactory.Instance, - "packet size=4096;User Id=sa;Password=sWe7PepR;data source=192.168.22.10;initial catalog=PLAYGROUND;", + //"packet size=4096;User Id=sa;Password=sWe7PepR;data source=192.168.22.10;initial catalog=PLAYGROUND;", + "packet size=4096;User Id=sa;Password=sWe7PepR;data source=192.168.22.10;initial catalog=MOM_DEMO_WMS_FILLED;", DynamicDatabaseOptions.SingleConnection | DynamicDatabaseOptions.SingleTransaction | DynamicDatabaseOptions.SupportSchema | DynamicDatabaseOptions.SupportStoredProcedures | DynamicDatabaseOptions.SupportTop | DynamicDatabaseOptions.DumpCommands); @@ -30,6 +32,7 @@ namespace Tester using (var db = GetORM()) { //ProcedureHell(db); + OddNullabeleProblem.Test(db); TableFun(db); } diff --git a/Tester/RealTests/OddNullabeleProblem.cs b/Tester/RealTests/OddNullabeleProblem.cs new file mode 100644 index 0000000..67c353d --- /dev/null +++ b/Tester/RealTests/OddNullabeleProblem.cs @@ -0,0 +1,448 @@ +using DynamORM; +using DynamORM.Mapper; +using DynamORM.Objects; +using System; +using System.Collections.Generic; +using System.Text; + +namespace Tester.RealTests +{ + internal static class OddNullabeleProblem + { + public static void Test(DynamicDatabase db) + { + var ca = new mom_Contractors_Articles(); + ca.mca_min_date_valid_out = 5; + ca.mca_mar_code = "342"; + ca.mca_mar_name = "234"; + ca.SetDynamicEntityState(DynamicEntityState.Existing); + ca.mca_min_date_valid_out = null; + ca.mca_mar_code = null; + ca.mca_mar_name = null; + + var r = new DynamicRepositoryBase(db); + r.Save(ca); + } + + [Table(Name = "mom_Contractors_Articles")] + public class mom_Contractors_Articles : DynamicEntityBase + { + private System.Guid _mca_id; + + [Column("mca_id", true, AllowNull = false)] + public virtual System.Guid mca_id + { + get { return _mca_id; } + set + { + if (_mca_id != value) + { + this.OnPropertyChanging("mca_id", _mca_id, value); + _mca_id = value; + } + } + } + + private System.Nullable _mca_mc_id; + + [Column("mca_mc_id")] + public virtual System.Nullable mca_mc_id + { + get { return _mca_mc_id; } + set + { + if (_mca_mc_id != value) + { + this.OnPropertyChanging("mca_mc_id", _mca_mc_id, value); + _mca_mc_id = value; + } + } + } + + private System.Nullable _mca_mar_id; + + [Column("mca_mar_id")] + public virtual System.Nullable mca_mar_id + { + get { return _mca_mar_id; } + set + { + if (_mca_mar_id != value) + { + this.OnPropertyChanging("mca_mar_id", _mca_mar_id, value); + _mca_mar_id = value; + } + } + } + + private System.Nullable _mca_min_date_valid_out; + + [Column("mca_min_date_valid_out", AllowNull = true)] + public virtual System.Nullable mca_min_date_valid_out + { + get { return _mca_min_date_valid_out; } + set + { + if (_mca_min_date_valid_out != value) + { + this.OnPropertyChanging("mca_min_date_valid_out", _mca_min_date_valid_out, value); + _mca_min_date_valid_out = value; + } + } + } + + private System.Nullable _mca_min_date_valid_in; + + [Column("mca_min_date_valid_in")] + public virtual System.Nullable mca_min_date_valid_in + { + get { return _mca_min_date_valid_in; } + set + { + if (_mca_min_date_valid_in != value) + { + this.OnPropertyChanging("mca_min_date_valid_in", _mca_min_date_valid_in, value); + _mca_min_date_valid_in = value; + } + } + } + + private System.String _mca_mar_code; + + [Column("mca_mar_code", AllowNull = true)] + public virtual System.String mca_mar_code + { + get { return _mca_mar_code; } + set + { + if (_mca_mar_code != value) + { + this.OnPropertyChanging("mca_mar_code", _mca_mar_code, value); + _mca_mar_code = value; + } + } + } + + private System.String _mca_mar_name; + + [Column("mca_mar_name", AllowNull = true)] + public virtual System.String mca_mar_name + { + get { return _mca_mar_name; } + set + { + if (_mca_mar_name != value) + { + this.OnPropertyChanging("mca_mar_name", _mca_mar_name, value); + _mca_mar_name = value; + } + } + } + + private System.String _mca_gid; + + [Column("mca_GID")] + public virtual System.String mca_GID + { + get { return _mca_gid; } + set + { + if (_mca_gid != value) + { + this.OnPropertyChanging("mca_GID", _mca_gid, value); + _mca_gid = value; + } + } + } + + private System.Nullable _mca_percent_wz; + + [Column("mca_percent_WZ")] + public virtual System.Nullable mca_percent_WZ + { + get { return _mca_percent_wz; } + set + { + if (_mca_percent_wz != value) + { + this.OnPropertyChanging("mca_percent_WZ", _mca_percent_wz, value); + _mca_percent_wz = value; + } + } + } + + private System.Nullable _mca_percent_pz; + + [Column("mca_percent_PZ")] + public virtual System.Nullable mca_percent_PZ + { + get { return _mca_percent_pz; } + set + { + if (_mca_percent_pz != value) + { + this.OnPropertyChanging("mca_percent_PZ", _mca_percent_pz, value); + _mca_percent_pz = value; + } + } + } + + private System.Byte _mca_tss_ignore; + + [Column("mca_tss_ignore", AllowNull = false)] + public virtual System.Byte mca_tss_ignore + { + get { return _mca_tss_ignore; } + set + { + if (_mca_tss_ignore != value) + { + this.OnPropertyChanging("mca_tss_ignore", _mca_tss_ignore, value); + _mca_tss_ignore = value; + } + } + } + + private System.String _mca_mar_bar_code; + + [Column("mca_mar_bar_code")] + public virtual System.String mca_mar_bar_code + { + get { return _mca_mar_bar_code; } + set + { + if (_mca_mar_bar_code != value) + { + this.OnPropertyChanging("mca_mar_bar_code", _mca_mar_bar_code, value); + _mca_mar_bar_code = value; + } + } + } + + private System.Nullable _mca_mus_id_modified; + + [Column("mca_mus_id_modified")] + public virtual System.Nullable mca_mus_id_modified + { + get { return _mca_mus_id_modified; } + set + { + if (_mca_mus_id_modified != value) + { + this.OnPropertyChanging("mca_mus_id_modified", _mca_mus_id_modified, value); + _mca_mus_id_modified = value; + } + } + } + + private System.Nullable _mca_date_modified; + + [Column("mca_date_modified")] + public virtual System.Nullable mca_date_modified + { + get { return _mca_date_modified; } + set + { + if (_mca_date_modified != value) + { + this.OnPropertyChanging("mca_date_modified", _mca_date_modified, value); + _mca_date_modified = value; + } + } + } + + private System.String _mca_ean_label_unit; + + [Column("mca_ean_label_unit")] + public virtual System.String mca_ean_label_unit + { + get { return _mca_ean_label_unit; } + set + { + if (_mca_ean_label_unit != value) + { + this.OnPropertyChanging("mca_ean_label_unit", _mca_ean_label_unit, value); + _mca_ean_label_unit = value; + } + } + } + + private System.String _mca_ean_label_pckg; + + [Column("mca_ean_label_pckg")] + public virtual System.String mca_ean_label_pckg + { + get { return _mca_ean_label_pckg; } + set + { + if (_mca_ean_label_pckg != value) + { + this.OnPropertyChanging("mca_ean_label_pckg", _mca_ean_label_pckg, value); + _mca_ean_label_pckg = value; + } + } + } + + private System.Nullable _mca_price; + + [Column("mca_price")] + public virtual System.Nullable mca_price + { + get { return _mca_price; } + set + { + if (_mca_price != value) + { + this.OnPropertyChanging("mca_price", _mca_price, value); + _mca_price = value; + } + } + } + + private System.String _mca_currency_code; + + [Column("mca_currency_code")] + public virtual System.String mca_currency_code + { + get { return _mca_currency_code; } + set + { + if (_mca_currency_code != value) + { + this.OnPropertyChanging("mca_currency_code", _mca_currency_code, value); + _mca_currency_code = value; + } + } + } + + private System.Nullable _mca_time_ahead; + + [Column("mca_time_ahead")] + public virtual System.Nullable mca_time_ahead + { + get { return _mca_time_ahead; } + set + { + if (_mca_time_ahead != value) + { + this.OnPropertyChanging("mca_time_ahead", _mca_time_ahead, value); + _mca_time_ahead = value; + } + } + } + + private System.Nullable _mca_last_price; + + [Column("mca_last_price")] + public virtual System.Nullable mca_last_price + { + get { return _mca_last_price; } + set + { + if (_mca_last_price != value) + { + this.OnPropertyChanging("mca_last_price", _mca_last_price, value); + _mca_last_price = value; + } + } + } + + private System.Nullable _mca_logistic_minimum_value; + + [Column("mca_logistic_minimum_value")] + public virtual System.Nullable mca_logistic_minimum_value + { + get { return _mca_logistic_minimum_value; } + set + { + if (_mca_logistic_minimum_value != value) + { + this.OnPropertyChanging("mca_logistic_minimum_value", _mca_logistic_minimum_value, value); + _mca_logistic_minimum_value = value; + } + } + } + + private System.Nullable _mca_logistic_minimum_mplt; + + [Column("mca_logistic_minimum_mplt")] + public virtual System.Nullable mca_logistic_minimum_mplt + { + get { return _mca_logistic_minimum_mplt; } + set + { + if (_mca_logistic_minimum_mplt != value) + { + this.OnPropertyChanging("mca_logistic_minimum_mplt", _mca_logistic_minimum_mplt, value); + _mca_logistic_minimum_mplt = value; + } + } + } + + private System.Nullable _mca_logistic_minimum_qty; + + [Column("mca_logistic_minimum_qty")] + public virtual System.Nullable mca_logistic_minimum_qty + { + get { return _mca_logistic_minimum_qty; } + set + { + if (_mca_logistic_minimum_qty != value) + { + this.OnPropertyChanging("mca_logistic_minimum_qty", _mca_logistic_minimum_qty, value); + _mca_logistic_minimum_qty = value; + } + } + } + + private System.Nullable _mca_req_kj_percent; + + [Column("mca_req_kj_percent")] + public virtual System.Nullable mca_req_kj_percent + { + get { return _mca_req_kj_percent; } + set + { + if (_mca_req_kj_percent != value) + { + this.OnPropertyChanging("mca_req_kj_percent", _mca_req_kj_percent, value); + _mca_req_kj_percent = value; + } + } + } + + private System.Nullable _mca_min_order_qty; + + [Column("mca_min_order_qty")] + public virtual System.Nullable mca_min_order_qty + { + get { return _mca_min_order_qty; } + set + { + if (_mca_min_order_qty != value) + { + this.OnPropertyChanging("mca_min_order_qty", _mca_min_order_qty, value); + _mca_min_order_qty = value; + } + } + } + + private System.Byte _mca_default_contractor; + + [Column("mca_default_contractor", AllowNull = false)] + public virtual System.Byte mca_default_contractor + { + get { return _mca_default_contractor; } + set + { + if (_mca_default_contractor != value) + { + this.OnPropertyChanging("mca_default_contractor", _mca_default_contractor, value); + _mca_default_contractor = value; + } + } + } + + } + } +} diff --git a/Tester/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/Tester/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs index ad8dfe1..1b9b2f8 100644 --- a/Tester/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs +++ b/Tester/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -1,4 +1,4 @@ // using System; using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = ".NET Core 3.1")] diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfo.cs b/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfo.cs index a81878a..3147847 100644 --- a/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfo.cs +++ b/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfo.cs @@ -15,7 +15,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2022")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.1.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2.1")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2.1+8ed62a378f89eab9ce4028e2435a483a0df932b0")] [assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] [assembly: System.Reflection.AssemblyTitleAttribute("Tester")] [assembly: System.Reflection.AssemblyVersionAttribute("1.2.1.0")] diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfoInputs.cache b/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfoInputs.cache index a5e4dac..90d58c7 100644 --- a/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfoInputs.cache +++ b/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfoInputs.cache @@ -1 +1 @@ -782bb48d5e52ed18c98c3f55de3e3a89004a0c4b +488a19407d694a6315efef5d21174a5dbba58b5c7d1cc0856c9df1c9f4c30939 diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.GeneratedMSBuildEditorConfig.editorconfig b/Tester/obj/Debug/netcoreapp3.1/Tester.GeneratedMSBuildEditorConfig.editorconfig index d220ff1..5843d73 100644 --- a/Tester/obj/Debug/netcoreapp3.1/Tester.GeneratedMSBuildEditorConfig.editorconfig +++ b/Tester/obj/Debug/netcoreapp3.1/Tester.GeneratedMSBuildEditorConfig.editorconfig @@ -1,3 +1,5 @@ is_global = true build_property.RootNamespace = Tester build_property.ProjectDir = D:\Source\.NET\DynamORM\Tester\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.assets.cache b/Tester/obj/Debug/netcoreapp3.1/Tester.assets.cache index 9b599e7..c373d66 100644 Binary files a/Tester/obj/Debug/netcoreapp3.1/Tester.assets.cache and b/Tester/obj/Debug/netcoreapp3.1/Tester.assets.cache differ diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.csproj.AssemblyReference.cache b/Tester/obj/Debug/netcoreapp3.1/Tester.csproj.AssemblyReference.cache index f2fa465..fbe48b9 100644 Binary files a/Tester/obj/Debug/netcoreapp3.1/Tester.csproj.AssemblyReference.cache and b/Tester/obj/Debug/netcoreapp3.1/Tester.csproj.AssemblyReference.cache differ diff --git a/Tester/obj/Tester.csproj.nuget.dgspec.json b/Tester/obj/Tester.csproj.nuget.dgspec.json index b3a970c..08ca046 100644 --- a/Tester/obj/Tester.csproj.nuget.dgspec.json +++ b/Tester/obj/Tester.csproj.nuget.dgspec.json @@ -5,7 +5,7 @@ }, "projects": { "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { - "version": "1.3.0", + "version": "1.7.0", "restore": { "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", "projectName": "DynamORM", @@ -25,17 +25,25 @@ "originalTargetFrameworks": [ "net472", "net6.0", + "net8.0", "netstandard2.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.local.think.pl/v3/index.json": {}, + "https://nuget.think.pl/v3/index.json": {} }, "frameworks": { "net6.0": { "targetAlias": "net6.0", "projectReferences": {} }, + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + }, "net472": { "targetAlias": "net472", "projectReferences": {} @@ -49,6 +57,11 @@ "warnAsError": [ "NU1605" ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -70,7 +83,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -79,7 +93,37 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" + }, + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5/PortableRuntimeIdentifierGraph.json" }, "net472": { "targetAlias": "net472", @@ -93,7 +137,7 @@ "version": "[4.3.0, )" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" }, "netstandard2.0": { "targetAlias": "netstandard2.0", @@ -119,11 +163,12 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" } } }, @@ -149,7 +194,10 @@ ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.local.think.pl/v3/index.json": {}, + "https://nuget.think.pl/v3/index.json": {} }, "frameworks": { "netcoreapp3.1": { @@ -165,6 +213,11 @@ "warnAsError": [ "NU1605" ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -181,7 +234,7 @@ }, "System.Data.SqlClient": { "target": "Package", - "version": "[4.8.3, )" + "version": "[4.8.6, )" } }, "imports": [ @@ -190,7 +243,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -199,7 +253,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" } } } diff --git a/Tester/obj/Tester.csproj.nuget.g.props b/Tester/obj/Tester.csproj.nuget.g.props index c7e351b..b755633 100644 --- a/Tester/obj/Tester.csproj.nuget.g.props +++ b/Tester/obj/Tester.csproj.nuget.g.props @@ -7,7 +7,7 @@ $(UserProfile)\.nuget\packages\ C:\Users\gruss\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference - 6.1.0 + 6.11.0 diff --git a/Tester/obj/project.assets.json b/Tester/obj/project.assets.json index 63f826f..000cbfa 100644 --- a/Tester/obj/project.assets.json +++ b/Tester/obj/project.assets.json @@ -36,10 +36,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { @@ -95,7 +99,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } } }, "System.Data.Common/4.3.0": { @@ -111,13 +117,15 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Data.Common.dll": {} + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } }, "runtime": { "lib/netstandard1.2/System.Data.Common.dll": {} } }, - "System.Data.SqlClient/4.8.3": { + "System.Data.SqlClient/4.8.6": { "type": "package", "dependencies": { "Microsoft.Win32.Registry": "4.7.0", @@ -125,10 +133,14 @@ "runtime.native.System.Data.SqlClient.sni": "4.7.0" }, "compile": { - "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} + "ref/netcoreapp2.1/System.Data.SqlClient.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": {} + "lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { @@ -149,7 +161,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/_._": { + "related": ".xml" + } } }, "System.IO/4.3.0": { @@ -162,7 +176,9 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": {} + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } } }, "System.Reflection/4.3.0": { @@ -175,7 +191,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } } }, "System.Reflection.Primitives/4.3.0": { @@ -186,7 +204,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } } }, "System.Resources.ResourceManager/4.3.0": { @@ -199,7 +219,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.0/_._": {} + "ref/netstandard1.0/_._": { + "related": ".xml" + } } }, "System.Runtime/4.3.0": { @@ -209,7 +231,9 @@ "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": {} + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } } }, "System.Runtime.Extensions/4.3.0": { @@ -220,7 +244,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/_._": { + "related": ".xml" + } } }, "System.Security.AccessControl/4.7.0": { @@ -230,10 +256,14 @@ "System.Security.Principal.Windows": "4.7.0" }, "compile": { - "ref/netstandard2.0/_._": {} + "ref/netstandard2.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Security.AccessControl.dll": {} + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { @@ -245,10 +275,14 @@ "System.Security.Principal.Windows/4.7.0": { "type": "package", "compile": { - "ref/netcoreapp3.0/_._": {} + "ref/netcoreapp3.0/_._": { + "related": ".xml" + } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } }, "runtimeTargets": { "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { @@ -269,7 +303,9 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": {} + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -292,10 +328,12 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": {} + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } } }, - "DynamORM/1.3.0": { + "DynamORM/1.7.0": { "type": "project", "framework": ".NETStandard,Version=v2.0", "dependencies": { @@ -642,10 +680,10 @@ "system.data.common.nuspec" ] }, - "System.Data.SqlClient/4.8.3": { - "sha512": "yERfVLXAY0QbylAgaGLByYN0hFxX28aeEQ0hUgJO+Ntn1AfmWl5HHUoYJA0Yl9HhIUUJHVaS/Sw/RLZr5aaC+A==", + "System.Data.SqlClient/4.8.6": { + "sha512": "2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", "type": "package", - "path": "system.data.sqlclient/4.8.3", + "path": "system.data.sqlclient/4.8.6", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -722,7 +760,7 @@ "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml", "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll", "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml", - "system.data.sqlclient.4.8.3.nupkg.sha512", + "system.data.sqlclient.4.8.6.nupkg.sha512", "system.data.sqlclient.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -1565,7 +1603,7 @@ "system.threading.tasks.nuspec" ] }, - "DynamORM/1.3.0": { + "DynamORM/1.7.0": { "type": "project", "path": "../DynamORM/DynamORM.csproj", "msbuildProject": "../DynamORM/DynamORM.csproj" @@ -1573,10 +1611,10 @@ }, "projectFileDependencyGroups": { ".NETCoreApp,Version=v3.1": [ - "DynamORM >= 1.3.0", + "DynamORM >= 1.7.0", "Microsoft.CSharp >= 4.7.0", "System.Data.Common >= 4.3.0", - "System.Data.SqlClient >= 4.8.3" + "System.Data.SqlClient >= 4.8.6" ] }, "packageFolders": { @@ -1605,7 +1643,10 @@ ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.local.think.pl/v3/index.json": {}, + "https://nuget.think.pl/v3/index.json": {} }, "frameworks": { "netcoreapp3.1": { @@ -1621,6 +1662,11 @@ "warnAsError": [ "NU1605" ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" } }, "frameworks": { @@ -1637,7 +1683,7 @@ }, "System.Data.SqlClient": { "target": "Package", - "version": "[4.8.3, )" + "version": "[4.8.6, )" } }, "imports": [ @@ -1646,7 +1692,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -1655,7 +1702,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400-preview.0.24324.5\\RuntimeIdentifierGraph.json" } } } diff --git a/Tester/obj/project.nuget.cache b/Tester/obj/project.nuget.cache index 273d8f7..106bcfc 100644 --- a/Tester/obj/project.nuget.cache +++ b/Tester/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "iTUnpCnHx6mmHyBOTQ18HO6L0kWB789OUUQXR34t0JvwDrvTs0VKOMZQRlmU4qKGCm57a3gzW9YJjYSkn9r4vw==", + "dgSpecHash": "TaHz2cUfmA0=", "success": true, "projectFilePath": "D:\\Source\\.NET\\DynamORM\\Tester\\Tester.csproj", "expectedPackageFiles": [ @@ -14,7 +14,7 @@ "C:\\Users\\gruss\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", "C:\\Users\\gruss\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", "C:\\Users\\gruss\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512", - "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlclient\\4.8.3\\system.data.sqlclient.4.8.3.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlclient\\4.8.6\\system.data.sqlclient.4.8.6.nupkg.sha512", "C:\\Users\\gruss\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", "C:\\Users\\gruss\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", "C:\\Users\\gruss\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",