服务器部署测试~~~
This commit is contained in:
232
obj/Debug/net9.0/ApiEndpoints.json
Normal file
232
obj/Debug/net9.0/ApiEndpoints.json
Normal file
@@ -0,0 +1,232 @@
|
||||
[
|
||||
{
|
||||
"ContainingType": "Program\u002B\u003C\u003Ec",
|
||||
"Method": "\u003C\u003CMain\u003E$\u003Eb__0_4",
|
||||
"RelativePath": "",
|
||||
"HttpMethod": "GET",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.String",
|
||||
"MediaTypes": [
|
||||
"text/plain"
|
||||
],
|
||||
"StatusCode": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "SimpleTodoApiWithPg.Endpoints.UserEndpoints\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapUserEndpoints\u003Eb__0_5",
|
||||
"RelativePath": "api/auth/",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "loginRequest",
|
||||
"Type": "SimpleTodoApiWithPg.Models.LoginRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Void",
|
||||
"MediaTypes": [],
|
||||
"StatusCode": 200
|
||||
}
|
||||
],
|
||||
"Tags": [
|
||||
"\u767B\u5F55\u8BA4\u8BC1\u6388\u6743\u63A5\u53E3!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "SimpleTodoApiWithPg.Endpoints.UserEndpoints\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapUserEndpoints\u003Eb__0_6",
|
||||
"RelativePath": "api/auth/refresh-token",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "refreshToken",
|
||||
"Type": "SimpleTodoApiWithPg.Models.RefreshTokenRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Void",
|
||||
"MediaTypes": [],
|
||||
"StatusCode": 200
|
||||
}
|
||||
],
|
||||
"Tags": [
|
||||
"\u5237\u65B0\u4EE4\u724C\u63A5\u53E3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "SimpleTodoApiWithPg.Endpoints.UserEndpoints\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapUserEndpoints\u003Eb__0_0",
|
||||
"RelativePath": "users/",
|
||||
"HttpMethod": "GET",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.Collections.Generic.List\u00601[[SimpleTodoApiWithPg.Models.User, SimpleTodoApiWithPg, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||||
"MediaTypes": [
|
||||
"application/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
},
|
||||
{
|
||||
"Type": "System.String",
|
||||
"MediaTypes": [
|
||||
"application/json"
|
||||
],
|
||||
"StatusCode": 400
|
||||
}
|
||||
],
|
||||
"Tags": [
|
||||
"\u83B7\u53D6\u6240\u6709\u7528\u6237"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "SimpleTodoApiWithPg.Endpoints.UserEndpoints\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapUserEndpoints\u003Eb__0_2",
|
||||
"RelativePath": "users/",
|
||||
"HttpMethod": "POST",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "request",
|
||||
"Type": "SimpleTodoApiWithPg.Models.RegisterRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "Microsoft.AspNetCore.Http.HttpValidationProblemDetails",
|
||||
"MediaTypes": [
|
||||
"application/problem\u002Bjson"
|
||||
],
|
||||
"StatusCode": 400
|
||||
}
|
||||
],
|
||||
"Tags": [
|
||||
"\u7528\u6237\u6CE8\u518C\u63A5\u53E3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "SimpleTodoApiWithPg.Endpoints.UserEndpoints\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapUserEndpoints\u003Eb__0_1",
|
||||
"RelativePath": "users/{id}",
|
||||
"HttpMethod": "GET",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.Guid",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "SimpleTodoApiWithPg.Models.User",
|
||||
"MediaTypes": [
|
||||
"application/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
},
|
||||
{
|
||||
"Type": "System.String",
|
||||
"MediaTypes": [
|
||||
"application/json"
|
||||
],
|
||||
"StatusCode": 404
|
||||
}
|
||||
],
|
||||
"Tags": [
|
||||
"\u6839\u636Eid\u83B7\u53D6\u5BF9\u5E94\u7684\u7528\u6237\u4FE1\u606F"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "SimpleTodoApiWithPg.Endpoints.UserEndpoints\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapUserEndpoints\u003Eb__0_3",
|
||||
"RelativePath": "users/{id}",
|
||||
"HttpMethod": "PATCH",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.Int32",
|
||||
"IsRequired": true
|
||||
},
|
||||
{
|
||||
"Name": "updateUser",
|
||||
"Type": "SimpleTodoApiWithPg.Models.UpdateUserRequest",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "SimpleTodoApiWithPg.Models.User",
|
||||
"MediaTypes": [
|
||||
"application/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
},
|
||||
{
|
||||
"Type": "System.String",
|
||||
"MediaTypes": [
|
||||
"application/json"
|
||||
],
|
||||
"StatusCode": 404
|
||||
}
|
||||
],
|
||||
"Tags": [
|
||||
"\u7528\u6237\u4FE1\u606F\u66F4\u65B0\u63A5\u53E3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"ContainingType": "SimpleTodoApiWithPg.Endpoints.UserEndpoints\u002B\u003C\u003Ec",
|
||||
"Method": "\u003CMapUserEndpoints\u003Eb__0_4",
|
||||
"RelativePath": "users/{id}",
|
||||
"HttpMethod": "DELETE",
|
||||
"IsController": false,
|
||||
"Order": 0,
|
||||
"Parameters": [
|
||||
{
|
||||
"Name": "id",
|
||||
"Type": "System.Guid",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"ReturnTypes": [
|
||||
{
|
||||
"Type": "System.String",
|
||||
"MediaTypes": [
|
||||
"application/json"
|
||||
],
|
||||
"StatusCode": 200
|
||||
},
|
||||
{
|
||||
"Type": "System.String",
|
||||
"MediaTypes": [
|
||||
"application/json"
|
||||
],
|
||||
"StatusCode": 404
|
||||
}
|
||||
],
|
||||
"Tags": [
|
||||
"\u5220\u9664\u7528\u6237\u63A5\u53E3"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
SimpleTodoApiWithPg.json
|
||||
403
obj/Debug/net9.0/EndpointInfo/SimpleTodoApiWithPg.json
Normal file
403
obj/Debug/net9.0/EndpointInfo/SimpleTodoApiWithPg.json
Normal file
@@ -0,0 +1,403 @@
|
||||
{
|
||||
"openapi": "3.0.4",
|
||||
"info": {
|
||||
"title": "SimpleTodoApiWithPg",
|
||||
"version": "1.0"
|
||||
},
|
||||
"paths": {
|
||||
"/api/auth": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"登录认证授权接口!"
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/LoginRequest"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/users/{id}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"根据id获取对应的用户信息"
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/User"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Not Found",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"delete": {
|
||||
"tags": [
|
||||
"删除用户接口"
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Not Found",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"tags": [
|
||||
"用户信息更新接口"
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/UpdateUserRequest"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/User"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Not Found",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/users": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"获取所有用户"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/User"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"post": {
|
||||
"tags": [
|
||||
"用户注册接口"
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/RegisterRequest"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
"content": {
|
||||
"application/problem+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/HttpValidationProblemDetails"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/auth/refresh-token": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"刷新令牌接口"
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/RefreshTokenRequest"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"SimpleTodoApiWithPg"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"text/plain": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"schemas": {
|
||||
"HttpValidationProblemDetails": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"status": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"nullable": true
|
||||
},
|
||||
"detail": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"instance": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"errors": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": { }
|
||||
},
|
||||
"LoginRequest": {
|
||||
"required": [
|
||||
"password",
|
||||
"username"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"username": {
|
||||
"maxLength": 50,
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"maxLength": 50,
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"RefreshTokenRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"refreshToken": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"RegisterRequest": {
|
||||
"required": [
|
||||
"email",
|
||||
"username"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"username": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"email": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"UpdateUserRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"username": {
|
||||
"maxLength": 50,
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"email": {
|
||||
"maxLength": 100,
|
||||
"type": "string",
|
||||
"format": "email",
|
||||
"nullable": true
|
||||
},
|
||||
"newPassword": {
|
||||
"maxLength": 50,
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"User": {
|
||||
"required": [
|
||||
"email",
|
||||
"passwordHash",
|
||||
"username"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
},
|
||||
"username": {
|
||||
"maxLength": 50,
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"maxLength": 50,
|
||||
"minLength": 5,
|
||||
"type": "string",
|
||||
"format": "email"
|
||||
},
|
||||
"passwordHash": {
|
||||
"maxLength": 100,
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -13,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("SimpleTodoApiWithPg")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8ab52738c086cb1a3aa894122cfb801985cf1b9b")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SimpleTodoApiWithPg")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SimpleTodoApiWithPg")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
e0a450d7f7ecf2071ba072fc6f6c15983dfaa6fea6288c9b6a218625a530e48f
|
||||
bc56e06accd466e2627943e8dc62f6bb1f983bfa111ed39fecd5b88f6b089ded
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
2bce65f69d2c68eb81bc3d1d692a255f9f87885472ee7fbdc1d07c93d722e3a8
|
||||
0effd9d609e1d00c69ee989d814ac6a47d1f1ea54efb5cc3ae49700f1991fab2
|
||||
|
||||
@@ -1,12 +1,22 @@
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.csproj.AssemblyReference.cache
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.AssemblyInfoInputs.cache
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.AssemblyInfo.cs
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.csproj.CoreCompileInputs.cache
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.MvcApplicationPartsAssemblyInfo.cache
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\appsettings.Development.json
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\appsettings.json
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\global.json
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\SimpleTodoApiWithPg.staticwebassets.endpoints.json
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\ecc-certificate.pfx
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\SimpleTodoApiWithPg.exe
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\SimpleTodoApiWithPg.deps.json
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\SimpleTodoApiWithPg.runtimeconfig.json
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\SimpleTodoApiWithPg.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\SimpleTodoApiWithPg.pdb
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\BCrypt.Net-Next.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Humanizer.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.Build.Locator.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.CodeAnalysis.dll
|
||||
@@ -29,6 +39,12 @@ C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.Extensions.Logging.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.Extensions.Logging.Abstractions.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.Extensions.Options.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.Extensions.Primitives.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.IdentityModel.Abstractions.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.IdentityModel.Logging.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.IdentityModel.Protocols.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.IdentityModel.Tokens.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Mono.TextTemplating.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Npgsql.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
@@ -38,6 +54,7 @@ C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\System.Composition.Convention.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\System.Composition.Hosting.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\System.Composition.Runtime.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\System.Composition.TypedParts.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\System.IdentityModel.Tokens.Jwt.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\System.Text.Json.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\cs\Microsoft.CodeAnalysis.resources.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\de\Microsoft.CodeAnalysis.resources.dll
|
||||
@@ -104,12 +121,6 @@ C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\ru\Microsoft.CodeAnalysis.Workspace
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.csproj.AssemblyReference.cache
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.AssemblyInfoInputs.cache
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.AssemblyInfo.cs
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.csproj.CoreCompileInputs.cache
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.MvcApplicationPartsAssemblyInfo.cache
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\scopedcss\bundle\SimpleTodoApiWithPg.styles.css
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\staticwebassets.build.json
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\staticwebassets.development.json
|
||||
@@ -120,9 +131,17 @@ C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\staticwebassets\msbuild.build.Simpl
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\staticwebassets\msbuild.buildMultiTargeting.SimpleTodoApiWithPg.props
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\staticwebassets\msbuild.buildTransitive.SimpleTodoApiWithPg.props
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\staticwebassets.pack.json
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\staticwebassets.upToDateCheck.txt
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTo.008CF47A.Up2Date
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.dll
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\refint\SimpleTodoApiWithPg.dll
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.pdb
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.genruntimeconfig.cache
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\ref\SimpleTodoApiWithPg.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Microsoft.OpenApi.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Swashbuckle.AspNetCore.Swagger.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
C:\code\SimpleTodoApiWithPg\obj\Debug\net9.0\SimpleTodoApiWithPg.MvcApplicationPartsAssemblyInfo.cs
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\FluentValidation.dll
|
||||
C:\code\SimpleTodoApiWithPg\bin\Debug\net9.0\FluentValidation.DependencyInjectionExtensions.dll
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
obj/Debug/net9.0/staticwebassets.removed.txt
Normal file
0
obj/Debug/net9.0/staticwebassets.removed.txt
Normal file
@@ -13,13 +13,19 @@
|
||||
"packagesPath": "C:\\Users\\heiye\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\code\\SimpleTodoApiWithPg\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\heiye\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
||||
"C:\\Users\\heiye\\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": [
|
||||
"net9.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
@@ -44,6 +50,18 @@
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"dependencies": {
|
||||
"BCrypt.Net-Next": {
|
||||
"target": "Package",
|
||||
"version": "[4.0.3, )"
|
||||
},
|
||||
"FluentValidation.DependencyInjectionExtensions": {
|
||||
"target": "Package",
|
||||
"version": "[12.0.0, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.9, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.Design": {
|
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
||||
"suppressParent": "All",
|
||||
@@ -53,6 +71,14 @@
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.4, )"
|
||||
},
|
||||
"Swashbuckle.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.6, )"
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt": {
|
||||
"target": "Package",
|
||||
"version": "[8.14.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
|
||||
@@ -5,19 +5,23 @@
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\heiye\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\heiye\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.2</NuGetToolVersion>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\heiye\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\9.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\9.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\9.0.6\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\9.0.6\build\Swashbuckle.AspNetCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\9.0.9\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\9.0.9\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.3.4\buildTransitive\Microsoft.CodeAnalysis.Analyzers.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.3.4\buildTransitive\Microsoft.CodeAnalysis.Analyzers.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\9.0.9\build\net8.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\9.0.9\build\net8.0\Microsoft.EntityFrameworkCore.Design.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\heiye\.nuget\packages\microsoft.extensions.apidescription.server\9.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
|
||||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\heiye\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4</PkgMicrosoft_CodeAnalysis_Analyzers>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -3,6 +3,7 @@
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)system.text.json\9.0.9\buildTransitive\net8.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\9.0.9\buildTransitive\net8.0\System.Text.Json.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\9.0.9\buildTransitive\net8.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\9.0.9\buildTransitive\net8.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\9.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\9.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\9.0.9\buildTransitive\net8.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\9.0.9\buildTransitive\net8.0\Microsoft.Extensions.Options.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)mono.texttemplating\3.0.0\buildTransitive\Mono.TextTemplating.targets" Condition="Exists('$(NuGetPackageRoot)mono.texttemplating\3.0.0\buildTransitive\Mono.TextTemplating.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.3.4\buildTransitive\Microsoft.CodeAnalysis.Analyzers.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.3.4\buildTransitive\Microsoft.CodeAnalysis.Analyzers.targets')" />
|
||||
|
||||
@@ -2,6 +2,49 @@
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net9.0": {
|
||||
"BCrypt.Net-Next/4.0.3": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net6.0/BCrypt.Net-Next.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/BCrypt.Net-Next.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FluentValidation/12.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net8.0/FluentValidation.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/FluentValidation.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FluentValidation.DependencyInjectionExtensions/12.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"FluentValidation": "12.0.0",
|
||||
"Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net8.0/FluentValidation.DependencyInjectionExtensions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/FluentValidation.DependencyInjectionExtensions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Humanizer.Core/2.14.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
@@ -15,6 +58,25 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer/9.0.9": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"frameworkReferences": [
|
||||
"Microsoft.AspNetCore.App"
|
||||
]
|
||||
},
|
||||
"Microsoft.Bcl.AsyncInterfaces/7.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
@@ -450,6 +512,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.ApiDescription.Server/9.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.Extensions.Caching.Abstractions/9.0.9": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
@@ -638,6 +711,114 @@
|
||||
"buildTransitive/net8.0/_._": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Abstractions/8.14.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.JsonWebTokens/8.14.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Tokens": "8.14.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Logging/8.14.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Abstractions": "8.14.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Logging.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Logging.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols/8.0.1": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Tokens": "8.0.1"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Protocols": "8.0.1",
|
||||
"System.IdentityModel.Tokens.Jwt": "8.0.1"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Tokens/8.14.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
|
||||
"Microsoft.IdentityModel.Logging": "8.14.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.OpenApi/1.6.25": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.OpenApi.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.OpenApi.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Mono.TextTemplating/3.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
@@ -687,6 +868,72 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore/9.0.6": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.ApiDescription.Server": "9.0.0",
|
||||
"Swashbuckle.AspNetCore.Swagger": "9.0.6",
|
||||
"Swashbuckle.AspNetCore.SwaggerGen": "9.0.6",
|
||||
"Swashbuckle.AspNetCore.SwaggerUI": "9.0.6"
|
||||
},
|
||||
"build": {
|
||||
"build/Swashbuckle.AspNetCore.props": {}
|
||||
},
|
||||
"buildMultiTargeting": {
|
||||
"buildMultiTargeting/Swashbuckle.AspNetCore.props": {}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore.Swagger/9.0.6": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.OpenApi": "1.6.25"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"frameworkReferences": [
|
||||
"Microsoft.AspNetCore.App"
|
||||
]
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerGen/9.0.6": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Swashbuckle.AspNetCore.Swagger": "9.0.6"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerUI/9.0.6": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"frameworkReferences": [
|
||||
"Microsoft.AspNetCore.App"
|
||||
]
|
||||
},
|
||||
"System.CodeDom/6.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
@@ -829,6 +1076,23 @@
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt/8.14.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0",
|
||||
"Microsoft.IdentityModel.Tokens": "8.14.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.IO.Pipelines/7.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
@@ -915,6 +1179,67 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"BCrypt.Net-Next/4.0.3": {
|
||||
"sha512": "W+U9WvmZQgi5cX6FS5GDtDoPzUCV4LkBLkywq/kRZhuDwcbavOzcDAr3LXJFqHUi952Yj3LEYoWW0jbEUQChsA==",
|
||||
"type": "package",
|
||||
"path": "bcrypt.net-next/4.0.3",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"bcrypt.net-next.4.0.3.nupkg.sha512",
|
||||
"bcrypt.net-next.nuspec",
|
||||
"ico.png",
|
||||
"lib/net20/BCrypt.Net-Next.dll",
|
||||
"lib/net20/BCrypt.Net-Next.xml",
|
||||
"lib/net35/BCrypt.Net-Next.dll",
|
||||
"lib/net35/BCrypt.Net-Next.xml",
|
||||
"lib/net462/BCrypt.Net-Next.dll",
|
||||
"lib/net462/BCrypt.Net-Next.xml",
|
||||
"lib/net472/BCrypt.Net-Next.dll",
|
||||
"lib/net472/BCrypt.Net-Next.xml",
|
||||
"lib/net48/BCrypt.Net-Next.dll",
|
||||
"lib/net48/BCrypt.Net-Next.xml",
|
||||
"lib/net5.0/BCrypt.Net-Next.dll",
|
||||
"lib/net5.0/BCrypt.Net-Next.xml",
|
||||
"lib/net6.0/BCrypt.Net-Next.dll",
|
||||
"lib/net6.0/BCrypt.Net-Next.xml",
|
||||
"lib/netstandard2.0/BCrypt.Net-Next.dll",
|
||||
"lib/netstandard2.0/BCrypt.Net-Next.xml",
|
||||
"lib/netstandard2.1/BCrypt.Net-Next.dll",
|
||||
"lib/netstandard2.1/BCrypt.Net-Next.xml",
|
||||
"readme.md"
|
||||
]
|
||||
},
|
||||
"FluentValidation/12.0.0": {
|
||||
"sha512": "8NVLxtMUXynRHJIX3Hn1ACovaqZIJASufXIIFkD0EUbcd5PmMsL1xUD5h548gCezJ5BzlITaR9CAMrGe29aWpA==",
|
||||
"type": "package",
|
||||
"path": "fluentvalidation/12.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"fluent-validation-icon.png",
|
||||
"fluentvalidation.12.0.0.nupkg.sha512",
|
||||
"fluentvalidation.nuspec",
|
||||
"lib/net8.0/FluentValidation.dll",
|
||||
"lib/net8.0/FluentValidation.xml"
|
||||
]
|
||||
},
|
||||
"FluentValidation.DependencyInjectionExtensions/12.0.0": {
|
||||
"sha512": "B28fBRL1UjhGsBC8fwV6YBZosh+SiU1FxdD7l7p5dGPgRlVI7UnM+Lgzmg+unZtV1Zxzpaw96UY2MYfMaAd8cg==",
|
||||
"type": "package",
|
||||
"path": "fluentvalidation.dependencyinjectionextensions/12.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"fluent-validation-icon.png",
|
||||
"fluentvalidation.dependencyinjectionextensions.12.0.0.nupkg.sha512",
|
||||
"fluentvalidation.dependencyinjectionextensions.nuspec",
|
||||
"lib/net8.0/FluentValidation.DependencyInjectionExtensions.dll",
|
||||
"lib/net8.0/FluentValidation.DependencyInjectionExtensions.xml"
|
||||
]
|
||||
},
|
||||
"Humanizer.Core/2.14.1": {
|
||||
"sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
|
||||
"type": "package",
|
||||
@@ -933,6 +1258,22 @@
|
||||
"logo.png"
|
||||
]
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer/9.0.9": {
|
||||
"sha512": "U5gW2DS/yAE9X0Ko63/O2lNApAzI/jhx4IT1Th6W0RShKv6XAVVgLGN3zqnmcd6DtAnp5FYs+4HZrxsTl0anLA==",
|
||||
"type": "package",
|
||||
"path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.9",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"PACKAGE.md",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll",
|
||||
"lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.xml",
|
||||
"microsoft.aspnetcore.authentication.jwtbearer.9.0.9.nupkg.sha512",
|
||||
"microsoft.aspnetcore.authentication.jwtbearer.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.Bcl.AsyncInterfaces/7.0.0": {
|
||||
"sha512": "3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
|
||||
"type": "package",
|
||||
@@ -1991,6 +2332,263 @@
|
||||
"microsoft.entityframeworkcore.relational.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.ApiDescription.Server/9.0.0": {
|
||||
"sha512": "1Kzzf7pRey40VaUkHN9/uWxrKVkLu2AQjt+GVeeKLLpiEHAJ1xZRsLSh4ZZYEnyS7Kt2OBOPmsXNdU+wbcOl5w==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.apidescription.server/9.0.0",
|
||||
"hasTools": true,
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"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.9.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/net462-x86/GetDocument.Insider.exe",
|
||||
"tools/net462-x86/GetDocument.Insider.exe.config",
|
||||
"tools/net462-x86/Microsoft.OpenApi.dll",
|
||||
"tools/net462-x86/Microsoft.Win32.Primitives.dll",
|
||||
"tools/net462-x86/System.AppContext.dll",
|
||||
"tools/net462-x86/System.Buffers.dll",
|
||||
"tools/net462-x86/System.Collections.Concurrent.dll",
|
||||
"tools/net462-x86/System.Collections.NonGeneric.dll",
|
||||
"tools/net462-x86/System.Collections.Specialized.dll",
|
||||
"tools/net462-x86/System.Collections.dll",
|
||||
"tools/net462-x86/System.ComponentModel.EventBasedAsync.dll",
|
||||
"tools/net462-x86/System.ComponentModel.Primitives.dll",
|
||||
"tools/net462-x86/System.ComponentModel.TypeConverter.dll",
|
||||
"tools/net462-x86/System.ComponentModel.dll",
|
||||
"tools/net462-x86/System.Console.dll",
|
||||
"tools/net462-x86/System.Data.Common.dll",
|
||||
"tools/net462-x86/System.Diagnostics.Contracts.dll",
|
||||
"tools/net462-x86/System.Diagnostics.Debug.dll",
|
||||
"tools/net462-x86/System.Diagnostics.DiagnosticSource.dll",
|
||||
"tools/net462-x86/System.Diagnostics.FileVersionInfo.dll",
|
||||
"tools/net462-x86/System.Diagnostics.Process.dll",
|
||||
"tools/net462-x86/System.Diagnostics.StackTrace.dll",
|
||||
"tools/net462-x86/System.Diagnostics.TextWriterTraceListener.dll",
|
||||
"tools/net462-x86/System.Diagnostics.Tools.dll",
|
||||
"tools/net462-x86/System.Diagnostics.TraceSource.dll",
|
||||
"tools/net462-x86/System.Diagnostics.Tracing.dll",
|
||||
"tools/net462-x86/System.Drawing.Primitives.dll",
|
||||
"tools/net462-x86/System.Dynamic.Runtime.dll",
|
||||
"tools/net462-x86/System.Globalization.Calendars.dll",
|
||||
"tools/net462-x86/System.Globalization.Extensions.dll",
|
||||
"tools/net462-x86/System.Globalization.dll",
|
||||
"tools/net462-x86/System.IO.Compression.ZipFile.dll",
|
||||
"tools/net462-x86/System.IO.Compression.dll",
|
||||
"tools/net462-x86/System.IO.FileSystem.DriveInfo.dll",
|
||||
"tools/net462-x86/System.IO.FileSystem.Primitives.dll",
|
||||
"tools/net462-x86/System.IO.FileSystem.Watcher.dll",
|
||||
"tools/net462-x86/System.IO.FileSystem.dll",
|
||||
"tools/net462-x86/System.IO.IsolatedStorage.dll",
|
||||
"tools/net462-x86/System.IO.MemoryMappedFiles.dll",
|
||||
"tools/net462-x86/System.IO.Pipes.dll",
|
||||
"tools/net462-x86/System.IO.UnmanagedMemoryStream.dll",
|
||||
"tools/net462-x86/System.IO.dll",
|
||||
"tools/net462-x86/System.Linq.Expressions.dll",
|
||||
"tools/net462-x86/System.Linq.Parallel.dll",
|
||||
"tools/net462-x86/System.Linq.Queryable.dll",
|
||||
"tools/net462-x86/System.Linq.dll",
|
||||
"tools/net462-x86/System.Memory.dll",
|
||||
"tools/net462-x86/System.Net.Http.dll",
|
||||
"tools/net462-x86/System.Net.NameResolution.dll",
|
||||
"tools/net462-x86/System.Net.NetworkInformation.dll",
|
||||
"tools/net462-x86/System.Net.Ping.dll",
|
||||
"tools/net462-x86/System.Net.Primitives.dll",
|
||||
"tools/net462-x86/System.Net.Requests.dll",
|
||||
"tools/net462-x86/System.Net.Security.dll",
|
||||
"tools/net462-x86/System.Net.Sockets.dll",
|
||||
"tools/net462-x86/System.Net.WebHeaderCollection.dll",
|
||||
"tools/net462-x86/System.Net.WebSockets.Client.dll",
|
||||
"tools/net462-x86/System.Net.WebSockets.dll",
|
||||
"tools/net462-x86/System.Numerics.Vectors.dll",
|
||||
"tools/net462-x86/System.ObjectModel.dll",
|
||||
"tools/net462-x86/System.Reflection.Extensions.dll",
|
||||
"tools/net462-x86/System.Reflection.Primitives.dll",
|
||||
"tools/net462-x86/System.Reflection.dll",
|
||||
"tools/net462-x86/System.Resources.Reader.dll",
|
||||
"tools/net462-x86/System.Resources.ResourceManager.dll",
|
||||
"tools/net462-x86/System.Resources.Writer.dll",
|
||||
"tools/net462-x86/System.Runtime.CompilerServices.Unsafe.dll",
|
||||
"tools/net462-x86/System.Runtime.CompilerServices.VisualC.dll",
|
||||
"tools/net462-x86/System.Runtime.Extensions.dll",
|
||||
"tools/net462-x86/System.Runtime.Handles.dll",
|
||||
"tools/net462-x86/System.Runtime.InteropServices.RuntimeInformation.dll",
|
||||
"tools/net462-x86/System.Runtime.InteropServices.dll",
|
||||
"tools/net462-x86/System.Runtime.Numerics.dll",
|
||||
"tools/net462-x86/System.Runtime.Serialization.Formatters.dll",
|
||||
"tools/net462-x86/System.Runtime.Serialization.Json.dll",
|
||||
"tools/net462-x86/System.Runtime.Serialization.Primitives.dll",
|
||||
"tools/net462-x86/System.Runtime.Serialization.Xml.dll",
|
||||
"tools/net462-x86/System.Runtime.dll",
|
||||
"tools/net462-x86/System.Security.Claims.dll",
|
||||
"tools/net462-x86/System.Security.Cryptography.Algorithms.dll",
|
||||
"tools/net462-x86/System.Security.Cryptography.Csp.dll",
|
||||
"tools/net462-x86/System.Security.Cryptography.Encoding.dll",
|
||||
"tools/net462-x86/System.Security.Cryptography.Primitives.dll",
|
||||
"tools/net462-x86/System.Security.Cryptography.X509Certificates.dll",
|
||||
"tools/net462-x86/System.Security.Principal.dll",
|
||||
"tools/net462-x86/System.Security.SecureString.dll",
|
||||
"tools/net462-x86/System.Text.Encoding.Extensions.dll",
|
||||
"tools/net462-x86/System.Text.Encoding.dll",
|
||||
"tools/net462-x86/System.Text.RegularExpressions.dll",
|
||||
"tools/net462-x86/System.Threading.Overlapped.dll",
|
||||
"tools/net462-x86/System.Threading.Tasks.Parallel.dll",
|
||||
"tools/net462-x86/System.Threading.Tasks.dll",
|
||||
"tools/net462-x86/System.Threading.Thread.dll",
|
||||
"tools/net462-x86/System.Threading.ThreadPool.dll",
|
||||
"tools/net462-x86/System.Threading.Timer.dll",
|
||||
"tools/net462-x86/System.Threading.dll",
|
||||
"tools/net462-x86/System.ValueTuple.dll",
|
||||
"tools/net462-x86/System.Xml.ReaderWriter.dll",
|
||||
"tools/net462-x86/System.Xml.XDocument.dll",
|
||||
"tools/net462-x86/System.Xml.XPath.XDocument.dll",
|
||||
"tools/net462-x86/System.Xml.XPath.dll",
|
||||
"tools/net462-x86/System.Xml.XmlDocument.dll",
|
||||
"tools/net462-x86/System.Xml.XmlSerializer.dll",
|
||||
"tools/net462-x86/netstandard.dll",
|
||||
"tools/net462/GetDocument.Insider.exe",
|
||||
"tools/net462/GetDocument.Insider.exe.config",
|
||||
"tools/net462/Microsoft.OpenApi.dll",
|
||||
"tools/net462/Microsoft.Win32.Primitives.dll",
|
||||
"tools/net462/System.AppContext.dll",
|
||||
"tools/net462/System.Buffers.dll",
|
||||
"tools/net462/System.Collections.Concurrent.dll",
|
||||
"tools/net462/System.Collections.NonGeneric.dll",
|
||||
"tools/net462/System.Collections.Specialized.dll",
|
||||
"tools/net462/System.Collections.dll",
|
||||
"tools/net462/System.ComponentModel.EventBasedAsync.dll",
|
||||
"tools/net462/System.ComponentModel.Primitives.dll",
|
||||
"tools/net462/System.ComponentModel.TypeConverter.dll",
|
||||
"tools/net462/System.ComponentModel.dll",
|
||||
"tools/net462/System.Console.dll",
|
||||
"tools/net462/System.Data.Common.dll",
|
||||
"tools/net462/System.Diagnostics.Contracts.dll",
|
||||
"tools/net462/System.Diagnostics.Debug.dll",
|
||||
"tools/net462/System.Diagnostics.DiagnosticSource.dll",
|
||||
"tools/net462/System.Diagnostics.FileVersionInfo.dll",
|
||||
"tools/net462/System.Diagnostics.Process.dll",
|
||||
"tools/net462/System.Diagnostics.StackTrace.dll",
|
||||
"tools/net462/System.Diagnostics.TextWriterTraceListener.dll",
|
||||
"tools/net462/System.Diagnostics.Tools.dll",
|
||||
"tools/net462/System.Diagnostics.TraceSource.dll",
|
||||
"tools/net462/System.Diagnostics.Tracing.dll",
|
||||
"tools/net462/System.Drawing.Primitives.dll",
|
||||
"tools/net462/System.Dynamic.Runtime.dll",
|
||||
"tools/net462/System.Globalization.Calendars.dll",
|
||||
"tools/net462/System.Globalization.Extensions.dll",
|
||||
"tools/net462/System.Globalization.dll",
|
||||
"tools/net462/System.IO.Compression.ZipFile.dll",
|
||||
"tools/net462/System.IO.Compression.dll",
|
||||
"tools/net462/System.IO.FileSystem.DriveInfo.dll",
|
||||
"tools/net462/System.IO.FileSystem.Primitives.dll",
|
||||
"tools/net462/System.IO.FileSystem.Watcher.dll",
|
||||
"tools/net462/System.IO.FileSystem.dll",
|
||||
"tools/net462/System.IO.IsolatedStorage.dll",
|
||||
"tools/net462/System.IO.MemoryMappedFiles.dll",
|
||||
"tools/net462/System.IO.Pipes.dll",
|
||||
"tools/net462/System.IO.UnmanagedMemoryStream.dll",
|
||||
"tools/net462/System.IO.dll",
|
||||
"tools/net462/System.Linq.Expressions.dll",
|
||||
"tools/net462/System.Linq.Parallel.dll",
|
||||
"tools/net462/System.Linq.Queryable.dll",
|
||||
"tools/net462/System.Linq.dll",
|
||||
"tools/net462/System.Memory.dll",
|
||||
"tools/net462/System.Net.Http.dll",
|
||||
"tools/net462/System.Net.NameResolution.dll",
|
||||
"tools/net462/System.Net.NetworkInformation.dll",
|
||||
"tools/net462/System.Net.Ping.dll",
|
||||
"tools/net462/System.Net.Primitives.dll",
|
||||
"tools/net462/System.Net.Requests.dll",
|
||||
"tools/net462/System.Net.Security.dll",
|
||||
"tools/net462/System.Net.Sockets.dll",
|
||||
"tools/net462/System.Net.WebHeaderCollection.dll",
|
||||
"tools/net462/System.Net.WebSockets.Client.dll",
|
||||
"tools/net462/System.Net.WebSockets.dll",
|
||||
"tools/net462/System.Numerics.Vectors.dll",
|
||||
"tools/net462/System.ObjectModel.dll",
|
||||
"tools/net462/System.Reflection.Extensions.dll",
|
||||
"tools/net462/System.Reflection.Primitives.dll",
|
||||
"tools/net462/System.Reflection.dll",
|
||||
"tools/net462/System.Resources.Reader.dll",
|
||||
"tools/net462/System.Resources.ResourceManager.dll",
|
||||
"tools/net462/System.Resources.Writer.dll",
|
||||
"tools/net462/System.Runtime.CompilerServices.Unsafe.dll",
|
||||
"tools/net462/System.Runtime.CompilerServices.VisualC.dll",
|
||||
"tools/net462/System.Runtime.Extensions.dll",
|
||||
"tools/net462/System.Runtime.Handles.dll",
|
||||
"tools/net462/System.Runtime.InteropServices.RuntimeInformation.dll",
|
||||
"tools/net462/System.Runtime.InteropServices.dll",
|
||||
"tools/net462/System.Runtime.Numerics.dll",
|
||||
"tools/net462/System.Runtime.Serialization.Formatters.dll",
|
||||
"tools/net462/System.Runtime.Serialization.Json.dll",
|
||||
"tools/net462/System.Runtime.Serialization.Primitives.dll",
|
||||
"tools/net462/System.Runtime.Serialization.Xml.dll",
|
||||
"tools/net462/System.Runtime.dll",
|
||||
"tools/net462/System.Security.Claims.dll",
|
||||
"tools/net462/System.Security.Cryptography.Algorithms.dll",
|
||||
"tools/net462/System.Security.Cryptography.Csp.dll",
|
||||
"tools/net462/System.Security.Cryptography.Encoding.dll",
|
||||
"tools/net462/System.Security.Cryptography.Primitives.dll",
|
||||
"tools/net462/System.Security.Cryptography.X509Certificates.dll",
|
||||
"tools/net462/System.Security.Principal.dll",
|
||||
"tools/net462/System.Security.SecureString.dll",
|
||||
"tools/net462/System.Text.Encoding.Extensions.dll",
|
||||
"tools/net462/System.Text.Encoding.dll",
|
||||
"tools/net462/System.Text.RegularExpressions.dll",
|
||||
"tools/net462/System.Threading.Overlapped.dll",
|
||||
"tools/net462/System.Threading.Tasks.Parallel.dll",
|
||||
"tools/net462/System.Threading.Tasks.dll",
|
||||
"tools/net462/System.Threading.Thread.dll",
|
||||
"tools/net462/System.Threading.ThreadPool.dll",
|
||||
"tools/net462/System.Threading.Timer.dll",
|
||||
"tools/net462/System.Threading.dll",
|
||||
"tools/net462/System.ValueTuple.dll",
|
||||
"tools/net462/System.Xml.ReaderWriter.dll",
|
||||
"tools/net462/System.Xml.XDocument.dll",
|
||||
"tools/net462/System.Xml.XPath.XDocument.dll",
|
||||
"tools/net462/System.Xml.XPath.dll",
|
||||
"tools/net462/System.Xml.XmlDocument.dll",
|
||||
"tools/net462/System.Xml.XmlSerializer.dll",
|
||||
"tools/net462/netstandard.dll",
|
||||
"tools/net9.0/GetDocument.Insider.deps.json",
|
||||
"tools/net9.0/GetDocument.Insider.dll",
|
||||
"tools/net9.0/GetDocument.Insider.exe",
|
||||
"tools/net9.0/GetDocument.Insider.runtimeconfig.json",
|
||||
"tools/net9.0/Microsoft.AspNetCore.Connections.Abstractions.dll",
|
||||
"tools/net9.0/Microsoft.AspNetCore.Connections.Abstractions.xml",
|
||||
"tools/net9.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll",
|
||||
"tools/net9.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml",
|
||||
"tools/net9.0/Microsoft.AspNetCore.Http.Features.dll",
|
||||
"tools/net9.0/Microsoft.AspNetCore.Http.Features.xml",
|
||||
"tools/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
||||
"tools/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"tools/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
||||
"tools/net9.0/Microsoft.Extensions.Features.dll",
|
||||
"tools/net9.0/Microsoft.Extensions.Features.xml",
|
||||
"tools/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
||||
"tools/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll",
|
||||
"tools/net9.0/Microsoft.Extensions.Logging.Abstractions.dll",
|
||||
"tools/net9.0/Microsoft.Extensions.Options.dll",
|
||||
"tools/net9.0/Microsoft.Extensions.Primitives.dll",
|
||||
"tools/net9.0/Microsoft.Net.Http.Headers.dll",
|
||||
"tools/net9.0/Microsoft.Net.Http.Headers.xml",
|
||||
"tools/net9.0/Microsoft.OpenApi.dll",
|
||||
"tools/netcoreapp2.1/GetDocument.Insider.deps.json",
|
||||
"tools/netcoreapp2.1/GetDocument.Insider.dll",
|
||||
"tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json",
|
||||
"tools/netcoreapp2.1/Microsoft.OpenApi.dll",
|
||||
"tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.Caching.Abstractions/9.0.9": {
|
||||
"sha512": "NgtRHOdPrAEacfjXLSrH/SRrSqGf6Vaa6d16mW2yoyJdg7AJr0BnBvxkv7PkCm/CHVyzojTK7Y+oUDEulqY1Qw==",
|
||||
"type": "package",
|
||||
@@ -2337,6 +2935,163 @@
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"Microsoft.IdentityModel.Abstractions/8.14.0": {
|
||||
"sha512": "iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
|
||||
"type": "package",
|
||||
"path": "microsoft.identitymodel.abstractions/8.14.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"lib/net462/Microsoft.IdentityModel.Abstractions.dll",
|
||||
"lib/net462/Microsoft.IdentityModel.Abstractions.xml",
|
||||
"lib/net472/Microsoft.IdentityModel.Abstractions.dll",
|
||||
"lib/net472/Microsoft.IdentityModel.Abstractions.xml",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Abstractions.dll",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Abstractions.xml",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Abstractions.xml",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
|
||||
"microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512",
|
||||
"microsoft.identitymodel.abstractions.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.IdentityModel.JsonWebTokens/8.14.0": {
|
||||
"sha512": "4jOpiA4THdtpLyMdAb24dtj7+6GmvhOhxf5XHLYWmPKF8ApEnApal1UnJsKO4HxUWRXDA6C4WQVfYyqsRhpNpQ==",
|
||||
"type": "package",
|
||||
"path": "microsoft.identitymodel.jsonwebtokens/8.14.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll",
|
||||
"lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml",
|
||||
"lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll",
|
||||
"lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml",
|
||||
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll",
|
||||
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml",
|
||||
"lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll",
|
||||
"lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml",
|
||||
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll",
|
||||
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
|
||||
"microsoft.identitymodel.jsonwebtokens.8.14.0.nupkg.sha512",
|
||||
"microsoft.identitymodel.jsonwebtokens.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.IdentityModel.Logging/8.14.0": {
|
||||
"sha512": "eqqnemdW38CKZEHS6diA50BV94QICozDZEvSrsvN3SJXUFwVB9gy+/oz76gldP7nZliA16IglXjXTCTdmU/Ejg==",
|
||||
"type": "package",
|
||||
"path": "microsoft.identitymodel.logging/8.14.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"lib/net462/Microsoft.IdentityModel.Logging.dll",
|
||||
"lib/net462/Microsoft.IdentityModel.Logging.xml",
|
||||
"lib/net472/Microsoft.IdentityModel.Logging.dll",
|
||||
"lib/net472/Microsoft.IdentityModel.Logging.xml",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Logging.dll",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Logging.xml",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Logging.dll",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Logging.xml",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Logging.dll",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Logging.xml",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
|
||||
"microsoft.identitymodel.logging.8.14.0.nupkg.sha512",
|
||||
"microsoft.identitymodel.logging.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols/8.0.1": {
|
||||
"sha512": "uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==",
|
||||
"type": "package",
|
||||
"path": "microsoft.identitymodel.protocols/8.0.1",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net462/Microsoft.IdentityModel.Protocols.dll",
|
||||
"lib/net462/Microsoft.IdentityModel.Protocols.xml",
|
||||
"lib/net472/Microsoft.IdentityModel.Protocols.dll",
|
||||
"lib/net472/Microsoft.IdentityModel.Protocols.xml",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Protocols.dll",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Protocols.xml",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Protocols.dll",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Protocols.xml",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.xml",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml",
|
||||
"microsoft.identitymodel.protocols.8.0.1.nupkg.sha512",
|
||||
"microsoft.identitymodel.protocols.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
|
||||
"sha512": "AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==",
|
||||
"type": "package",
|
||||
"path": "microsoft.identitymodel.protocols.openidconnect/8.0.1",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
||||
"lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
||||
"lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
||||
"lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
||||
"microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512",
|
||||
"microsoft.identitymodel.protocols.openidconnect.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.IdentityModel.Tokens/8.14.0": {
|
||||
"sha512": "lKIZiBiGd36k02TCdMHp1KlNWisyIvQxcYJvIkz7P4gSQ9zi8dgh6S5Grj8NNG7HWYIPfQymGyoZ6JB5d1Lo1g==",
|
||||
"type": "package",
|
||||
"path": "microsoft.identitymodel.tokens/8.14.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"lib/net462/Microsoft.IdentityModel.Tokens.dll",
|
||||
"lib/net462/Microsoft.IdentityModel.Tokens.xml",
|
||||
"lib/net472/Microsoft.IdentityModel.Tokens.dll",
|
||||
"lib/net472/Microsoft.IdentityModel.Tokens.xml",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Tokens.dll",
|
||||
"lib/net6.0/Microsoft.IdentityModel.Tokens.xml",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Tokens.dll",
|
||||
"lib/net8.0/Microsoft.IdentityModel.Tokens.xml",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll",
|
||||
"lib/net9.0/Microsoft.IdentityModel.Tokens.xml",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
|
||||
"microsoft.identitymodel.tokens.8.14.0.nupkg.sha512",
|
||||
"microsoft.identitymodel.tokens.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.OpenApi/1.6.25": {
|
||||
"sha512": "ZahSqNGtNV7N0JBYS/IYXPkLVexL/AZFxo6pqxv6A7Uli7Q7zfitNjkaqIcsV73Ukzxi4IlJdyDgcQiMXiH8cw==",
|
||||
"type": "package",
|
||||
"path": "microsoft.openapi/1.6.25",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"lib/netstandard2.0/Microsoft.OpenApi.dll",
|
||||
"lib/netstandard2.0/Microsoft.OpenApi.pdb",
|
||||
"lib/netstandard2.0/Microsoft.OpenApi.xml",
|
||||
"microsoft.openapi.1.6.25.nupkg.sha512",
|
||||
"microsoft.openapi.nuspec"
|
||||
]
|
||||
},
|
||||
"Mono.TextTemplating/3.0.0": {
|
||||
"sha512": "YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==",
|
||||
"type": "package",
|
||||
@@ -2386,6 +3141,74 @@
|
||||
"postgresql.png"
|
||||
]
|
||||
},
|
||||
"Swashbuckle.AspNetCore/9.0.6": {
|
||||
"sha512": "q/UfEAgrk6qQyjHXgsW9ILw0YZLfmPtWUY4wYijliX6supozC+TkzU0G6FTnn/dPYxnChjM8g8lHjWHF6VKy+A==",
|
||||
"type": "package",
|
||||
"path": "swashbuckle.aspnetcore/9.0.6",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"build/Swashbuckle.AspNetCore.props",
|
||||
"buildMultiTargeting/Swashbuckle.AspNetCore.props",
|
||||
"docs/package-readme.md",
|
||||
"swashbuckle.aspnetcore.9.0.6.nupkg.sha512",
|
||||
"swashbuckle.aspnetcore.nuspec"
|
||||
]
|
||||
},
|
||||
"Swashbuckle.AspNetCore.Swagger/9.0.6": {
|
||||
"sha512": "Bgyc8rWRAYwDrzjVHGbavvNE38G1Dfgf1McHYm+WUr4TxkvEAXv8F8B1z3Kmz4BkDCKv9A/1COa2t7+Ri5+pLg==",
|
||||
"type": "package",
|
||||
"path": "swashbuckle.aspnetcore.swagger/9.0.6",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.pdb",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.xml",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.pdb",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.xml",
|
||||
"package-readme.md",
|
||||
"swashbuckle.aspnetcore.swagger.9.0.6.nupkg.sha512",
|
||||
"swashbuckle.aspnetcore.swagger.nuspec"
|
||||
]
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerGen/9.0.6": {
|
||||
"sha512": "yYrDs5qpIa4UXP+a02X0ZLQs6HSd1C8t6hF6J1fnxoawi3PslJg1yUpLBS89HCbrDACzmwEGG25il+8aa0zdnw==",
|
||||
"type": "package",
|
||||
"path": "swashbuckle.aspnetcore.swaggergen/9.0.6",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
|
||||
"package-readme.md",
|
||||
"swashbuckle.aspnetcore.swaggergen.9.0.6.nupkg.sha512",
|
||||
"swashbuckle.aspnetcore.swaggergen.nuspec"
|
||||
]
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerUI/9.0.6": {
|
||||
"sha512": "WGsw/Yop9b16miq8TQd4THxuEgkP5cH3+DX93BrX9m0OdPcKNtg2nNm77WQSAsA+Se+M0bTiu8bUyrruRSeS5g==",
|
||||
"type": "package",
|
||||
"path": "swashbuckle.aspnetcore.swaggerui/9.0.6",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
|
||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
|
||||
"package-readme.md",
|
||||
"swashbuckle.aspnetcore.swaggerui.9.0.6.nupkg.sha512",
|
||||
"swashbuckle.aspnetcore.swaggerui.nuspec"
|
||||
]
|
||||
},
|
||||
"System.CodeDom/6.0.0": {
|
||||
"sha512": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
|
||||
"type": "package",
|
||||
@@ -2594,6 +3417,30 @@
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt/8.14.0": {
|
||||
"sha512": "EYGgN/S+HK7S6F3GaaPLFAfK0UzMrkXFyWCvXpQWFYmZln3dqtbyIO7VuTM/iIIPMzkelg8ZLlBPvMhxj6nOAA==",
|
||||
"type": "package",
|
||||
"path": "system.identitymodel.tokens.jwt/8.14.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"README.md",
|
||||
"lib/net462/System.IdentityModel.Tokens.Jwt.dll",
|
||||
"lib/net462/System.IdentityModel.Tokens.Jwt.xml",
|
||||
"lib/net472/System.IdentityModel.Tokens.Jwt.dll",
|
||||
"lib/net472/System.IdentityModel.Tokens.Jwt.xml",
|
||||
"lib/net6.0/System.IdentityModel.Tokens.Jwt.dll",
|
||||
"lib/net6.0/System.IdentityModel.Tokens.Jwt.xml",
|
||||
"lib/net8.0/System.IdentityModel.Tokens.Jwt.dll",
|
||||
"lib/net8.0/System.IdentityModel.Tokens.Jwt.xml",
|
||||
"lib/net9.0/System.IdentityModel.Tokens.Jwt.dll",
|
||||
"lib/net9.0/System.IdentityModel.Tokens.Jwt.xml",
|
||||
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
|
||||
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
|
||||
"system.identitymodel.tokens.jwt.8.14.0.nupkg.sha512",
|
||||
"system.identitymodel.tokens.jwt.nuspec"
|
||||
]
|
||||
},
|
||||
"System.IO.Pipelines/7.0.0": {
|
||||
"sha512": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==",
|
||||
"type": "package",
|
||||
@@ -2777,12 +3624,18 @@
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net9.0": [
|
||||
"BCrypt.Net-Next >= 4.0.3",
|
||||
"FluentValidation.DependencyInjectionExtensions >= 12.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.9",
|
||||
"Microsoft.EntityFrameworkCore.Design >= 9.0.9",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL >= 9.0.4"
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL >= 9.0.4",
|
||||
"Swashbuckle.AspNetCore >= 9.0.6",
|
||||
"System.IdentityModel.Tokens.Jwt >= 8.14.0"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\": {}
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
@@ -2793,13 +3646,19 @@
|
||||
"packagesPath": "C:\\Users\\heiye\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\code\\SimpleTodoApiWithPg\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\heiye\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
||||
"C:\\Users\\heiye\\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": [
|
||||
"net9.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
@@ -2824,6 +3683,18 @@
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"dependencies": {
|
||||
"BCrypt.Net-Next": {
|
||||
"target": "Package",
|
||||
"version": "[4.0.3, )"
|
||||
},
|
||||
"FluentValidation.DependencyInjectionExtensions": {
|
||||
"target": "Package",
|
||||
"version": "[12.0.0, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.9, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.Design": {
|
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
||||
"suppressParent": "All",
|
||||
@@ -2833,6 +3704,14 @@
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.4, )"
|
||||
},
|
||||
"Swashbuckle.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.6, )"
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt": {
|
||||
"target": "Package",
|
||||
"version": "[8.14.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "hQuQRTWDcxc=",
|
||||
"dgSpecHash": "kIoE/znXMRY=",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\code\\SimpleTodoApiWithPg\\SimpleTodoApiWithPg.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\bcrypt.net-next\\4.0.3\\bcrypt.net-next.4.0.3.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\fluentvalidation\\12.0.0\\fluentvalidation.12.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\fluentvalidation.dependencyinjectionextensions\\12.0.0\\fluentvalidation.dependencyinjectionextensions.12.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\9.0.9\\microsoft.aspnetcore.authentication.jwtbearer.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\7.0.0\\microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.build.framework\\17.8.3\\microsoft.build.framework.17.8.3.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.build.locator\\1.7.8\\microsoft.build.locator.1.7.8.nupkg.sha512",
|
||||
@@ -19,6 +23,7 @@
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\9.0.9\\microsoft.entityframeworkcore.analyzers.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.entityframeworkcore.design\\9.0.9\\microsoft.entityframeworkcore.design.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\9.0.9\\microsoft.entityframeworkcore.relational.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.extensions.apidescription.server\\9.0.0\\microsoft.extensions.apidescription.server.9.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\9.0.9\\microsoft.extensions.caching.abstractions.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.extensions.caching.memory\\9.0.9\\microsoft.extensions.caching.memory.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.9\\microsoft.extensions.configuration.abstractions.9.0.9.nupkg.sha512",
|
||||
@@ -29,9 +34,20 @@
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\9.0.9\\microsoft.extensions.logging.abstractions.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.extensions.options\\9.0.9\\microsoft.extensions.options.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.9\\microsoft.extensions.primitives.9.0.9.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.identitymodel.abstractions\\8.14.0\\microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\8.14.0\\microsoft.identitymodel.jsonwebtokens.8.14.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.identitymodel.logging\\8.14.0\\microsoft.identitymodel.logging.8.14.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.identitymodel.protocols\\8.0.1\\microsoft.identitymodel.protocols.8.0.1.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\8.0.1\\microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.identitymodel.tokens\\8.14.0\\microsoft.identitymodel.tokens.8.14.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\microsoft.openapi\\1.6.25\\microsoft.openapi.1.6.25.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\mono.texttemplating\\3.0.0\\mono.texttemplating.3.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\npgsql\\9.0.3\\npgsql.9.0.3.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\npgsql.entityframeworkcore.postgresql\\9.0.4\\npgsql.entityframeworkcore.postgresql.9.0.4.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\swashbuckle.aspnetcore\\9.0.6\\swashbuckle.aspnetcore.9.0.6.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\9.0.6\\swashbuckle.aspnetcore.swagger.9.0.6.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\9.0.6\\swashbuckle.aspnetcore.swaggergen.9.0.6.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\9.0.6\\swashbuckle.aspnetcore.swaggerui.9.0.6.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.codedom\\6.0.0\\system.codedom.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.collections.immutable\\7.0.0\\system.collections.immutable.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.composition\\7.0.0\\system.composition.7.0.0.nupkg.sha512",
|
||||
@@ -40,6 +56,7 @@
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.composition.hosting\\7.0.0\\system.composition.hosting.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.composition.runtime\\7.0.0\\system.composition.runtime.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.composition.typedparts\\7.0.0\\system.composition.typedparts.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.identitymodel.tokens.jwt\\8.14.0\\system.identitymodel.tokens.jwt.8.14.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.io.pipelines\\7.0.0\\system.io.pipelines.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.reflection.metadata\\7.0.0\\system.reflection.metadata.7.0.0.nupkg.sha512",
|
||||
"C:\\Users\\heiye\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
||||
|
||||
Reference in New Issue
Block a user