Initial commit
This commit is contained in:
BIN
C#/WebApplication/bin/Debug/net5.0/Microsoft.OpenApi.dll
Normal file
BIN
C#/WebApplication/bin/Debug/net5.0/Microsoft.OpenApi.dll
Normal file
Binary file not shown.
BIN
C#/WebApplication/bin/Debug/net5.0/MySqlConnector.dll
Normal file
BIN
C#/WebApplication/bin/Debug/net5.0/MySqlConnector.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3570
C#/WebApplication/bin/Debug/net5.0/WebApplication.deps.json
Normal file
3570
C#/WebApplication/bin/Debug/net5.0/WebApplication.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
C#/WebApplication/bin/Debug/net5.0/WebApplication.dll
Normal file
BIN
C#/WebApplication/bin/Debug/net5.0/WebApplication.dll
Normal file
Binary file not shown.
BIN
C#/WebApplication/bin/Debug/net5.0/WebApplication.exe
Normal file
BIN
C#/WebApplication/bin/Debug/net5.0/WebApplication.exe
Normal file
Binary file not shown.
BIN
C#/WebApplication/bin/Debug/net5.0/WebApplication.pdb
Normal file
BIN
C#/WebApplication/bin/Debug/net5.0/WebApplication.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\leon\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\leon\\.nuget\\packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "5.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
C#/WebApplication/bin/Debug/net5.0/appsettings.json
Normal file
10
C#/WebApplication/bin/Debug/net5.0/appsettings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
7
C#/WebApplication/bin/Debug/net5.0/global.json
Normal file
7
C#/WebApplication/bin/Debug/net5.0/global.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "5.0",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": true
|
||||
}
|
||||
}
|
||||
BIN
C#/WebApplication/bin/Debug/net5.0/ref/WebApplication.dll
Normal file
BIN
C#/WebApplication/bin/Debug/net5.0/ref/WebApplication.dll
Normal file
Binary file not shown.
BIN
C#/WebApplication/bin/Release/net5.0/Microsoft.OpenApi.dll
Normal file
BIN
C#/WebApplication/bin/Release/net5.0/Microsoft.OpenApi.dll
Normal file
Binary file not shown.
BIN
C#/WebApplication/bin/Release/net5.0/MySqlConnector.dll
Normal file
BIN
C#/WebApplication/bin/Release/net5.0/MySqlConnector.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3570
C#/WebApplication/bin/Release/net5.0/WebApplication.deps.json
Normal file
3570
C#/WebApplication/bin/Release/net5.0/WebApplication.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
C#/WebApplication/bin/Release/net5.0/WebApplication.dll
Normal file
BIN
C#/WebApplication/bin/Release/net5.0/WebApplication.dll
Normal file
Binary file not shown.
BIN
C#/WebApplication/bin/Release/net5.0/WebApplication.exe
Normal file
BIN
C#/WebApplication/bin/Release/net5.0/WebApplication.exe
Normal file
Binary file not shown.
BIN
C#/WebApplication/bin/Release/net5.0/WebApplication.pdb
Normal file
BIN
C#/WebApplication/bin/Release/net5.0/WebApplication.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\leon\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\leon\\.nuget\\packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "5.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
C#/WebApplication/bin/Release/net5.0/appsettings.json
Normal file
10
C#/WebApplication/bin/Release/net5.0/appsettings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
7
C#/WebApplication/bin/Release/net5.0/global.json
Normal file
7
C#/WebApplication/bin/Release/net5.0/global.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "5.0",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": true
|
||||
}
|
||||
}
|
||||
BIN
C#/WebApplication/bin/Release/net5.0/ref/WebApplication.dll
Normal file
BIN
C#/WebApplication/bin/Release/net5.0/ref/WebApplication.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user