1352 lines
51 KiB
JSON
1352 lines
51 KiB
JSON
{
|
|
"runtimeTarget": {
|
|
"name": ".NETCoreApp,Version=v10.0",
|
|
"signature": ""
|
|
},
|
|
"compilationOptions": {},
|
|
"targets": {
|
|
".NETCoreApp,Version=v10.0": {
|
|
"VendingMachine.Tests/1.0.0": {
|
|
"dependencies": {
|
|
"FsCheck": "3.1.0",
|
|
"FsCheck.Xunit": "3.1.0",
|
|
"Microsoft.EntityFrameworkCore.InMemory": "10.0.5",
|
|
"Microsoft.NET.Test.Sdk": "17.14.1",
|
|
"Moq": "4.20.72",
|
|
"VendingMachine.Application": "1.0.0",
|
|
"VendingMachine.Domain": "1.0.0",
|
|
"VendingMachine.Infrastructure": "1.0.0",
|
|
"xunit": "2.9.3"
|
|
},
|
|
"runtime": {
|
|
"VendingMachine.Tests.dll": {}
|
|
}
|
|
},
|
|
"Azure.Core/1.47.1": {
|
|
"dependencies": {
|
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
"System.ClientModel": "1.5.1",
|
|
"System.Memory.Data": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Azure.Core.dll": {
|
|
"assemblyVersion": "1.47.1.0",
|
|
"fileVersion": "1.4700.125.36505"
|
|
}
|
|
}
|
|
},
|
|
"Azure.Identity/1.14.2": {
|
|
"dependencies": {
|
|
"Azure.Core": "1.47.1",
|
|
"Microsoft.Identity.Client": "4.73.1",
|
|
"Microsoft.Identity.Client.Extensions.Msal": "4.73.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Azure.Identity.dll": {
|
|
"assemblyVersion": "1.14.2.0",
|
|
"fileVersion": "1.1400.225.36004"
|
|
}
|
|
}
|
|
},
|
|
"Castle.Core/5.1.1": {
|
|
"runtime": {
|
|
"lib/net6.0/Castle.Core.dll": {
|
|
"assemblyVersion": "5.0.0.0",
|
|
"fileVersion": "5.1.1.0"
|
|
}
|
|
}
|
|
},
|
|
"FsCheck/3.1.0": {
|
|
"dependencies": {
|
|
"FSharp.Core": "5.0.2"
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/FsCheck.dll": {
|
|
"assemblyVersion": "3.0.1.0",
|
|
"fileVersion": "3.0.1.0"
|
|
}
|
|
}
|
|
},
|
|
"FsCheck.Xunit/3.1.0": {
|
|
"dependencies": {
|
|
"FSharp.Core": "5.0.2",
|
|
"FsCheck": "3.1.0",
|
|
"xunit.extensibility.execution": "2.9.3"
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/FsCheck.Xunit.dll": {
|
|
"assemblyVersion": "3.0.1.0",
|
|
"fileVersion": "3.0.1.0"
|
|
}
|
|
}
|
|
},
|
|
"FSharp.Core/5.0.2": {
|
|
"runtime": {
|
|
"lib/netstandard2.0/FSharp.Core.dll": {
|
|
"assemblyVersion": "5.0.0.0",
|
|
"fileVersion": "5.0.221.30802"
|
|
}
|
|
},
|
|
"resources": {
|
|
"lib/netstandard2.0/cs/FSharp.Core.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/netstandard2.0/de/FSharp.Core.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/netstandard2.0/es/FSharp.Core.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/netstandard2.0/fr/FSharp.Core.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/netstandard2.0/it/FSharp.Core.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/netstandard2.0/ja/FSharp.Core.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/netstandard2.0/ko/FSharp.Core.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/netstandard2.0/pl/FSharp.Core.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/netstandard2.0/ru/FSharp.Core.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/netstandard2.0/tr/FSharp.Core.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
|
|
"assemblyVersion": "10.0.5.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
"runtime": {
|
|
"lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
|
|
"assemblyVersion": "8.0.0.0",
|
|
"fileVersion": "8.0.23.53103"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Bcl.Cryptography/9.0.4": {
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Bcl.Cryptography.dll": {
|
|
"assemblyVersion": "9.0.0.4",
|
|
"fileVersion": "9.0.425.16305"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.CodeCoverage/17.14.1": {
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.225.12603"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Data.SqlClient/6.1.1": {
|
|
"dependencies": {
|
|
"Azure.Core": "1.47.1",
|
|
"Azure.Identity": "1.14.2",
|
|
"Microsoft.Bcl.Cryptography": "9.0.4",
|
|
"Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
|
|
"Microsoft.Extensions.Caching.Memory": "10.0.5",
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.0.1",
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1",
|
|
"Microsoft.SqlServer.Server": "1.0.0",
|
|
"System.Configuration.ConfigurationManager": "9.0.4"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Data.SqlClient.dll": {
|
|
"assemblyVersion": "6.0.0.0",
|
|
"fileVersion": "6.11.25226.3"
|
|
}
|
|
},
|
|
"resources": {
|
|
"lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll": {
|
|
"rid": "unix",
|
|
"assetType": "runtime",
|
|
"assemblyVersion": "6.0.0.0",
|
|
"fileVersion": "6.11.25226.3"
|
|
},
|
|
"runtimes/win/lib/net9.0/Microsoft.Data.SqlClient.dll": {
|
|
"rid": "win",
|
|
"assetType": "runtime",
|
|
"assemblyVersion": "6.0.0.0",
|
|
"fileVersion": "6.11.25226.3"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
|
|
"runtimeTargets": {
|
|
"runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
|
|
"rid": "win-arm64",
|
|
"assetType": "native",
|
|
"fileVersion": "6.2.0.0"
|
|
},
|
|
"runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
|
|
"rid": "win-x64",
|
|
"assetType": "native",
|
|
"fileVersion": "6.2.0.0"
|
|
},
|
|
"runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
|
|
"rid": "win-x86",
|
|
"assetType": "native",
|
|
"fileVersion": "6.2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore.Abstractions": "10.0.5",
|
|
"Microsoft.Extensions.Caching.Memory": "10.0.5",
|
|
"Microsoft.Extensions.Logging": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.EntityFrameworkCore.dll": {
|
|
"assemblyVersion": "10.0.5.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Abstractions/10.0.5": {
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
|
|
"assemblyVersion": "10.0.5.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.InMemory/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore": "10.0.5",
|
|
"Microsoft.Extensions.Caching.Memory": "10.0.5",
|
|
"Microsoft.Extensions.Logging": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.EntityFrameworkCore.InMemory.dll": {
|
|
"assemblyVersion": "10.0.5.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Relational/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore": "10.0.5",
|
|
"Microsoft.Extensions.Caching.Memory": "10.0.5",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "10.0.5",
|
|
"Microsoft.Extensions.Logging": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.EntityFrameworkCore.Relational.dll": {
|
|
"assemblyVersion": "10.0.5.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.SqlServer/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.Data.SqlClient": "6.1.1",
|
|
"Microsoft.EntityFrameworkCore.Relational": "10.0.5",
|
|
"Microsoft.Extensions.Caching.Memory": "10.0.5",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "10.0.5",
|
|
"Microsoft.Extensions.Logging": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
|
|
"assemblyVersion": "10.0.5.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Caching.Abstractions/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Caching.Memory/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Abstractions": "10.0.5",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
|
|
"Microsoft.Extensions.Logging.Abstractions": "10.0.5",
|
|
"Microsoft.Extensions.Options": "10.0.5",
|
|
"Microsoft.Extensions.Primitives": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Configuration.Abstractions/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.5": {
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection": "10.0.5",
|
|
"Microsoft.Extensions.Logging.Abstractions": "10.0.5",
|
|
"Microsoft.Extensions.Options": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.Logging.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Options/10.0.5": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.5",
|
|
"Microsoft.Extensions.Primitives": "10.0.5"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.Options.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Primitives/10.0.5": {
|
|
"runtime": {
|
|
"lib/net10.0/Microsoft.Extensions.Primitives.dll": {
|
|
"assemblyVersion": "10.0.0.0",
|
|
"fileVersion": "10.0.526.15411"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Identity.Client/4.73.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Abstractions": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Identity.Client.dll": {
|
|
"assemblyVersion": "4.73.1.0",
|
|
"fileVersion": "4.73.1.0"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Identity.Client.Extensions.Msal/4.73.1": {
|
|
"dependencies": {
|
|
"Microsoft.Identity.Client": "4.73.1",
|
|
"System.Security.Cryptography.ProtectedData": "9.0.4"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
|
|
"assemblyVersion": "4.73.1.0",
|
|
"fileVersion": "4.73.1.0"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Abstractions/8.0.1": {
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Tokens": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Logging/8.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Abstractions": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Logging.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Protocols/8.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Tokens": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Protocols": "8.0.1",
|
|
"System.IdentityModel.Tokens.Jwt": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Tokens/8.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Logging": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.NET.Test.Sdk/17.14.1": {
|
|
"dependencies": {
|
|
"Microsoft.CodeCoverage": "17.14.1",
|
|
"Microsoft.TestPlatform.TestHost": "17.14.1"
|
|
}
|
|
},
|
|
"Microsoft.SqlServer.Server/1.0.0": {
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
|
|
"assemblyVersion": "1.0.0.0",
|
|
"fileVersion": "1.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.TestPlatform.ObjectModel/17.14.1": {
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.125.30202"
|
|
},
|
|
"lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.125.30202"
|
|
},
|
|
"lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.125.30202"
|
|
}
|
|
},
|
|
"resources": {
|
|
"lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
},
|
|
"lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.TestPlatform.TestHost/17.14.1": {
|
|
"dependencies": {
|
|
"Microsoft.TestPlatform.ObjectModel": "17.14.1",
|
|
"Newtonsoft.Json": "13.0.3"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.125.30202"
|
|
},
|
|
"lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.125.30202"
|
|
},
|
|
"lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.125.30202"
|
|
},
|
|
"lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.125.30202"
|
|
},
|
|
"lib/net8.0/testhost.dll": {
|
|
"assemblyVersion": "15.0.0.0",
|
|
"fileVersion": "17.1400.125.30202"
|
|
}
|
|
},
|
|
"resources": {
|
|
"lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
},
|
|
"lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
},
|
|
"lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
}
|
|
}
|
|
},
|
|
"Moq/4.20.72": {
|
|
"dependencies": {
|
|
"Castle.Core": "5.1.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/Moq.dll": {
|
|
"assemblyVersion": "4.20.72.0",
|
|
"fileVersion": "4.20.72.0"
|
|
}
|
|
}
|
|
},
|
|
"Newtonsoft.Json/13.0.3": {
|
|
"runtime": {
|
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
|
"assemblyVersion": "13.0.0.0",
|
|
"fileVersion": "13.0.3.27908"
|
|
}
|
|
}
|
|
},
|
|
"Pipelines.Sockets.Unofficial/2.2.8": {
|
|
"runtime": {
|
|
"lib/net5.0/Pipelines.Sockets.Unofficial.dll": {
|
|
"assemblyVersion": "1.0.0.0",
|
|
"fileVersion": "2.2.8.1080"
|
|
}
|
|
}
|
|
},
|
|
"StackExchange.Redis/2.12.14": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Abstractions": "10.0.5",
|
|
"Pipelines.Sockets.Unofficial": "2.2.8",
|
|
"System.IO.Hashing": "10.0.2"
|
|
},
|
|
"runtime": {
|
|
"lib/net10.0/StackExchange.Redis.dll": {
|
|
"assemblyVersion": "2.0.0.0",
|
|
"fileVersion": "2.12.14.58429"
|
|
}
|
|
}
|
|
},
|
|
"System.ClientModel/1.5.1": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Abstractions": "10.0.5",
|
|
"System.Memory.Data": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/System.ClientModel.dll": {
|
|
"assemblyVersion": "1.5.1.0",
|
|
"fileVersion": "1.500.125.36405"
|
|
}
|
|
}
|
|
},
|
|
"System.Configuration.ConfigurationManager/9.0.4": {
|
|
"dependencies": {
|
|
"System.Security.Cryptography.ProtectedData": "9.0.4"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/System.Configuration.ConfigurationManager.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.425.16305"
|
|
}
|
|
}
|
|
},
|
|
"System.IdentityModel.Tokens.Jwt/8.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.0.1",
|
|
"Microsoft.IdentityModel.Tokens": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"System.IO.Hashing/10.0.2": {
|
|
"runtime": {
|
|
"lib/net10.0/System.IO.Hashing.dll": {
|
|
"assemblyVersion": "10.0.0.2",
|
|
"fileVersion": "10.0.225.61305"
|
|
}
|
|
}
|
|
},
|
|
"System.Memory.Data/8.0.1": {
|
|
"runtime": {
|
|
"lib/net8.0/System.Memory.Data.dll": {
|
|
"assemblyVersion": "8.0.0.1",
|
|
"fileVersion": "8.0.1024.46610"
|
|
}
|
|
}
|
|
},
|
|
"System.Security.Cryptography.ProtectedData/9.0.4": {
|
|
"runtime": {
|
|
"lib/net9.0/System.Security.Cryptography.ProtectedData.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.425.16305"
|
|
}
|
|
}
|
|
},
|
|
"xunit/2.9.3": {
|
|
"dependencies": {
|
|
"xunit.assert": "2.9.3",
|
|
"xunit.core": "2.9.3"
|
|
}
|
|
},
|
|
"xunit.abstractions/2.0.3": {
|
|
"runtime": {
|
|
"lib/netstandard2.0/xunit.abstractions.dll": {
|
|
"assemblyVersion": "2.0.0.0",
|
|
"fileVersion": "2.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"xunit.assert/2.9.3": {
|
|
"runtime": {
|
|
"lib/net6.0/xunit.assert.dll": {
|
|
"assemblyVersion": "2.9.3.0",
|
|
"fileVersion": "2.9.3.0"
|
|
}
|
|
}
|
|
},
|
|
"xunit.core/2.9.3": {
|
|
"dependencies": {
|
|
"xunit.extensibility.core": "2.9.3",
|
|
"xunit.extensibility.execution": "2.9.3"
|
|
}
|
|
},
|
|
"xunit.extensibility.core/2.9.3": {
|
|
"dependencies": {
|
|
"xunit.abstractions": "2.0.3"
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard1.1/xunit.core.dll": {
|
|
"assemblyVersion": "2.9.3.0",
|
|
"fileVersion": "2.9.3.0"
|
|
}
|
|
}
|
|
},
|
|
"xunit.extensibility.execution/2.9.3": {
|
|
"dependencies": {
|
|
"xunit.extensibility.core": "2.9.3"
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard1.1/xunit.execution.dotnet.dll": {
|
|
"assemblyVersion": "2.9.3.0",
|
|
"fileVersion": "2.9.3.0"
|
|
}
|
|
}
|
|
},
|
|
"VendingMachine.Application/1.0.0": {
|
|
"dependencies": {
|
|
"VendingMachine.Domain": "1.0.0"
|
|
},
|
|
"runtime": {
|
|
"VendingMachine.Application.dll": {
|
|
"assemblyVersion": "1.0.0.0",
|
|
"fileVersion": "1.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"VendingMachine.Domain/1.0.0": {
|
|
"runtime": {
|
|
"VendingMachine.Domain.dll": {
|
|
"assemblyVersion": "1.0.0.0",
|
|
"fileVersion": "1.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"VendingMachine.Infrastructure/1.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer": "10.0.5",
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "10.0.5",
|
|
"StackExchange.Redis": "2.12.14",
|
|
"VendingMachine.Application": "1.0.0",
|
|
"VendingMachine.Domain": "1.0.0"
|
|
},
|
|
"runtime": {
|
|
"VendingMachine.Infrastructure.dll": {
|
|
"assemblyVersion": "1.0.0.0",
|
|
"fileVersion": "1.0.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libraries": {
|
|
"VendingMachine.Tests/1.0.0": {
|
|
"type": "project",
|
|
"serviceable": false,
|
|
"sha512": ""
|
|
},
|
|
"Azure.Core/1.47.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-oPcncSsDHuxB8SC522z47xbp2+ttkcKv2YZ90KXhRKN0YQd2+7l1UURT9EBzUNEXtkLZUOAB5xbByMTrYRh3yA==",
|
|
"path": "azure.core/1.47.1",
|
|
"hashPath": "azure.core.1.47.1.nupkg.sha512"
|
|
},
|
|
"Azure.Identity/1.14.2": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-YhNMwOTwT+I2wIcJKSdP0ADyB2aK+JaYWZxO8LSRDm5w77LFr0ykR9xmt2ZV5T1gaI7xU6iNFIh/yW1dAlpddQ==",
|
|
"path": "azure.identity/1.14.2",
|
|
"hashPath": "azure.identity.1.14.2.nupkg.sha512"
|
|
},
|
|
"Castle.Core/5.1.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==",
|
|
"path": "castle.core/5.1.1",
|
|
"hashPath": "castle.core.5.1.1.nupkg.sha512"
|
|
},
|
|
"FsCheck/3.1.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-PbPqufRGxtcVuQ4oriwn5/G+WBh5wIiKE6LS6Z8QvC6iUdMDvjo0YbczXavXF+1TFkQ49r3N1HdfBSn/WE0KAw==",
|
|
"path": "fscheck/3.1.0",
|
|
"hashPath": "fscheck.3.1.0.nupkg.sha512"
|
|
},
|
|
"FsCheck.Xunit/3.1.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-OX/psz0WCBWWVEPy/NtLTqvk/JuzgQNK07lV5674PNKhqLoWoCOHW0j9IL2l56UN1gpCFTzI526TubshJByVqA==",
|
|
"path": "fscheck.xunit/3.1.0",
|
|
"hashPath": "fscheck.xunit.3.1.0.nupkg.sha512"
|
|
},
|
|
"FSharp.Core/5.0.2": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-DpcajqENgb3VXaHw1FKfVS+TWwEzck1PCajqLwBAVrtd1lfxd7T8JISVZBdV1mX9+2g48+tIgpNaVJWObdMrBw==",
|
|
"path": "fsharp.core/5.0.2",
|
|
"hashPath": "fsharp.core.5.0.2.nupkg.sha512"
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-fZzXogChrwQ/SfifQJgeW7AtR8hUv5+LH9oLWjm5OqfnVt3N8MwcMHHMdawvqqdjP79lIZgetnSpj77BLsSI1g==",
|
|
"path": "microsoft.aspnetcore.authentication.jwtbearer/10.0.5",
|
|
"hashPath": "microsoft.aspnetcore.authentication.jwtbearer.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
|
|
"path": "microsoft.bcl.asyncinterfaces/8.0.0",
|
|
"hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.Bcl.Cryptography/9.0.4": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-YgZYAWzyNuPVtPq6WNm0bqOWNjYaWgl5mBWTGZyNoXitYBUYSp6iUB9AwK0V1mo793qRJUXz2t6UZrWITZSvuQ==",
|
|
"path": "microsoft.bcl.cryptography/9.0.4",
|
|
"hashPath": "microsoft.bcl.cryptography.9.0.4.nupkg.sha512"
|
|
},
|
|
"Microsoft.CodeCoverage/17.14.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-pmTrhfFIoplzFVbhVwUquT+77CbGH+h4/3mBpdmIlYtBi9nAB+kKI6dN3A/nV4DFi3wLLx/BlHIPK+MkbQ6Tpg==",
|
|
"path": "microsoft.codecoverage/17.14.1",
|
|
"hashPath": "microsoft.codecoverage.17.14.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.Data.SqlClient/6.1.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-syGQmIUPAYYHAHyTD8FCkTNThpQWvoA7crnIQRMfp8dyB5A2cWU3fQexlRTFkVmV7S0TjVmthi0LJEFVjHo8AQ==",
|
|
"path": "microsoft.data.sqlclient/6.1.1",
|
|
"hashPath": "microsoft.data.sqlclient.6.1.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w==",
|
|
"path": "microsoft.data.sqlclient.sni.runtime/6.0.2",
|
|
"hashPath": "microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-9tNBmK3EpYVGRQLiqP+bqK2m+TD0Gv//4vCzR7ZOgl4FWzCFyOpYdIVka13M4kcBdPdSJcs3wbHr3rmzOqbIMA==",
|
|
"path": "microsoft.entityframeworkcore/10.0.5",
|
|
"hashPath": "microsoft.entityframeworkcore.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Abstractions/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-32c58Rnm47Qvhimawf67KO9PytgPz3QoWye7Abapt0Yocw/JnzMiSNj/pRoIKyn8Jxypkv86zxKD4Q/zNTc0Ag==",
|
|
"path": "microsoft.entityframeworkcore.abstractions/10.0.5",
|
|
"hashPath": "microsoft.entityframeworkcore.abstractions.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.InMemory/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-zz4THzlDOrJ7fKU2YUOzQFs2LJ9DgOSr5xFXcDdoD59el73MTQLtQQOAJxQ94F4XDegyL9+2sePSQGdcU25ZxQ==",
|
|
"path": "microsoft.entityframeworkcore.inmemory/10.0.5",
|
|
"hashPath": "microsoft.entityframeworkcore.inmemory.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Relational/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-uxmFjZEAB/KbsgWFSS4lLqkEHCfXxB2x0UcbiO4e5fCRpFFeTMSx/me6009nYJLu5IKlDwO1POh++P6RilFTDw==",
|
|
"path": "microsoft.entityframeworkcore.relational/10.0.5",
|
|
"hashPath": "microsoft.entityframeworkcore.relational.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.SqlServer/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-/3Ault1Ay6OIEp3ZGGVem4mSWyEOX9e5leUMalGV9aFM57e0xFHAnlhmNaBHYtILkbtkaAErikQuaLqMQb4fww==",
|
|
"path": "microsoft.entityframeworkcore.sqlserver/10.0.5",
|
|
"hashPath": "microsoft.entityframeworkcore.sqlserver.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Caching.Abstractions/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-k/QDdQ94/0Shi0KfU+e12m73jfQo+3JpErTtgpZfsCIqkvdEEO0XIx6R+iTbN55rNPaNhOqNY4/sB+jZ8XxVPw==",
|
|
"path": "microsoft.extensions.caching.abstractions/10.0.5",
|
|
"hashPath": "microsoft.extensions.caching.abstractions.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Caching.Memory/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-jUEXmkBUPdOS/MP9areK/sbKhdklq9+tEhvwfxGalZVnmyLUO5rrheNNutUBtvbZ7J8ECkG7/r2KXi/IFC06cA==",
|
|
"path": "microsoft.extensions.caching.memory/10.0.5",
|
|
"hashPath": "microsoft.extensions.caching.memory.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Configuration.Abstractions/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-P09QpTHjqHmCLQOTC+WyLkoRNxek4NIvfWt+TnU0etoDUSRxcltyd6+j/ouRbMdLR0j44GqGO+lhI2M4fAHG4g==",
|
|
"path": "microsoft.extensions.configuration.abstractions/10.0.5",
|
|
"hashPath": "microsoft.extensions.configuration.abstractions.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-v1SVsowG6YE1YnHVGmLWz57YTRCQRx9pH5ebIESXfm5isI9gA3QaMyg/oMTzPpXYZwSAVDzYItGJKfmV+pqXkQ==",
|
|
"path": "microsoft.extensions.dependencyinjection/10.0.5",
|
|
"hashPath": "microsoft.extensions.dependencyinjection.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-iVMtq9eRvzyhx8949EGT0OCYJfXi737SbRVzWXE5GrOgGj5AaZ9eUuxA/BSUfmOMALKn/g8KfFaNQw0eiB3lyA==",
|
|
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.5",
|
|
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Logging/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-+XTMKQyDWg4ODoNHU/BN3BaI1jhGO7VCS+BnzT/4IauiG6y2iPAte7MyD7rHKS+hNP0TkFkjrae8DFjDUxtcxg==",
|
|
"path": "microsoft.extensions.logging/10.0.5",
|
|
"hashPath": "microsoft.extensions.logging.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-9HOdqlDtPptVcmKAjsQ/Nr5Rxfq6FMYLdhvZh1lVmeKR738qeYecQD7+ldooXf+u2KzzR1kafSphWngIM3C6ug==",
|
|
"path": "microsoft.extensions.logging.abstractions/10.0.5",
|
|
"hashPath": "microsoft.extensions.logging.abstractions.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Options/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-MDaQMdUplw0AIRhWWmbLA7yQEXaLIHb+9CTroTiNS8OlI0LMXS4LCxtopqauiqGCWlRgJ+xyraVD8t6veRAFbw==",
|
|
"path": "microsoft.extensions.options/10.0.5",
|
|
"hashPath": "microsoft.extensions.options.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Primitives/10.0.5": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-/HUHJ0tw/LQvD0DZrz50eQy/3z7PfX7WWEaXnjKTV9/TNdcgFlNTZGo49QhS7PTmhDqMyHRMqAXSBxLh0vso4g==",
|
|
"path": "microsoft.extensions.primitives/10.0.5",
|
|
"hashPath": "microsoft.extensions.primitives.10.0.5.nupkg.sha512"
|
|
},
|
|
"Microsoft.Identity.Client/4.73.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-NnDLS8QwYqO5ZZecL2oioi1LUqjh5Ewk4bMLzbgiXJbQmZhDLtKwLxL3DpGMlQAJ2G4KgEnvGPKa+OOgffeJbw==",
|
|
"path": "microsoft.identity.client/4.73.1",
|
|
"hashPath": "microsoft.identity.client.4.73.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.Identity.Client.Extensions.Msal/4.73.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-xDztAiV2F0wI0W8FLKv5cbaBefyLD6JVaAsvgSN7bjWNCzGYzHbcOEIP5s4TJXUpQzMfUyBsFl1mC6Zmgpz0PQ==",
|
|
"path": "microsoft.identity.client.extensions.msal/4.73.1",
|
|
"hashPath": "microsoft.identity.client.extensions.msal.4.73.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.IdentityModel.Abstractions/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==",
|
|
"path": "microsoft.identitymodel.abstractions/8.0.1",
|
|
"hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==",
|
|
"path": "microsoft.identitymodel.jsonwebtokens/8.0.1",
|
|
"hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.IdentityModel.Logging/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==",
|
|
"path": "microsoft.identitymodel.logging/8.0.1",
|
|
"hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.IdentityModel.Protocols/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==",
|
|
"path": "microsoft.identitymodel.protocols/8.0.1",
|
|
"hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==",
|
|
"path": "microsoft.identitymodel.protocols.openidconnect/8.0.1",
|
|
"hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.IdentityModel.Tokens/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==",
|
|
"path": "microsoft.identitymodel.tokens/8.0.1",
|
|
"hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.NET.Test.Sdk/17.14.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-HJKqKOE+vshXra2aEHpi2TlxYX7Z9VFYkr+E5rwEvHC8eIXiyO+K9kNm8vmNom3e2rA56WqxU+/N9NJlLGXsJQ==",
|
|
"path": "microsoft.net.test.sdk/17.14.1",
|
|
"hashPath": "microsoft.net.test.sdk.17.14.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.SqlServer.Server/1.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
|
|
"path": "microsoft.sqlserver.server/1.0.0",
|
|
"hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.TestPlatform.ObjectModel/17.14.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-xTP1W6Mi6SWmuxd3a+jj9G9UoC850WGwZUps1Wah9r1ZxgXhdJfj1QqDLJkFjHDCvN42qDL2Ps5KjQYWUU0zcQ==",
|
|
"path": "microsoft.testplatform.objectmodel/17.14.1",
|
|
"hashPath": "microsoft.testplatform.objectmodel.17.14.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.TestPlatform.TestHost/17.14.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-d78LPzGKkJwsJXAQwsbJJ7LE7D1wB+rAyhHHAaODF+RDSQ0NgMjDFkSA1Djw18VrxO76GlKAjRUhl+H8NL8Z+Q==",
|
|
"path": "microsoft.testplatform.testhost/17.14.1",
|
|
"hashPath": "microsoft.testplatform.testhost.17.14.1.nupkg.sha512"
|
|
},
|
|
"Moq/4.20.72": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-EA55cjyNn8eTNWrgrdZJH5QLFp2L43oxl1tlkoYUKIE9pRwL784OWiTXeCV5ApS+AMYEAlt7Fo03A2XfouvHmQ==",
|
|
"path": "moq/4.20.72",
|
|
"hashPath": "moq.4.20.72.nupkg.sha512"
|
|
},
|
|
"Newtonsoft.Json/13.0.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
|
"path": "newtonsoft.json/13.0.3",
|
|
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
|
},
|
|
"Pipelines.Sockets.Unofficial/2.2.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==",
|
|
"path": "pipelines.sockets.unofficial/2.2.8",
|
|
"hashPath": "pipelines.sockets.unofficial.2.2.8.nupkg.sha512"
|
|
},
|
|
"StackExchange.Redis/2.12.14": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-QiAQg40OP4Owem6/PjIbjEKq2+uIeQYeZ1TCMUnx/QvKugOPxOfC96wjlnBjWHi4Wq9pv9+fDlXGT06XkRZ6Ig==",
|
|
"path": "stackexchange.redis/2.12.14",
|
|
"hashPath": "stackexchange.redis.2.12.14.nupkg.sha512"
|
|
},
|
|
"System.ClientModel/1.5.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-k2jKSO0X45IqhVOT9iQB4xralNN9foRQsRvXBTyRpAVxyzCJlG895T9qYrQWbcJ6OQXxOouJQ37x5nZH5XKK+A==",
|
|
"path": "system.clientmodel/1.5.1",
|
|
"hashPath": "system.clientmodel.1.5.1.nupkg.sha512"
|
|
},
|
|
"System.Configuration.ConfigurationManager/9.0.4": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-dvjqKp+2LpGid6phzrdrS/2mmEPxFl3jE1+L7614q4ZChKbLJCpHXg6sBILlCCED1t//EE+un/UdAetzIMpqnw==",
|
|
"path": "system.configuration.configurationmanager/9.0.4",
|
|
"hashPath": "system.configuration.configurationmanager.9.0.4.nupkg.sha512"
|
|
},
|
|
"System.IdentityModel.Tokens.Jwt/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==",
|
|
"path": "system.identitymodel.tokens.jwt/8.0.1",
|
|
"hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512"
|
|
},
|
|
"System.IO.Hashing/10.0.2": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-AKJknIFi9O3+rGExxTry188JPvUoZAPcCtS2qdqyFhIzsxQ1Ap94BeGDG0VzVEHakhmRxmJtVih6TsHoghIt/g==",
|
|
"path": "system.io.hashing/10.0.2",
|
|
"hashPath": "system.io.hashing.10.0.2.nupkg.sha512"
|
|
},
|
|
"System.Memory.Data/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==",
|
|
"path": "system.memory.data/8.0.1",
|
|
"hashPath": "system.memory.data.8.0.1.nupkg.sha512"
|
|
},
|
|
"System.Security.Cryptography.ProtectedData/9.0.4": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-o94k2RKuAce3GeDMlUvIXlhVa1kWpJw95E6C9LwW0KlG0nj5+SgCiIxJ2Eroqb9sLtG1mEMbFttZIBZ13EJPvQ==",
|
|
"path": "system.security.cryptography.protecteddata/9.0.4",
|
|
"hashPath": "system.security.cryptography.protecteddata.9.0.4.nupkg.sha512"
|
|
},
|
|
"xunit/2.9.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==",
|
|
"path": "xunit/2.9.3",
|
|
"hashPath": "xunit.2.9.3.nupkg.sha512"
|
|
},
|
|
"xunit.abstractions/2.0.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==",
|
|
"path": "xunit.abstractions/2.0.3",
|
|
"hashPath": "xunit.abstractions.2.0.3.nupkg.sha512"
|
|
},
|
|
"xunit.assert/2.9.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA==",
|
|
"path": "xunit.assert/2.9.3",
|
|
"hashPath": "xunit.assert.2.9.3.nupkg.sha512"
|
|
},
|
|
"xunit.core/2.9.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==",
|
|
"path": "xunit.core/2.9.3",
|
|
"hashPath": "xunit.core.2.9.3.nupkg.sha512"
|
|
},
|
|
"xunit.extensibility.core/2.9.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==",
|
|
"path": "xunit.extensibility.core/2.9.3",
|
|
"hashPath": "xunit.extensibility.core.2.9.3.nupkg.sha512"
|
|
},
|
|
"xunit.extensibility.execution/2.9.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==",
|
|
"path": "xunit.extensibility.execution/2.9.3",
|
|
"hashPath": "xunit.extensibility.execution.2.9.3.nupkg.sha512"
|
|
},
|
|
"VendingMachine.Application/1.0.0": {
|
|
"type": "project",
|
|
"serviceable": false,
|
|
"sha512": ""
|
|
},
|
|
"VendingMachine.Domain/1.0.0": {
|
|
"type": "project",
|
|
"serviceable": false,
|
|
"sha512": ""
|
|
},
|
|
"VendingMachine.Infrastructure/1.0.0": {
|
|
"type": "project",
|
|
"serviceable": false,
|
|
"sha512": ""
|
|
}
|
|
}
|
|
} |