First commit
This commit is contained in:
272
publish/Homework.deps.json
Normal file
272
publish/Homework.deps.json
Normal file
@@ -0,0 +1,272 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v10.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v10.0": {
|
||||
"Homework/1.0.0": {
|
||||
"dependencies": {
|
||||
"Logger": "1.0.0",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": "10.0.5",
|
||||
"Microsoft.AspNetCore.OpenApi": "10.0.4",
|
||||
"Swashbuckle.AspNetCore.Swagger": "10.1.5",
|
||||
"Swashbuckle.AspNetCore.SwaggerGen": "10.1.5",
|
||||
"Swashbuckle.AspNetCore.SwaggerUI": "10.1.5",
|
||||
"System.IdentityModel.Tokens.Jwt": "8.16.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Homework.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer/10.0.5": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net10.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
|
||||
"assemblyVersion": "10.0.5.0",
|
||||
"fileVersion": "10.0.526.15411"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi/10.0.4": {
|
||||
"dependencies": {
|
||||
"Microsoft.OpenApi": "2.4.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net10.0/Microsoft.AspNetCore.OpenApi.dll": {
|
||||
"assemblyVersion": "10.0.4.0",
|
||||
"fileVersion": "10.0.426.12010"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Abstractions/8.16.0": {
|
||||
"runtime": {
|
||||
"lib/net10.0/Microsoft.IdentityModel.Abstractions.dll": {
|
||||
"assemblyVersion": "8.16.0.0",
|
||||
"fileVersion": "8.16.0.26043"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.JsonWebTokens/8.16.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Tokens": "8.16.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net10.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
||||
"assemblyVersion": "8.16.0.0",
|
||||
"fileVersion": "8.16.0.26043"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Logging/8.16.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Abstractions": "8.16.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net10.0/Microsoft.IdentityModel.Logging.dll": {
|
||||
"assemblyVersion": "8.16.0.0",
|
||||
"fileVersion": "8.16.0.26043"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols/8.0.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Tokens": "8.16.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
|
||||
"assemblyVersion": "8.0.1.0",
|
||||
"fileVersion": "8.0.1.50722"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Protocols": "8.0.1",
|
||||
"System.IdentityModel.Tokens.Jwt": "8.16.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
||||
"assemblyVersion": "8.0.1.0",
|
||||
"fileVersion": "8.0.1.50722"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Tokens/8.16.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Logging": "8.16.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net10.0/Microsoft.IdentityModel.Tokens.dll": {
|
||||
"assemblyVersion": "8.16.0.0",
|
||||
"fileVersion": "8.16.0.26043"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.OpenApi/2.4.1": {
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.OpenApi.dll": {
|
||||
"assemblyVersion": "2.4.1.0",
|
||||
"fileVersion": "2.4.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore.Swagger/10.1.5": {
|
||||
"dependencies": {
|
||||
"Microsoft.OpenApi": "2.4.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net10.0/Swashbuckle.AspNetCore.Swagger.dll": {
|
||||
"assemblyVersion": "10.1.5.0",
|
||||
"fileVersion": "10.1.5.2342"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerGen/10.1.5": {
|
||||
"dependencies": {
|
||||
"Swashbuckle.AspNetCore.Swagger": "10.1.5"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
|
||||
"assemblyVersion": "10.1.5.0",
|
||||
"fileVersion": "10.1.5.2342"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerUI/10.1.5": {
|
||||
"runtime": {
|
||||
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
|
||||
"assemblyVersion": "10.1.5.0",
|
||||
"fileVersion": "10.1.5.2342"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt/8.16.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.JsonWebTokens": "8.16.0",
|
||||
"Microsoft.IdentityModel.Tokens": "8.16.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net10.0/System.IdentityModel.Tokens.Jwt.dll": {
|
||||
"assemblyVersion": "8.16.0.0",
|
||||
"fileVersion": "8.16.0.26043"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Logger/1.0.0": {
|
||||
"runtime": {
|
||||
"Logger.dll": {
|
||||
"assemblyVersion": "1.0.0.0",
|
||||
"fileVersion": "1.0.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Homework/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer/10.0.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-fZzXogChrwQ/SfifQJgeW7AtR8hUv5+LH9oLWjm5OqfnVt3N8MwcMHHMdawvqqdjP79lIZgetnSpj77BLsSI1g==",
|
||||
"path": "microsoft.aspnetcore.authentication.jwtbearer/10.0.5",
|
||||
"hashPath": "microsoft.aspnetcore.authentication.jwtbearer.10.0.5.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi/10.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-OsEhbmT4Xenukau5YCR867gr/HmuAJ9DqMBPQGTcmdNU/TqBqdcnB+yLNwD/mTdkHzLBB+XG7cI4H1L5B1jx+Q==",
|
||||
"path": "microsoft.aspnetcore.openapi/10.0.4",
|
||||
"hashPath": "microsoft.aspnetcore.openapi.10.0.4.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.Abstractions/8.16.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-gSxKLWRZzBpIsEoeUPkxfywNCCvRvl7hkq146XHPk5vOQc9izSf1I+uL1vh4y2U19QPxd9Z8K/8AdWyxYz2lSg==",
|
||||
"path": "microsoft.identitymodel.abstractions/8.16.0",
|
||||
"hashPath": "microsoft.identitymodel.abstractions.8.16.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.JsonWebTokens/8.16.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-prBU72cIP4V8E9fhN+o/YdskTsLeIcnKPbhZf0X6mD7fdxoZqnS/NdEkSr+9Zp+2q7OZBOMfNBKGbTbhXODO4w==",
|
||||
"path": "microsoft.identitymodel.jsonwebtokens/8.16.0",
|
||||
"hashPath": "microsoft.identitymodel.jsonwebtokens.8.16.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.Logging/8.16.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-MTzXmETkNQPACR7/XCXM1OGM6oU9RkyibqeJRtO9Ndew2LnGjMf9Atqj2VSf4XC27X0FQycUAlzxxEgQMWn2xQ==",
|
||||
"path": "microsoft.identitymodel.logging/8.16.0",
|
||||
"hashPath": "microsoft.identitymodel.logging.8.16.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols/8.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==",
|
||||
"path": "microsoft.identitymodel.protocols/8.0.1",
|
||||
"hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==",
|
||||
"path": "microsoft.identitymodel.protocols.openidconnect/8.0.1",
|
||||
"hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.Tokens/8.16.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-rtViGJcGsN7WcfUNErwNeQgjuU5cJNl6FDQsfi9TncwO+Epzn0FTfBsg3YuFW1Q0Ch/KPxaVdjLw3/+5Z5ceFQ==",
|
||||
"path": "microsoft.identitymodel.tokens/8.16.0",
|
||||
"hashPath": "microsoft.identitymodel.tokens.8.16.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.OpenApi/2.4.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-u7QhXCISMQuab3flasb1hoaiERmUqyWsW7tmQODyILoQ7mJV5IRGM+2KKZYo0QUfC13evEOcHAb6TPWgqEQtrw==",
|
||||
"path": "microsoft.openapi/2.4.1",
|
||||
"hashPath": "microsoft.openapi.2.4.1.nupkg.sha512"
|
||||
},
|
||||
"Swashbuckle.AspNetCore.Swagger/10.1.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-s4Mct6+Ob0LK9vYVaZcYi/RFFCOEJNjf6nJ5ZPoxtpdFSlzR6i9AHI7Vl44obX8cynRxJW7prA1IUabkiXolFg==",
|
||||
"path": "swashbuckle.aspnetcore.swagger/10.1.5",
|
||||
"hashPath": "swashbuckle.aspnetcore.swagger.10.1.5.nupkg.sha512"
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerGen/10.1.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ysQIRgqnx4Vb/9+r3xnEAiaxYmiBHO8jTg7ACaCh+R3Sn+ZKCWKD6nyu0ph3okP91wFSh/6LgccjeLUaQHV+ZA==",
|
||||
"path": "swashbuckle.aspnetcore.swaggergen/10.1.5",
|
||||
"hashPath": "swashbuckle.aspnetcore.swaggergen.10.1.5.nupkg.sha512"
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerUI/10.1.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-tQWVKNJWW7lf6S0bv22+7yfxK5IKzvsMeueF4XHSziBfREhLKt42OKzi6/1nINmyGlM4hGbR8aSMg72dLLVBLw==",
|
||||
"path": "swashbuckle.aspnetcore.swaggerui/10.1.5",
|
||||
"hashPath": "swashbuckle.aspnetcore.swaggerui.10.1.5.nupkg.sha512"
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt/8.16.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-rrs2u7DRMXQG2yh0oVyF/vLwosfRv20Ld2iEpYcKwQWXHjfV+gFXNQsQ9p008kR9Ou4pxBs68Q6/9zC8Gi1wjg==",
|
||||
"path": "system.identitymodel.tokens.jwt/8.16.0",
|
||||
"hashPath": "system.identitymodel.tokens.jwt.8.16.0.nupkg.sha512"
|
||||
},
|
||||
"Logger/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
publish/Homework.dll
Normal file
BIN
publish/Homework.dll
Normal file
Binary file not shown.
BIN
publish/Homework.exe
Normal file
BIN
publish/Homework.exe
Normal file
Binary file not shown.
BIN
publish/Homework.pdb
Normal file
BIN
publish/Homework.pdb
Normal file
Binary file not shown.
20
publish/Homework.runtimeconfig.json
Normal file
20
publish/Homework.runtimeconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net10.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "10.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "10.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
1
publish/Homework.staticwebassets.endpoints.json
Normal file
1
publish/Homework.staticwebassets.endpoints.json
Normal file
@@ -0,0 +1 @@
|
||||
{"Version":1,"ManifestType":"Publish","Endpoints":[]}
|
||||
BIN
publish/Logger.dll
Normal file
BIN
publish/Logger.dll
Normal file
Binary file not shown.
BIN
publish/Logger.pdb
Normal file
BIN
publish/Logger.pdb
Normal file
Binary file not shown.
BIN
publish/Microsoft.AspNetCore.Authentication.JwtBearer.dll
Normal file
BIN
publish/Microsoft.AspNetCore.Authentication.JwtBearer.dll
Normal file
Binary file not shown.
BIN
publish/Microsoft.AspNetCore.OpenApi.dll
Normal file
BIN
publish/Microsoft.AspNetCore.OpenApi.dll
Normal file
Binary file not shown.
BIN
publish/Microsoft.IdentityModel.Abstractions.dll
Normal file
BIN
publish/Microsoft.IdentityModel.Abstractions.dll
Normal file
Binary file not shown.
BIN
publish/Microsoft.IdentityModel.JsonWebTokens.dll
Normal file
BIN
publish/Microsoft.IdentityModel.JsonWebTokens.dll
Normal file
Binary file not shown.
BIN
publish/Microsoft.IdentityModel.Logging.dll
Normal file
BIN
publish/Microsoft.IdentityModel.Logging.dll
Normal file
Binary file not shown.
BIN
publish/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
Normal file
BIN
publish/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
Normal file
Binary file not shown.
BIN
publish/Microsoft.IdentityModel.Protocols.dll
Normal file
BIN
publish/Microsoft.IdentityModel.Protocols.dll
Normal file
Binary file not shown.
BIN
publish/Microsoft.IdentityModel.Tokens.dll
Normal file
BIN
publish/Microsoft.IdentityModel.Tokens.dll
Normal file
Binary file not shown.
BIN
publish/Microsoft.OpenApi.dll
Normal file
BIN
publish/Microsoft.OpenApi.dll
Normal file
Binary file not shown.
BIN
publish/Swashbuckle.AspNetCore.Swagger.dll
Normal file
BIN
publish/Swashbuckle.AspNetCore.Swagger.dll
Normal file
Binary file not shown.
BIN
publish/Swashbuckle.AspNetCore.SwaggerGen.dll
Normal file
BIN
publish/Swashbuckle.AspNetCore.SwaggerGen.dll
Normal file
Binary file not shown.
BIN
publish/Swashbuckle.AspNetCore.SwaggerUI.dll
Normal file
BIN
publish/Swashbuckle.AspNetCore.SwaggerUI.dll
Normal file
Binary file not shown.
BIN
publish/System.IdentityModel.Tokens.Jwt.dll
Normal file
BIN
publish/System.IdentityModel.Tokens.Jwt.dll
Normal file
Binary file not shown.
8
publish/appsettings.Development.json
Normal file
8
publish/appsettings.Development.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
publish/appsettings.json
Normal file
15
publish/appsettings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"JwtSettings": {
|
||||
"Key": "SUPER_HEMLIG_NYCKEL_1234567890_I_WANT_MORE_SEX",
|
||||
"Issuer": "MyApp",
|
||||
"Audience": "MyAppUsers",
|
||||
"ExpireMinutes": 60
|
||||
}
|
||||
}
|
||||
11
publish/web.config
Normal file
11
publish/web.config
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\Homework.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user