123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621 |
- {
- "version": 3,
- "targets": {
- "net6.0": {
- "Dapr.Actors/1.8.0": {
- "type": "package",
- "dependencies": {
- "Dapr.Client": "1.8.0",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.0"
- },
- "compile": {
- "lib/netcoreapp3.1/Dapr.Actors.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/Dapr.Actors.dll": {
- "related": ".xml"
- }
- }
- },
- "Dapr.Actors.AspNetCore/1.8.0": {
- "type": "package",
- "dependencies": {
- "Dapr.Actors": "1.8.0",
- "System.IO.Pipelines": "4.7.2"
- },
- "compile": {
- "lib/netcoreapp3.1/Dapr.Actors.AspNetCore.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/Dapr.Actors.AspNetCore.dll": {
- "related": ".xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "Dapr.AspNetCore/1.8.0": {
- "type": "package",
- "dependencies": {
- "Dapr.Client": "1.8.0",
- "System.IO.Pipelines": "4.7.2"
- },
- "compile": {
- "lib/netcoreapp3.1/Dapr.AspNetCore.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/Dapr.AspNetCore.dll": {
- "related": ".xml"
- }
- },
- "frameworkReferences": [
- "Microsoft.AspNetCore.App"
- ]
- },
- "Dapr.Client/1.8.0": {
- "type": "package",
- "dependencies": {
- "Google.Api.CommonProtos": "2.2.0",
- "Google.Protobuf": "3.15.0",
- "Grpc.Net.Client": "2.32.0",
- "System.Net.Http.Json": "5.0.0"
- },
- "compile": {
- "lib/netcoreapp3.1/Dapr.Client.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/Dapr.Client.dll": {
- "related": ".xml"
- }
- }
- },
- "Google.Api.CommonProtos/2.2.0": {
- "type": "package",
- "dependencies": {
- "Google.Protobuf": "[3.13.0, 4.0.0)"
- },
- "compile": {
- "lib/netstandard2.0/Google.Api.CommonProtos.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Google.Api.CommonProtos.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Google.Protobuf/3.15.0": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.3",
- "System.Runtime.CompilerServices.Unsafe": "4.5.2"
- },
- "compile": {
- "lib/netstandard2.0/Google.Protobuf.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Google.Protobuf.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Grpc.Core.Api/2.32.0": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/Grpc.Core.Api.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Grpc.Core.Api.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Grpc.Net.Client/2.32.0": {
- "type": "package",
- "dependencies": {
- "Grpc.Net.Common": "2.32.0",
- "Microsoft.Extensions.Logging.Abstractions": "3.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1"
- },
- "compile": {
- "lib/net5.0/Grpc.Net.Client.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net5.0/Grpc.Net.Client.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Grpc.Net.Common/2.32.0": {
- "type": "package",
- "dependencies": {
- "Grpc.Core.Api": "2.32.0"
- },
- "compile": {
- "lib/net5.0/Grpc.Net.Common.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net5.0/Grpc.Net.Common.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.0": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/4.5.1": {
- "type": "package",
- "compile": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
- "related": ".xml"
- }
- }
- },
- "System.IO.Pipelines/4.7.2": {
- "type": "package",
- "compile": {
- "ref/netcoreapp2.0/System.IO.Pipelines.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.0/System.IO.Pipelines.dll": {
- "related": ".xml"
- }
- }
- },
- "System.Memory/4.5.3": {
- "type": "package",
- "compile": {
- "ref/netcoreapp2.1/_._": {}
- },
- "runtime": {
- "lib/netcoreapp2.1/_._": {}
- }
- },
- "System.Net.Http.Json/5.0.0": {
- "type": "package",
- "compile": {
- "lib/net5.0/System.Net.Http.Json.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net5.0/System.Net.Http.Json.dll": {
- "related": ".xml"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.5.2": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
- "related": ".xml"
- }
- }
- }
- }
- },
- "libraries": {
- "Dapr.Actors/1.8.0": {
- "sha512": "mftPu+jT+StIrcQDJThRDkcJIyoR2o04FYe+lS3els0NJLzOvLsrK4WIqawI977R9tjv1J59J9FO0O140LsaVw==",
- "type": "package",
- "path": "dapr.actors/1.8.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "dapr.actors.1.8.0.nupkg.sha512",
- "dapr.actors.nuspec",
- "images/logo-transparent.png",
- "lib/netcoreapp3.1/Dapr.Actors.dll",
- "lib/netcoreapp3.1/Dapr.Actors.xml"
- ]
- },
- "Dapr.Actors.AspNetCore/1.8.0": {
- "sha512": "fBoK/w1pe5p7Yb5lZL8iA2HWcxsXfomBBDY66vHgGKKI8Unm7vt6P+5klyofib091UnUjZhy5wwHHQHOj7ESGw==",
- "type": "package",
- "path": "dapr.actors.aspnetcore/1.8.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "dapr.actors.aspnetcore.1.8.0.nupkg.sha512",
- "dapr.actors.aspnetcore.nuspec",
- "images/logo-transparent.png",
- "lib/netcoreapp3.1/Dapr.Actors.AspNetCore.dll",
- "lib/netcoreapp3.1/Dapr.Actors.AspNetCore.xml"
- ]
- },
- "Dapr.AspNetCore/1.8.0": {
- "sha512": "xOSq7Ol03hqKL5oSGOXX6TNQ/esQh1lLNrRMTM6HoKoCwvwxIKww+LhtpzZZffrskIBhnOmqzmdPUGoQY4HPbQ==",
- "type": "package",
- "path": "dapr.aspnetcore/1.8.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "dapr.aspnetcore.1.8.0.nupkg.sha512",
- "dapr.aspnetcore.nuspec",
- "images/logo-transparent.png",
- "lib/netcoreapp3.1/Dapr.AspNetCore.dll",
- "lib/netcoreapp3.1/Dapr.AspNetCore.xml"
- ]
- },
- "Dapr.Client/1.8.0": {
- "sha512": "qrabRYmtZ0tlv7EZFi+fZFNad9tZsn1WQr24PAXMkMyPtcQtMfgYWY/h2N1MuUFAb7LBYZANyBcNoAJRnsjj/Q==",
- "type": "package",
- "path": "dapr.client/1.8.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "dapr.client.1.8.0.nupkg.sha512",
- "dapr.client.nuspec",
- "images/logo-transparent.png",
- "lib/netcoreapp3.1/Dapr.Client.dll",
- "lib/netcoreapp3.1/Dapr.Client.xml"
- ]
- },
- "Google.Api.CommonProtos/2.2.0": {
- "sha512": "mxXNYkHYL7T6NG8cdbodxpixQZfpozBkZj2g+jGCB/sO13RqfUvh9YHd8G2QI5HP24brl+nILJReC3/gzgsrrg==",
- "type": "package",
- "path": "google.api.commonprotos/2.2.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE",
- "NuGetIcon.png",
- "google.api.commonprotos.2.2.0.nupkg.sha512",
- "google.api.commonprotos.nuspec",
- "lib/net461/Google.Api.CommonProtos.dll",
- "lib/net461/Google.Api.CommonProtos.pdb",
- "lib/net461/Google.Api.CommonProtos.xml",
- "lib/netstandard2.0/Google.Api.CommonProtos.dll",
- "lib/netstandard2.0/Google.Api.CommonProtos.pdb",
- "lib/netstandard2.0/Google.Api.CommonProtos.xml"
- ]
- },
- "Google.Protobuf/3.15.0": {
- "sha512": "2na7LsYrtxkEQaVCNjaafBzVu4IJ4U4+dwwBazK8oUkpDiIFjO0GkyTc+IbStx4xNVAV4EqHl+qp2uegFgFiiA==",
- "type": "package",
- "path": "google.protobuf/3.15.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "google.protobuf.3.15.0.nupkg.sha512",
- "google.protobuf.nuspec",
- "lib/net45/Google.Protobuf.dll",
- "lib/net45/Google.Protobuf.pdb",
- "lib/net45/Google.Protobuf.xml",
- "lib/netstandard1.1/Google.Protobuf.dll",
- "lib/netstandard1.1/Google.Protobuf.pdb",
- "lib/netstandard1.1/Google.Protobuf.xml",
- "lib/netstandard2.0/Google.Protobuf.dll",
- "lib/netstandard2.0/Google.Protobuf.pdb",
- "lib/netstandard2.0/Google.Protobuf.xml"
- ]
- },
- "Grpc.Core.Api/2.32.0": {
- "sha512": "t9H6P/oYA4ZQI4fWq4eEwq2GmMNqmOSRfz5+YIat7pQuFmz1hRC2Vq/fL9ZVV1mjd5kHqBlhupMdlsBOsaxeEw==",
- "type": "package",
- "path": "grpc.core.api/2.32.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "grpc.core.api.2.32.0.nupkg.sha512",
- "grpc.core.api.nuspec",
- "lib/net45/Grpc.Core.Api.dll",
- "lib/net45/Grpc.Core.Api.pdb",
- "lib/net45/Grpc.Core.Api.xml",
- "lib/netstandard1.5/Grpc.Core.Api.dll",
- "lib/netstandard1.5/Grpc.Core.Api.pdb",
- "lib/netstandard1.5/Grpc.Core.Api.xml",
- "lib/netstandard2.0/Grpc.Core.Api.dll",
- "lib/netstandard2.0/Grpc.Core.Api.pdb",
- "lib/netstandard2.0/Grpc.Core.Api.xml"
- ]
- },
- "Grpc.Net.Client/2.32.0": {
- "sha512": "T4lKl51ahaSprLcgoZvgn8zYwh834DpaPnrDs6jBRdipL2NHIAC0rPeE7UyzDp/lzv4Xll2tw1u65Fg9ckvErg==",
- "type": "package",
- "path": "grpc.net.client/2.32.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "grpc.net.client.2.32.0.nupkg.sha512",
- "grpc.net.client.nuspec",
- "lib/net5.0/Grpc.Net.Client.dll",
- "lib/net5.0/Grpc.Net.Client.pdb",
- "lib/net5.0/Grpc.Net.Client.xml",
- "lib/netstandard2.1/Grpc.Net.Client.dll",
- "lib/netstandard2.1/Grpc.Net.Client.pdb",
- "lib/netstandard2.1/Grpc.Net.Client.xml",
- "packageIcon.png"
- ]
- },
- "Grpc.Net.Common/2.32.0": {
- "sha512": "vDsgy6fs+DlsylppjK9FBGTMMUe8vfAmaURV7ZTurM27itr8qBwymgqmwnVB2hcP1q35NqKx2NvPGe5S2IEnDw==",
- "type": "package",
- "path": "grpc.net.common/2.32.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "grpc.net.common.2.32.0.nupkg.sha512",
- "grpc.net.common.nuspec",
- "lib/net5.0/Grpc.Net.Common.dll",
- "lib/net5.0/Grpc.Net.Common.pdb",
- "lib/net5.0/Grpc.Net.Common.xml",
- "lib/netstandard2.1/Grpc.Net.Common.dll",
- "lib/netstandard2.1/Grpc.Net.Common.pdb",
- "lib/netstandard2.1/Grpc.Net.Common.xml",
- "packageIcon.png"
- ]
- },
- "Microsoft.Extensions.Logging.Abstractions/3.1.0": {
- "sha512": "jjo4YXRx6MIpv6DiRxJjSpl+sPP0+5VW0clMEdLyIAz44PPwrDTFrd5PZckIxIXl1kKZ2KK6IL2nkt0+ug2MQg==",
- "type": "package",
- "path": "microsoft.extensions.logging.abstractions/3.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.3.1.0.nupkg.sha512",
- "microsoft.extensions.logging.abstractions.nuspec",
- "packageIcon.png"
- ]
- },
- "System.Diagnostics.DiagnosticSource/4.5.1": {
- "sha512": "zCno/m44ymWhgLFh7tELDG9587q0l/EynPM0m4KgLaWQbz/TEKvNRX2YT5ip2qXW/uayifQ2ZqbnErsKJ4lYrQ==",
- "type": "package",
- "path": "system.diagnostics.diagnosticsource/4.5.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "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/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.4.5.1.nupkg.sha512",
- "system.diagnostics.diagnosticsource.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.IO.Pipelines/4.7.2": {
- "sha512": "rGIIhoY3lUdn9rWeuGdgeZZ0P+SpJ1wZI5g8TnXqgvuhFgUP7iP9Nt5FZebYInQZQxqnwjPxdYYBE5l/8PJmqQ==",
- "type": "package",
- "path": "system.io.pipelines/4.7.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.IO.Pipelines.dll",
- "lib/net461/System.IO.Pipelines.xml",
- "lib/netcoreapp3.0/System.IO.Pipelines.dll",
- "lib/netcoreapp3.0/System.IO.Pipelines.xml",
- "lib/netstandard1.3/System.IO.Pipelines.dll",
- "lib/netstandard1.3/System.IO.Pipelines.xml",
- "lib/netstandard2.0/System.IO.Pipelines.dll",
- "lib/netstandard2.0/System.IO.Pipelines.xml",
- "ref/net461/System.IO.Pipelines.dll",
- "ref/net461/System.IO.Pipelines.xml",
- "ref/netcoreapp2.0/System.IO.Pipelines.dll",
- "ref/netcoreapp2.0/System.IO.Pipelines.xml",
- "system.io.pipelines.4.7.2.nupkg.sha512",
- "system.io.pipelines.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Memory/4.5.3": {
- "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
- "type": "package",
- "path": "system.memory/4.5.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "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.3.nupkg.sha512",
- "system.memory.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Net.Http.Json/5.0.0": {
- "sha512": "3CPSQpCzEmI9o+1G79TnPCjF40omCdnoXj2Rg76BDwGj5+LZnFPjV+t35eedlvl+uthmholk/XXxXTYgJWSexw==",
- "type": "package",
- "path": "system.net.http.json/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Net.Http.Json.dll",
- "lib/net461/System.Net.Http.Json.xml",
- "lib/net5.0/System.Net.Http.Json.dll",
- "lib/net5.0/System.Net.Http.Json.xml",
- "lib/netstandard2.0/System.Net.Http.Json.dll",
- "lib/netstandard2.0/System.Net.Http.Json.xml",
- "system.net.http.json.5.0.0.nupkg.sha512",
- "system.net.http.json.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Runtime.CompilerServices.Unsafe/4.5.2": {
- "sha512": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==",
- "type": "package",
- "path": "system.runtime.compilerservices.unsafe/4.5.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "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/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",
- "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512",
- "system.runtime.compilerservices.unsafe.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "net6.0": [
- "Dapr.Actors >= 1.8.0",
- "Dapr.Actors.AspNetCore >= 1.8.0",
- "Dapr.AspNetCore >= 1.8.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\OpenValue\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\TrafficControlService\\TrafficControlService.csproj",
- "projectName": "TrafficControlService",
- "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\TrafficControlService\\TrafficControlService.csproj",
- "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
- "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\TrafficControlService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net6.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net6.0": {
- "targetAlias": "net6.0",
- "dependencies": {
- "Dapr.Actors": {
- "target": "Package",
- "version": "[1.8.0, )"
- },
- "Dapr.Actors.AspNetCore": {
- "target": "Package",
- "version": "[1.8.0, )"
- },
- "Dapr.AspNetCore": {
- "target": "Package",
- "version": "[1.8.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.AspNetCore.App": {
- "privateAssets": "none"
- },
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
|