Compare commits
	
		
			3 Commits
		
	
	
		
			da2899bd90
			...
			b6b9f0500c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b6b9f0500c | |||
| 142090c588 | |||
| 0924db0386 | 
| @@ -5,18 +5,18 @@ var builder = WebApplication.CreateBuilder(args); | |||||||
| builder.Services.AddControllers(); | builder.Services.AddControllers(); | ||||||
| // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle | // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle | ||||||
| builder.Services.AddEndpointsApiExplorer(); | builder.Services.AddEndpointsApiExplorer(); | ||||||
| builder.Services.AddSwaggerGen(); | //builder.Services.AddSwaggerGen(); | ||||||
|  |  | ||||||
| var app = builder.Build(); | var app = builder.Build(); | ||||||
|  |  | ||||||
| // Configure the HTTP request pipeline. | // Configure the HTTP request pipeline. | ||||||
| if (app.Environment.IsDevelopment()) | if (app.Environment.IsDevelopment()) | ||||||
| { | { | ||||||
|     app.UseSwagger(); |     //app.UseSwagger(); | ||||||
|     app.UseSwaggerUI(); |     //app.UseSwaggerUI(); | ||||||
| } | } | ||||||
|  |  | ||||||
| app.UseHttpsRedirection(); | //app.UseHttpsRedirection(); | ||||||
|  |  | ||||||
| app.UseAuthorization(); | app.UseAuthorization(); | ||||||
|  |  | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
|     "windowsAuthentication": false, |     "windowsAuthentication": false, | ||||||
|     "anonymousAuthentication": true, |     "anonymousAuthentication": true, | ||||||
|     "iisExpress": { |     "iisExpress": { | ||||||
|       "applicationUrl": "http://localhost:31551", |       "applicationUrl": "http://0.0.0.0:31551", | ||||||
|       "sslPort": 44346 |       "sslPort": 44346 | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
| @@ -14,7 +14,7 @@ | |||||||
|       "dotnetRunMessages": true, |       "dotnetRunMessages": true, | ||||||
|       "launchBrowser": true, |       "launchBrowser": true, | ||||||
|       "launchUrl": "Home", |       "launchUrl": "Home", | ||||||
|       "applicationUrl": "https://localhost:7141;http://localhost:5141", |       "applicationUrl": "http://0.0.0.0:7141;http://0.0.0.0:5141", | ||||||
|       "environmentVariables": { |       "environmentVariables": { | ||||||
|         "ASPNETCORE_ENVIRONMENT": "Development" |         "ASPNETCORE_ENVIRONMENT": "Development" | ||||||
|       } |       } | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Microsoft.OpenApi.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Microsoft.OpenApi.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										142
									
								
								bin/Debug/net6.0/NeDvachAPI.deps.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										142
									
								
								bin/Debug/net6.0/NeDvachAPI.deps.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,142 @@ | |||||||
|  | { | ||||||
|  |   "runtimeTarget": { | ||||||
|  |     "name": ".NETCoreApp,Version=v6.0", | ||||||
|  |     "signature": "" | ||||||
|  |   }, | ||||||
|  |   "compilationOptions": {}, | ||||||
|  |   "targets": { | ||||||
|  |     ".NETCoreApp,Version=v6.0": { | ||||||
|  |       "NeDvachAPI/1.0.0": { | ||||||
|  |         "dependencies": { | ||||||
|  |           "Npgsql": "6.0.7", | ||||||
|  |           "Swashbuckle.AspNetCore": "6.2.3" | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "NeDvachAPI.dll": {} | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, | ||||||
|  |       "Microsoft.OpenApi/1.2.3": { | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/netstandard2.0/Microsoft.OpenApi.dll": { | ||||||
|  |             "assemblyVersion": "1.2.3.0", | ||||||
|  |             "fileVersion": "1.2.3.0" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Npgsql/6.0.7": { | ||||||
|  |         "dependencies": { | ||||||
|  |           "System.Runtime.CompilerServices.Unsafe": "6.0.0" | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/Npgsql.dll": { | ||||||
|  |             "assemblyVersion": "6.0.7.0", | ||||||
|  |             "fileVersion": "6.0.7.0" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Swashbuckle.AspNetCore/6.2.3": { | ||||||
|  |         "dependencies": { | ||||||
|  |           "Microsoft.Extensions.ApiDescription.Server": "3.0.0", | ||||||
|  |           "Swashbuckle.AspNetCore.Swagger": "6.2.3", | ||||||
|  |           "Swashbuckle.AspNetCore.SwaggerGen": "6.2.3", | ||||||
|  |           "Swashbuckle.AspNetCore.SwaggerUI": "6.2.3" | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Swashbuckle.AspNetCore.Swagger/6.2.3": { | ||||||
|  |         "dependencies": { | ||||||
|  |           "Microsoft.OpenApi": "1.2.3" | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { | ||||||
|  |             "assemblyVersion": "6.2.3.0", | ||||||
|  |             "fileVersion": "6.2.3.0" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { | ||||||
|  |         "dependencies": { | ||||||
|  |           "Swashbuckle.AspNetCore.Swagger": "6.2.3" | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { | ||||||
|  |             "assemblyVersion": "6.2.3.0", | ||||||
|  |             "fileVersion": "6.2.3.0" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { | ||||||
|  |             "assemblyVersion": "6.2.3.0", | ||||||
|  |             "fileVersion": "6.2.3.0" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "System.Runtime.CompilerServices.Unsafe/6.0.0": {} | ||||||
|  |     } | ||||||
|  |   }, | ||||||
|  |   "libraries": { | ||||||
|  |     "NeDvachAPI/1.0.0": { | ||||||
|  |       "type": "project", | ||||||
|  |       "serviceable": false, | ||||||
|  |       "sha512": "" | ||||||
|  |     }, | ||||||
|  |     "Microsoft.Extensions.ApiDescription.Server/3.0.0": { | ||||||
|  |       "type": "package", | ||||||
|  |       "serviceable": true, | ||||||
|  |       "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", | ||||||
|  |       "path": "microsoft.extensions.apidescription.server/3.0.0", | ||||||
|  |       "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" | ||||||
|  |     }, | ||||||
|  |     "Microsoft.OpenApi/1.2.3": { | ||||||
|  |       "type": "package", | ||||||
|  |       "serviceable": true, | ||||||
|  |       "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", | ||||||
|  |       "path": "microsoft.openapi/1.2.3", | ||||||
|  |       "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" | ||||||
|  |     }, | ||||||
|  |     "Npgsql/6.0.7": { | ||||||
|  |       "type": "package", | ||||||
|  |       "serviceable": true, | ||||||
|  |       "sha512": "sha512-HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==", | ||||||
|  |       "path": "npgsql/6.0.7", | ||||||
|  |       "hashPath": "npgsql.6.0.7.nupkg.sha512" | ||||||
|  |     }, | ||||||
|  |     "Swashbuckle.AspNetCore/6.2.3": { | ||||||
|  |       "type": "package", | ||||||
|  |       "serviceable": true, | ||||||
|  |       "sha512": "sha512-cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==", | ||||||
|  |       "path": "swashbuckle.aspnetcore/6.2.3", | ||||||
|  |       "hashPath": "swashbuckle.aspnetcore.6.2.3.nupkg.sha512" | ||||||
|  |     }, | ||||||
|  |     "Swashbuckle.AspNetCore.Swagger/6.2.3": { | ||||||
|  |       "type": "package", | ||||||
|  |       "serviceable": true, | ||||||
|  |       "sha512": "sha512-qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==", | ||||||
|  |       "path": "swashbuckle.aspnetcore.swagger/6.2.3", | ||||||
|  |       "hashPath": "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512" | ||||||
|  |     }, | ||||||
|  |     "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { | ||||||
|  |       "type": "package", | ||||||
|  |       "serviceable": true, | ||||||
|  |       "sha512": "sha512-+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==", | ||||||
|  |       "path": "swashbuckle.aspnetcore.swaggergen/6.2.3", | ||||||
|  |       "hashPath": "swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512" | ||||||
|  |     }, | ||||||
|  |     "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { | ||||||
|  |       "type": "package", | ||||||
|  |       "serviceable": true, | ||||||
|  |       "sha512": "sha512-bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==", | ||||||
|  |       "path": "swashbuckle.aspnetcore.swaggerui/6.2.3", | ||||||
|  |       "hashPath": "swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512" | ||||||
|  |     }, | ||||||
|  |     "System.Runtime.CompilerServices.Unsafe/6.0.0": { | ||||||
|  |       "type": "package", | ||||||
|  |       "serviceable": true, | ||||||
|  |       "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", | ||||||
|  |       "path": "system.runtime.compilerservices.unsafe/6.0.0", | ||||||
|  |       "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										
											BIN
										
									
								
								bin/Debug/net6.0/NeDvachAPI.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/Debug/net6.0/NeDvachAPI.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								bin/Debug/net6.0/NeDvachAPI.exe
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/Debug/net6.0/NeDvachAPI.exe
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								bin/Debug/net6.0/NeDvachAPI.pdb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/Debug/net6.0/NeDvachAPI.pdb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										19
									
								
								bin/Debug/net6.0/NeDvachAPI.runtimeconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								bin/Debug/net6.0/NeDvachAPI.runtimeconfig.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | |||||||
|  | { | ||||||
|  |   "runtimeOptions": { | ||||||
|  |     "tfm": "net6.0", | ||||||
|  |     "frameworks": [ | ||||||
|  |       { | ||||||
|  |         "name": "Microsoft.NETCore.App", | ||||||
|  |         "version": "6.0.0" | ||||||
|  |       }, | ||||||
|  |       { | ||||||
|  |         "name": "Microsoft.AspNetCore.App", | ||||||
|  |         "version": "6.0.0" | ||||||
|  |       } | ||||||
|  |     ], | ||||||
|  |     "configProperties": { | ||||||
|  |       "System.GC.Server": true, | ||||||
|  |       "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Npgsql.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Npgsql.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										8
									
								
								bin/Debug/net6.0/appsettings.Development.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								bin/Debug/net6.0/appsettings.Development.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | { | ||||||
|  |   "Logging": { | ||||||
|  |     "LogLevel": { | ||||||
|  |       "Default": "Information", | ||||||
|  |       "Microsoft.AspNetCore": "Warning" | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										9
									
								
								bin/Debug/net6.0/appsettings.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								bin/Debug/net6.0/appsettings.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | { | ||||||
|  |   "Logging": { | ||||||
|  |     "LogLevel": { | ||||||
|  |       "Default": "Information", | ||||||
|  |       "Microsoft.AspNetCore": "Warning" | ||||||
|  |     } | ||||||
|  |   }, | ||||||
|  |   "AllowedHosts": "*" | ||||||
|  | } | ||||||
| @@ -0,0 +1,4 @@ | |||||||
|  | // <autogenerated /> | ||||||
|  | using System; | ||||||
|  | using System.Reflection; | ||||||
|  | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] | ||||||
							
								
								
									
										23
									
								
								obj/Debug/net6.0/NeDvachAPI.AssemblyInfo.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								obj/Debug/net6.0/NeDvachAPI.AssemblyInfo.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | |||||||
|  | //------------------------------------------------------------------------------ | ||||||
|  | // <auto-generated> | ||||||
|  | //     Этот код создан программой. | ||||||
|  | //     Исполняемая версия:4.0.30319.42000 | ||||||
|  | // | ||||||
|  | //     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае | ||||||
|  | //     повторной генерации кода. | ||||||
|  | // </auto-generated> | ||||||
|  | //------------------------------------------------------------------------------ | ||||||
|  |  | ||||||
|  | using System; | ||||||
|  | using System.Reflection; | ||||||
|  |  | ||||||
|  | [assembly: System.Reflection.AssemblyCompanyAttribute("NeDvachAPI")] | ||||||
|  | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||||||
|  | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||||||
|  | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||||||
|  | [assembly: System.Reflection.AssemblyProductAttribute("NeDvachAPI")] | ||||||
|  | [assembly: System.Reflection.AssemblyTitleAttribute("NeDvachAPI")] | ||||||
|  | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||||||
|  |  | ||||||
|  | // Создано классом WriteCodeFragment MSBuild. | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								obj/Debug/net6.0/NeDvachAPI.AssemblyInfoInputs.cache
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								obj/Debug/net6.0/NeDvachAPI.AssemblyInfoInputs.cache
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | f9459023b9fef9a54770885db55ea1d3853a31c3 | ||||||
| @@ -0,0 +1,16 @@ | |||||||
|  | is_global = true | ||||||
|  | build_property.TargetFramework = net6.0 | ||||||
|  | build_property.TargetPlatformMinVersion =  | ||||||
|  | build_property.UsingMicrosoftNETSdkWeb = true | ||||||
|  | build_property.ProjectTypeGuids =  | ||||||
|  | build_property.InvariantGlobalization =  | ||||||
|  | build_property.PlatformNeutralAssembly =  | ||||||
|  | build_property._SupportedPlatformList = Linux,macOS,Windows | ||||||
|  | build_property.RootNamespace = NeDvachAPI | ||||||
|  | build_property.RootNamespace = NeDvachAPI | ||||||
|  | build_property.ProjectDir = D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\ | ||||||
|  | build_property.RazorLangVersion = 6.0 | ||||||
|  | build_property.SupportLocalizedComponentNames =  | ||||||
|  | build_property.GenerateRazorMetadataSourceChecksumAttributes =  | ||||||
|  | build_property.MSBuildProjectDirectory = D:\Programming\CSharp\NeDvachAPI\NeDvachAPI | ||||||
|  | build_property._RazorSourceGeneratorDebug =  | ||||||
							
								
								
									
										17
									
								
								obj/Debug/net6.0/NeDvachAPI.GlobalUsings.g.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								obj/Debug/net6.0/NeDvachAPI.GlobalUsings.g.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | // <auto-generated/> | ||||||
|  | global using global::Microsoft.AspNetCore.Builder; | ||||||
|  | global using global::Microsoft.AspNetCore.Hosting; | ||||||
|  | global using global::Microsoft.AspNetCore.Http; | ||||||
|  | global using global::Microsoft.AspNetCore.Routing; | ||||||
|  | global using global::Microsoft.Extensions.Configuration; | ||||||
|  | global using global::Microsoft.Extensions.DependencyInjection; | ||||||
|  | global using global::Microsoft.Extensions.Hosting; | ||||||
|  | global using global::Microsoft.Extensions.Logging; | ||||||
|  | global using global::System; | ||||||
|  | global using global::System.Collections.Generic; | ||||||
|  | global using global::System.IO; | ||||||
|  | global using global::System.Linq; | ||||||
|  | global using global::System.Net.Http; | ||||||
|  | global using global::System.Net.Http.Json; | ||||||
|  | global using global::System.Threading; | ||||||
|  | global using global::System.Threading.Tasks; | ||||||
| @@ -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")] | ||||||
|  |  | ||||||
|  | // Создано классом WriteCodeFragment MSBuild. | ||||||
|  |  | ||||||
							
								
								
									
										
											BIN
										
									
								
								obj/Debug/net6.0/NeDvachAPI.assets.cache
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								obj/Debug/net6.0/NeDvachAPI.assets.cache
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								obj/Debug/net6.0/NeDvachAPI.csproj.AssemblyReference.cache
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								obj/Debug/net6.0/NeDvachAPI.csproj.AssemblyReference.cache
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										0
									
								
								obj/Debug/net6.0/NeDvachAPI.csproj.CopyComplete
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								obj/Debug/net6.0/NeDvachAPI.csproj.CopyComplete
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | 12dedb350f4d8a828972342ab8cadb8b84636f3d | ||||||
							
								
								
									
										28
									
								
								obj/Debug/net6.0/NeDvachAPI.csproj.FileListAbsolute.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								obj/Debug/net6.0/NeDvachAPI.csproj.FileListAbsolute.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | |||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\appsettings.Development.json | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\appsettings.json | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\NeDvachAPI.exe | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\NeDvachAPI.deps.json | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\NeDvachAPI.runtimeconfig.json | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\NeDvachAPI.dll | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\NeDvachAPI.pdb | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\Microsoft.OpenApi.dll | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\Npgsql.dll | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.csproj.AssemblyReference.cache | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.GeneratedMSBuildEditorConfig.editorconfig | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.AssemblyInfoInputs.cache | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.AssemblyInfo.cs | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.csproj.CoreCompileInputs.cache | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.MvcApplicationPartsAssemblyInfo.cs | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.MvcApplicationPartsAssemblyInfo.cache | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\staticwebassets.build.json | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\staticwebassets.development.json | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\scopedcss\bundle\NeDvachAPI.styles.css | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.csproj.CopyComplete | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.dll | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\refint\NeDvachAPI.dll | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.pdb | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\NeDvachAPI.genruntimeconfig.cache | ||||||
|  | D:\Programming\CSharp\NeDvachAPI\NeDvachAPI\obj\Debug\net6.0\ref\NeDvachAPI.dll | ||||||
							
								
								
									
										
											BIN
										
									
								
								obj/Debug/net6.0/NeDvachAPI.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								obj/Debug/net6.0/NeDvachAPI.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1
									
								
								obj/Debug/net6.0/NeDvachAPI.genruntimeconfig.cache
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								obj/Debug/net6.0/NeDvachAPI.genruntimeconfig.cache
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | a6493ebca4db808a4e82f8a5a5971c3d8e7c1c41 | ||||||
							
								
								
									
										
											BIN
										
									
								
								obj/Debug/net6.0/NeDvachAPI.pdb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								obj/Debug/net6.0/NeDvachAPI.pdb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								obj/Debug/net6.0/apphost.exe
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								obj/Debug/net6.0/apphost.exe
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								obj/Debug/net6.0/ref/NeDvachAPI.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								obj/Debug/net6.0/ref/NeDvachAPI.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								obj/Debug/net6.0/refint/NeDvachAPI.dll
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								obj/Debug/net6.0/refint/NeDvachAPI.dll
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										11
									
								
								obj/Debug/net6.0/staticwebassets.build.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								obj/Debug/net6.0/staticwebassets.build.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | |||||||
|  | { | ||||||
|  |   "Version": 1, | ||||||
|  |   "Hash": "CKpyQQoJZ4dOY1eC8AChpDa2o8ZpeSfFtpkAfnF79F8=", | ||||||
|  |   "Source": "NeDvachAPI", | ||||||
|  |   "BasePath": "_content/NeDvachAPI", | ||||||
|  |   "Mode": "Default", | ||||||
|  |   "ManifestType": "Build", | ||||||
|  |   "ReferencedProjectsConfiguration": [], | ||||||
|  |   "DiscoveryPatterns": [], | ||||||
|  |   "Assets": [] | ||||||
|  | } | ||||||
							
								
								
									
										76
									
								
								obj/NeDvachAPI.csproj.nuget.dgspec.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										76
									
								
								obj/NeDvachAPI.csproj.nuget.dgspec.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,76 @@ | |||||||
|  | { | ||||||
|  |   "format": 1, | ||||||
|  |   "restore": { | ||||||
|  |     "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\NeDvachAPI.csproj": {} | ||||||
|  |   }, | ||||||
|  |   "projects": { | ||||||
|  |     "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\NeDvachAPI.csproj": { | ||||||
|  |       "version": "1.0.0", | ||||||
|  |       "restore": { | ||||||
|  |         "projectUniqueName": "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\NeDvachAPI.csproj", | ||||||
|  |         "projectName": "NeDvachAPI", | ||||||
|  |         "projectPath": "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\NeDvachAPI.csproj", | ||||||
|  |         "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", | ||||||
|  |         "outputPath": "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\obj\\", | ||||||
|  |         "projectStyle": "PackageReference", | ||||||
|  |         "configFilePaths": [ | ||||||
|  |           "C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||||||
|  |           "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||||||
|  |         ], | ||||||
|  |         "originalTargetFrameworks": [ | ||||||
|  |           "net6.0" | ||||||
|  |         ], | ||||||
|  |         "sources": { | ||||||
|  |           "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||||||
|  |           "https://api.nuget.org/v3/index.json": {} | ||||||
|  |         }, | ||||||
|  |         "frameworks": { | ||||||
|  |           "net6.0": { | ||||||
|  |             "targetAlias": "net6.0", | ||||||
|  |             "projectReferences": {} | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "warningProperties": { | ||||||
|  |           "warnAsError": [ | ||||||
|  |             "NU1605" | ||||||
|  |           ] | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "frameworks": { | ||||||
|  |         "net6.0": { | ||||||
|  |           "targetAlias": "net6.0", | ||||||
|  |           "dependencies": { | ||||||
|  |             "Npgsql": { | ||||||
|  |               "target": "Package", | ||||||
|  |               "version": "[6.0.7, )" | ||||||
|  |             }, | ||||||
|  |             "Swashbuckle.AspNetCore": { | ||||||
|  |               "target": "Package", | ||||||
|  |               "version": "[6.2.3, )" | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "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\\6.0.401\\RuntimeIdentifierGraph.json" | ||||||
|  |         } | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										22
									
								
								obj/NeDvachAPI.csproj.nuget.g.props
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								obj/NeDvachAPI.csproj.nuget.g.props
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | |||||||
|  | <?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)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||||||
|  |     <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Admin\.nuget\packages\</NuGetPackageFolders> | ||||||
|  |     <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||||||
|  |     <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion> | ||||||
|  |   </PropertyGroup> | ||||||
|  |   <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||||||
|  |     <SourceRoot Include="C:\Users\Admin\.nuget\packages\" /> | ||||||
|  |   </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.2.3\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.2.3\build\Swashbuckle.AspNetCore.props')" /> | ||||||
|  |   </ImportGroup> | ||||||
|  |   <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||||||
|  |     <PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\Admin\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0</PkgMicrosoft_Extensions_ApiDescription_Server> | ||||||
|  |   </PropertyGroup> | ||||||
|  | </Project> | ||||||
							
								
								
									
										6
									
								
								obj/NeDvachAPI.csproj.nuget.g.targets
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								obj/NeDvachAPI.csproj.nuget.g.targets
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="no"?> | ||||||
|  | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|  |   <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||||||
|  |     <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" /> | ||||||
|  |   </ImportGroup> | ||||||
|  | </Project> | ||||||
							
								
								
									
										378
									
								
								obj/project.assets.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										378
									
								
								obj/project.assets.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,378 @@ | |||||||
|  | { | ||||||
|  |   "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" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Npgsql/6.0.7": { | ||||||
|  |         "type": "package", | ||||||
|  |         "dependencies": { | ||||||
|  |           "System.Runtime.CompilerServices.Unsafe": "6.0.0" | ||||||
|  |         }, | ||||||
|  |         "compile": { | ||||||
|  |           "lib/net6.0/Npgsql.dll": { | ||||||
|  |             "related": ".xml" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/Npgsql.dll": { | ||||||
|  |             "related": ".xml" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Swashbuckle.AspNetCore/6.2.3": { | ||||||
|  |         "type": "package", | ||||||
|  |         "dependencies": { | ||||||
|  |           "Microsoft.Extensions.ApiDescription.Server": "3.0.0", | ||||||
|  |           "Swashbuckle.AspNetCore.Swagger": "6.2.3", | ||||||
|  |           "Swashbuckle.AspNetCore.SwaggerGen": "6.2.3", | ||||||
|  |           "Swashbuckle.AspNetCore.SwaggerUI": "6.2.3" | ||||||
|  |         }, | ||||||
|  |         "build": { | ||||||
|  |           "build/Swashbuckle.AspNetCore.props": {} | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Swashbuckle.AspNetCore.Swagger/6.2.3": { | ||||||
|  |         "type": "package", | ||||||
|  |         "dependencies": { | ||||||
|  |           "Microsoft.OpenApi": "1.2.3" | ||||||
|  |         }, | ||||||
|  |         "compile": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { | ||||||
|  |             "related": ".pdb;.xml" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { | ||||||
|  |             "related": ".pdb;.xml" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "frameworkReferences": [ | ||||||
|  |           "Microsoft.AspNetCore.App" | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|  |       "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { | ||||||
|  |         "type": "package", | ||||||
|  |         "dependencies": { | ||||||
|  |           "Swashbuckle.AspNetCore.Swagger": "6.2.3" | ||||||
|  |         }, | ||||||
|  |         "compile": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { | ||||||
|  |             "related": ".pdb;.xml" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { | ||||||
|  |             "related": ".pdb;.xml" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { | ||||||
|  |         "type": "package", | ||||||
|  |         "compile": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { | ||||||
|  |             "related": ".pdb;.xml" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { | ||||||
|  |             "related": ".pdb;.xml" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "frameworkReferences": [ | ||||||
|  |           "Microsoft.AspNetCore.App" | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|  |       "System.Runtime.CompilerServices.Unsafe/6.0.0": { | ||||||
|  |         "type": "package", | ||||||
|  |         "compile": { | ||||||
|  |           "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { | ||||||
|  |             "related": ".xml" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "runtime": { | ||||||
|  |           "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { | ||||||
|  |             "related": ".xml" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "build": { | ||||||
|  |           "buildTransitive/netcoreapp3.1/_._": {} | ||||||
|  |         } | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  |   }, | ||||||
|  |   "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" | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     "Npgsql/6.0.7": { | ||||||
|  |       "sha512": "HhD5q/VUJY++tCzc0eCrhtsxmUdP7NxNhUMOdYW6sqpC6NRlFLvUDf5JyRj0gOGkXe3Tn49toaisgvLqlzQ2JQ==", | ||||||
|  |       "type": "package", | ||||||
|  |       "path": "npgsql/6.0.7", | ||||||
|  |       "files": [ | ||||||
|  |         ".nupkg.metadata", | ||||||
|  |         ".signature.p7s", | ||||||
|  |         "README.md", | ||||||
|  |         "lib/net5.0/Npgsql.dll", | ||||||
|  |         "lib/net5.0/Npgsql.xml", | ||||||
|  |         "lib/net6.0/Npgsql.dll", | ||||||
|  |         "lib/net6.0/Npgsql.xml", | ||||||
|  |         "lib/netcoreapp3.1/Npgsql.dll", | ||||||
|  |         "lib/netcoreapp3.1/Npgsql.xml", | ||||||
|  |         "lib/netstandard2.0/Npgsql.dll", | ||||||
|  |         "lib/netstandard2.0/Npgsql.xml", | ||||||
|  |         "lib/netstandard2.1/Npgsql.dll", | ||||||
|  |         "lib/netstandard2.1/Npgsql.xml", | ||||||
|  |         "npgsql.6.0.7.nupkg.sha512", | ||||||
|  |         "npgsql.nuspec", | ||||||
|  |         "postgresql.png" | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     "Swashbuckle.AspNetCore/6.2.3": { | ||||||
|  |       "sha512": "cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==", | ||||||
|  |       "type": "package", | ||||||
|  |       "path": "swashbuckle.aspnetcore/6.2.3", | ||||||
|  |       "files": [ | ||||||
|  |         ".nupkg.metadata", | ||||||
|  |         ".signature.p7s", | ||||||
|  |         "build/Swashbuckle.AspNetCore.props", | ||||||
|  |         "swashbuckle.aspnetcore.6.2.3.nupkg.sha512", | ||||||
|  |         "swashbuckle.aspnetcore.nuspec" | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     "Swashbuckle.AspNetCore.Swagger/6.2.3": { | ||||||
|  |       "sha512": "qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==", | ||||||
|  |       "type": "package", | ||||||
|  |       "path": "swashbuckle.aspnetcore.swagger/6.2.3", | ||||||
|  |       "files": [ | ||||||
|  |         ".nupkg.metadata", | ||||||
|  |         ".signature.p7s", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.Swagger.pdb", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.Swagger.xml", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml", | ||||||
|  |         "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.2.3.nupkg.sha512", | ||||||
|  |         "swashbuckle.aspnetcore.swagger.nuspec" | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { | ||||||
|  |       "sha512": "+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==", | ||||||
|  |       "type": "package", | ||||||
|  |       "path": "swashbuckle.aspnetcore.swaggergen/6.2.3", | ||||||
|  |       "files": [ | ||||||
|  |         ".nupkg.metadata", | ||||||
|  |         ".signature.p7s", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.xml", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml", | ||||||
|  |         "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.2.3.nupkg.sha512", | ||||||
|  |         "swashbuckle.aspnetcore.swaggergen.nuspec" | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { | ||||||
|  |       "sha512": "bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==", | ||||||
|  |       "type": "package", | ||||||
|  |       "path": "swashbuckle.aspnetcore.swaggerui/6.2.3", | ||||||
|  |       "files": [ | ||||||
|  |         ".nupkg.metadata", | ||||||
|  |         ".signature.p7s", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", | ||||||
|  |         "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.xml", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", | ||||||
|  |         "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml", | ||||||
|  |         "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.2.3.nupkg.sha512", | ||||||
|  |         "swashbuckle.aspnetcore.swaggerui.nuspec" | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     "System.Runtime.CompilerServices.Unsafe/6.0.0": { | ||||||
|  |       "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", | ||||||
|  |       "type": "package", | ||||||
|  |       "path": "system.runtime.compilerservices.unsafe/6.0.0", | ||||||
|  |       "files": [ | ||||||
|  |         ".nupkg.metadata", | ||||||
|  |         ".signature.p7s", | ||||||
|  |         "Icon.png", | ||||||
|  |         "LICENSE.TXT", | ||||||
|  |         "THIRD-PARTY-NOTICES.TXT", | ||||||
|  |         "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", | ||||||
|  |         "buildTransitive/netcoreapp3.1/_._", | ||||||
|  |         "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", | ||||||
|  |         "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", | ||||||
|  |         "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", | ||||||
|  |         "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", | ||||||
|  |         "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", | ||||||
|  |         "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", | ||||||
|  |         "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", | ||||||
|  |         "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", | ||||||
|  |         "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", | ||||||
|  |         "system.runtime.compilerservices.unsafe.nuspec", | ||||||
|  |         "useSharedDesignerContext.txt" | ||||||
|  |       ] | ||||||
|  |     } | ||||||
|  |   }, | ||||||
|  |   "projectFileDependencyGroups": { | ||||||
|  |     "net6.0": [ | ||||||
|  |       "Npgsql >= 6.0.7", | ||||||
|  |       "Swashbuckle.AspNetCore >= 6.2.3" | ||||||
|  |     ] | ||||||
|  |   }, | ||||||
|  |   "packageFolders": { | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\": {} | ||||||
|  |   }, | ||||||
|  |   "project": { | ||||||
|  |     "version": "1.0.0", | ||||||
|  |     "restore": { | ||||||
|  |       "projectUniqueName": "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\NeDvachAPI.csproj", | ||||||
|  |       "projectName": "NeDvachAPI", | ||||||
|  |       "projectPath": "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\NeDvachAPI.csproj", | ||||||
|  |       "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", | ||||||
|  |       "outputPath": "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\obj\\", | ||||||
|  |       "projectStyle": "PackageReference", | ||||||
|  |       "configFilePaths": [ | ||||||
|  |         "C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||||||
|  |         "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||||||
|  |       ], | ||||||
|  |       "originalTargetFrameworks": [ | ||||||
|  |         "net6.0" | ||||||
|  |       ], | ||||||
|  |       "sources": { | ||||||
|  |         "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||||||
|  |         "https://api.nuget.org/v3/index.json": {} | ||||||
|  |       }, | ||||||
|  |       "frameworks": { | ||||||
|  |         "net6.0": { | ||||||
|  |           "targetAlias": "net6.0", | ||||||
|  |           "projectReferences": {} | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "warningProperties": { | ||||||
|  |         "warnAsError": [ | ||||||
|  |           "NU1605" | ||||||
|  |         ] | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "frameworks": { | ||||||
|  |       "net6.0": { | ||||||
|  |         "targetAlias": "net6.0", | ||||||
|  |         "dependencies": { | ||||||
|  |           "Npgsql": { | ||||||
|  |             "target": "Package", | ||||||
|  |             "version": "[6.0.7, )" | ||||||
|  |           }, | ||||||
|  |           "Swashbuckle.AspNetCore": { | ||||||
|  |             "target": "Package", | ||||||
|  |             "version": "[6.2.3, )" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "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\\6.0.401\\RuntimeIdentifierGraph.json" | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								obj/project.nuget.cache
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								obj/project.nuget.cache
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | { | ||||||
|  |   "version": 2, | ||||||
|  |   "dgSpecHash": "VZZJDEVtV6AJm7VuhECtp/QdzHlwVUIgRoFQWt3dO2bFK2SsLwcYXEsqbKup9UymFtCMtNHVhrIiLNgVlI/OkA==", | ||||||
|  |   "success": true, | ||||||
|  |   "projectFilePath": "D:\\Programming\\CSharp\\NeDvachAPI\\NeDvachAPI\\NeDvachAPI.csproj", | ||||||
|  |   "expectedPackageFiles": [ | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\npgsql\\6.0.7\\npgsql.6.0.7.nupkg.sha512", | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\swashbuckle.aspnetcore\\6.2.3\\swashbuckle.aspnetcore.6.2.3.nupkg.sha512", | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.2.3\\swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512", | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.2.3\\swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512", | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.2.3\\swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512", | ||||||
|  |     "C:\\Users\\Admin\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" | ||||||
|  |   ], | ||||||
|  |   "logs": [] | ||||||
|  | } | ||||||
							
								
								
									
										3
									
								
								obj/staticwebassets.pack.sentinel
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								obj/staticwebassets.pack.sentinel
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | 2.0 | ||||||
|  | 2.0 | ||||||
|  | 2.0 | ||||||
		Reference in New Issue
	
	Block a user