3 changed files with 2 additions and 451 deletions
@ -1,25 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|
||||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
|
||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">D:\Users\Admin\.nuget\packages</NuGetPackageRoot> |
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">D:\Users\Admin\.nuget\packages;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion> |
|
||||||
</PropertyGroup> |
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|
||||||
<SourceRoot Include="D:\Users\Admin\.nuget\packages\" /> |
|
||||||
<SourceRoot Include="D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
|
||||||
</ItemGroup> |
|
||||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|
||||||
<Import Project="$(NuGetPackageRoot)\microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)\microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" /> |
|
||||||
<Import Project="$(NuGetPackageRoot)\swashbuckle.aspnetcore\6.0.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)\swashbuckle.aspnetcore\6.0.0\build\Swashbuckle.AspNetCore.props')" /> |
|
||||||
<Import Project="$(NuGetPackageRoot)\microsoft.visualstudio.azure.containers.tools.targets\1.18.1\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props" Condition="Exists('$(NuGetPackageRoot)\microsoft.visualstudio.azure.containers.tools.targets\1.18.1\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props')" /> |
|
||||||
</ImportGroup> |
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|
||||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">D:\Users\Admin\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0</PkgMicrosoft_Extensions_ApiDescription_Server> |
|
||||||
<PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets Condition=" '$(PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets)' == '' ">D:\Users\Admin\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.18.1</PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets> |
|
||||||
</PropertyGroup> |
|
||||||
</Project> |
|
@ -1,426 +0,0 @@ |
|||||||
{ |
|
||||||
"version": 3, |
|
||||||
"targets": { |
|
||||||
"net6.0": { |
|
||||||
"Microsoft.Extensions.ApiDescription.Server/3.0.0": { |
|
||||||
"type": "package", |
|
||||||
"build": { |
|
||||||
"build/Microsoft.Extensions.ApiDescription.Server.props": {}, |
|
||||||
"build/Microsoft.Extensions.ApiDescription.Server.targets": {} |
|
||||||
}, |
|
||||||
"buildMultiTargeting": { |
|
||||||
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {}, |
|
||||||
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} |
|
||||||
} |
|
||||||
}, |
|
||||||
"Microsoft.OpenApi/1.2.3": { |
|
||||||
"type": "package", |
|
||||||
"compile": { |
|
||||||
"lib/netstandard2.0/Microsoft.OpenApi.dll": { |
|
||||||
"related": ".pdb;.xml" |
|
||||||
} |
|
||||||
}, |
|
||||||
"runtime": { |
|
||||||
"lib/netstandard2.0/Microsoft.OpenApi.dll": { |
|
||||||
"related": ".pdb;.xml" |
|
||||||
} |
|
||||||
} |
|
||||||
}, |
|
||||||
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.18.1": { |
|
||||||
"type": "package", |
|
||||||
"build": { |
|
||||||
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props": {}, |
|
||||||
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets": {} |
|
||||||
} |
|
||||||
}, |
|
||||||
"Newtonsoft.Json/13.0.3": { |
|
||||||
"type": "package", |
|
||||||
"compile": { |
|
||||||
"lib/net6.0/Newtonsoft.Json.dll": { |
|
||||||
"related": ".xml" |
|
||||||
} |
|
||||||
}, |
|
||||||
"runtime": { |
|
||||||
"lib/net6.0/Newtonsoft.Json.dll": { |
|
||||||
"related": ".xml" |
|
||||||
} |
|
||||||
} |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore/6.0.0": { |
|
||||||
"type": "package", |
|
||||||
"dependencies": { |
|
||||||
"Microsoft.Extensions.ApiDescription.Server": "3.0.0", |
|
||||||
"Swashbuckle.AspNetCore.Swagger": "6.0.0", |
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen": "6.0.0", |
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI": "6.0.0" |
|
||||||
}, |
|
||||||
"build": { |
|
||||||
"build/Swashbuckle.AspNetCore.props": {} |
|
||||||
} |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.Swagger/6.0.0": { |
|
||||||
"type": "package", |
|
||||||
"dependencies": { |
|
||||||
"Microsoft.OpenApi": "1.2.3" |
|
||||||
}, |
|
||||||
"compile": { |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": { |
|
||||||
"related": ".pdb;.xml" |
|
||||||
} |
|
||||||
}, |
|
||||||
"runtime": { |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": { |
|
||||||
"related": ".pdb;.xml" |
|
||||||
} |
|
||||||
}, |
|
||||||
"frameworkReferences": [ |
|
||||||
"Microsoft.AspNetCore.App" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen/6.0.0": { |
|
||||||
"type": "package", |
|
||||||
"dependencies": { |
|
||||||
"Swashbuckle.AspNetCore.Swagger": "6.0.0" |
|
||||||
}, |
|
||||||
"compile": { |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { |
|
||||||
"related": ".pdb;.xml" |
|
||||||
} |
|
||||||
}, |
|
||||||
"runtime": { |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { |
|
||||||
"related": ".pdb;.xml" |
|
||||||
} |
|
||||||
}, |
|
||||||
"frameworkReferences": [ |
|
||||||
"Microsoft.AspNetCore.App" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI/6.0.0": { |
|
||||||
"type": "package", |
|
||||||
"compile": { |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { |
|
||||||
"related": ".pdb;.xml" |
|
||||||
} |
|
||||||
}, |
|
||||||
"runtime": { |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { |
|
||||||
"related": ".pdb;.xml" |
|
||||||
} |
|
||||||
}, |
|
||||||
"frameworkReferences": [ |
|
||||||
"Microsoft.AspNetCore.App" |
|
||||||
] |
|
||||||
} |
|
||||||
} |
|
||||||
}, |
|
||||||
"libraries": { |
|
||||||
"Microsoft.Extensions.ApiDescription.Server/3.0.0": { |
|
||||||
"sha512": "LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", |
|
||||||
"type": "package", |
|
||||||
"path": "microsoft.extensions.apidescription.server/3.0.0", |
|
||||||
"hasTools": true, |
|
||||||
"files": [ |
|
||||||
".nupkg.metadata", |
|
||||||
".signature.p7s", |
|
||||||
"build/Microsoft.Extensions.ApiDescription.Server.props", |
|
||||||
"build/Microsoft.Extensions.ApiDescription.Server.targets", |
|
||||||
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", |
|
||||||
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", |
|
||||||
"microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", |
|
||||||
"microsoft.extensions.apidescription.server.nuspec", |
|
||||||
"tools/Newtonsoft.Json.dll", |
|
||||||
"tools/dotnet-getdocument.deps.json", |
|
||||||
"tools/dotnet-getdocument.dll", |
|
||||||
"tools/dotnet-getdocument.runtimeconfig.json", |
|
||||||
"tools/net461-x86/GetDocument.Insider.exe", |
|
||||||
"tools/net461-x86/GetDocument.Insider.exe.config", |
|
||||||
"tools/net461/GetDocument.Insider.exe", |
|
||||||
"tools/net461/GetDocument.Insider.exe.config", |
|
||||||
"tools/netcoreapp2.1/GetDocument.Insider.deps.json", |
|
||||||
"tools/netcoreapp2.1/GetDocument.Insider.dll", |
|
||||||
"tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Microsoft.OpenApi/1.2.3": { |
|
||||||
"sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", |
|
||||||
"type": "package", |
|
||||||
"path": "microsoft.openapi/1.2.3", |
|
||||||
"files": [ |
|
||||||
".nupkg.metadata", |
|
||||||
".signature.p7s", |
|
||||||
"lib/net46/Microsoft.OpenApi.dll", |
|
||||||
"lib/net46/Microsoft.OpenApi.pdb", |
|
||||||
"lib/net46/Microsoft.OpenApi.xml", |
|
||||||
"lib/netstandard2.0/Microsoft.OpenApi.dll", |
|
||||||
"lib/netstandard2.0/Microsoft.OpenApi.pdb", |
|
||||||
"lib/netstandard2.0/Microsoft.OpenApi.xml", |
|
||||||
"microsoft.openapi.1.2.3.nupkg.sha512", |
|
||||||
"microsoft.openapi.nuspec" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.18.1": { |
|
||||||
"sha512": "RtNQEQQ/bgaxzrsZEkPB+/DFaUgNiq8GtZz/R4lt+mKXPcEvEuawlbl0PB1s7ND9kvkUVZtMphPxE9Ma1VGiFg==", |
|
||||||
"type": "package", |
|
||||||
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.18.1", |
|
||||||
"hasTools": true, |
|
||||||
"files": [ |
|
||||||
".nupkg.metadata", |
|
||||||
".signature.p7s", |
|
||||||
"CHANGELOG.md", |
|
||||||
"EULA.md", |
|
||||||
"ThirdPartyNotices.txt", |
|
||||||
"build/Container.props", |
|
||||||
"build/Container.targets", |
|
||||||
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props", |
|
||||||
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets", |
|
||||||
"build/Rules/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/cs-CZ/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/de-DE/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/es-ES/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/fr-FR/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/it-IT/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/ja-JP/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/ko-KR/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/pl-PL/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/pt-BR/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/ru-RU/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/tr-TR/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/zh-CN/GeneralBrowseObject.xaml", |
|
||||||
"build/Rules/zh-TW/GeneralBrowseObject.xaml", |
|
||||||
"build/ToolsTarget.props", |
|
||||||
"build/ToolsTarget.targets", |
|
||||||
"icon.png", |
|
||||||
"microsoft.visualstudio.azure.containers.tools.targets.1.18.1.nupkg.sha512", |
|
||||||
"microsoft.visualstudio.azure.containers.tools.targets.nuspec", |
|
||||||
"tools/Microsoft.VisualStudio.Containers.Tools.Common.dll", |
|
||||||
"tools/Microsoft.VisualStudio.Containers.Tools.Shared.dll", |
|
||||||
"tools/Microsoft.VisualStudio.Containers.Tools.Tasks.dll", |
|
||||||
"tools/Newtonsoft.Json.dll", |
|
||||||
"tools/System.Security.Principal.Windows.dll", |
|
||||||
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/de/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/de/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/de/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/es/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/es/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/es/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/it/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/it/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/it/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/utils/KillProcess.exe", |
|
||||||
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", |
|
||||||
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", |
|
||||||
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", |
|
||||||
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Newtonsoft.Json/13.0.3": { |
|
||||||
"sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
|
||||||
"type": "package", |
|
||||||
"path": "newtonsoft.json/13.0.3", |
|
||||||
"files": [ |
|
||||||
".nupkg.metadata", |
|
||||||
".signature.p7s", |
|
||||||
"LICENSE.md", |
|
||||||
"README.md", |
|
||||||
"lib/net20/Newtonsoft.Json.dll", |
|
||||||
"lib/net20/Newtonsoft.Json.xml", |
|
||||||
"lib/net35/Newtonsoft.Json.dll", |
|
||||||
"lib/net35/Newtonsoft.Json.xml", |
|
||||||
"lib/net40/Newtonsoft.Json.dll", |
|
||||||
"lib/net40/Newtonsoft.Json.xml", |
|
||||||
"lib/net45/Newtonsoft.Json.dll", |
|
||||||
"lib/net45/Newtonsoft.Json.xml", |
|
||||||
"lib/net6.0/Newtonsoft.Json.dll", |
|
||||||
"lib/net6.0/Newtonsoft.Json.xml", |
|
||||||
"lib/netstandard1.0/Newtonsoft.Json.dll", |
|
||||||
"lib/netstandard1.0/Newtonsoft.Json.xml", |
|
||||||
"lib/netstandard1.3/Newtonsoft.Json.dll", |
|
||||||
"lib/netstandard1.3/Newtonsoft.Json.xml", |
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.dll", |
|
||||||
"lib/netstandard2.0/Newtonsoft.Json.xml", |
|
||||||
"newtonsoft.json.13.0.3.nupkg.sha512", |
|
||||||
"newtonsoft.json.nuspec", |
|
||||||
"packageIcon.png" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore/6.0.0": { |
|
||||||
"sha512": "VxukQYrUrxNUWQocOxmxua/4fZOPBdGCLSaoZYRNthZae0UXB+fzjTBTlj24fZEQrP+QTnsRwSygN9jNBqm/hg==", |
|
||||||
"type": "package", |
|
||||||
"path": "swashbuckle.aspnetcore/6.0.0", |
|
||||||
"files": [ |
|
||||||
".nupkg.metadata", |
|
||||||
".signature.p7s", |
|
||||||
"build/Swashbuckle.AspNetCore.props", |
|
||||||
"swashbuckle.aspnetcore.6.0.0.nupkg.sha512", |
|
||||||
"swashbuckle.aspnetcore.nuspec" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.Swagger/6.0.0": { |
|
||||||
"sha512": "onkGK5eDFmyNy605E5ZaT5oXEGsQJz2UEKsUOqYCZRBC2Fi6MbByUl+qznyl3pZ9/4nTvukUjt9+v28qvJPk/Q==", |
|
||||||
"type": "package", |
|
||||||
"path": "swashbuckle.aspnetcore.swagger/6.0.0", |
|
||||||
"files": [ |
|
||||||
".nupkg.metadata", |
|
||||||
".signature.p7s", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.pdb", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.xml", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", |
|
||||||
"swashbuckle.aspnetcore.swagger.6.0.0.nupkg.sha512", |
|
||||||
"swashbuckle.aspnetcore.swagger.nuspec" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen/6.0.0": { |
|
||||||
"sha512": "RXY21STD/yo4Uzy1L5GoRrEQQWoOosw0QBYo572VwcjePmpV1yFFHsTeThlMNBWKoTt6xadIdSjZj0FmDFYL2A==", |
|
||||||
"type": "package", |
|
||||||
"path": "swashbuckle.aspnetcore.swaggergen/6.0.0", |
|
||||||
"files": [ |
|
||||||
".nupkg.metadata", |
|
||||||
".signature.p7s", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.xml", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", |
|
||||||
"swashbuckle.aspnetcore.swaggergen.6.0.0.nupkg.sha512", |
|
||||||
"swashbuckle.aspnetcore.swaggergen.nuspec" |
|
||||||
] |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI/6.0.0": { |
|
||||||
"sha512": "VusRaCFt2As3SXBJmUOGA40IGr6ao+vsvDi7jbCS4AFx69kUUm8zxIHeJVqGov3w4lQowVxv8gmonRXDRh1FvQ==", |
|
||||||
"type": "package", |
|
||||||
"path": "swashbuckle.aspnetcore.swaggerui/6.0.0", |
|
||||||
"files": [ |
|
||||||
".nupkg.metadata", |
|
||||||
".signature.p7s", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", |
|
||||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.xml", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", |
|
||||||
"lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", |
|
||||||
"swashbuckle.aspnetcore.swaggerui.6.0.0.nupkg.sha512", |
|
||||||
"swashbuckle.aspnetcore.swaggerui.nuspec" |
|
||||||
] |
|
||||||
} |
|
||||||
}, |
|
||||||
"projectFileDependencyGroups": { |
|
||||||
"net6.0": [ |
|
||||||
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.18.1", |
|
||||||
"Newtonsoft.Json >= 13.0.3", |
|
||||||
"Swashbuckle.AspNetCore >= 6.0.0" |
|
||||||
] |
|
||||||
}, |
|
||||||
"packageFolders": { |
|
||||||
"D:\\Users\\Admin\\.nuget\\packages": {}, |
|
||||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} |
|
||||||
}, |
|
||||||
"project": { |
|
||||||
"version": "1.0.1", |
|
||||||
"restore": { |
|
||||||
"projectUniqueName": "C:\\Users\\admin\\source\\repos\\24Hour.Service\\WebApplication1\\WebApplication1.csproj", |
|
||||||
"projectName": "WebApplication1", |
|
||||||
"projectPath": "C:\\Users\\admin\\source\\repos\\24Hour.Service\\WebApplication1\\WebApplication1.csproj", |
|
||||||
"packagesPath": "D:\\Users\\Admin\\.nuget\\packages", |
|
||||||
"outputPath": "C:\\Users\\admin\\source\\repos\\24Hour.Service\\WebApplication1\\obj\\", |
|
||||||
"projectStyle": "PackageReference", |
|
||||||
"fallbackFolders": [ |
|
||||||
"D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|
||||||
], |
|
||||||
"configFilePaths": [ |
|
||||||
"C:\\Users\\admin\\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\\": {}, |
|
||||||
"D:\\Dll": {}, |
|
||||||
"https://api.nuget.org/v3/index.json": {}, |
|
||||||
"https://www.nuget.org/api/v2/": {} |
|
||||||
}, |
|
||||||
"frameworks": { |
|
||||||
"net6.0": { |
|
||||||
"targetAlias": "net6.0", |
|
||||||
"projectReferences": {} |
|
||||||
} |
|
||||||
}, |
|
||||||
"warningProperties": { |
|
||||||
"warnAsError": [ |
|
||||||
"NU1605" |
|
||||||
] |
|
||||||
} |
|
||||||
}, |
|
||||||
"frameworks": { |
|
||||||
"net6.0": { |
|
||||||
"targetAlias": "net6.0", |
|
||||||
"dependencies": { |
|
||||||
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[1.18.1, )" |
|
||||||
}, |
|
||||||
"Newtonsoft.Json": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[13.0.3, )" |
|
||||||
}, |
|
||||||
"Swashbuckle.AspNetCore": { |
|
||||||
"target": "Package", |
|
||||||
"version": "[6.0.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\\7.0.401\\RuntimeIdentifierGraph.json" |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue