merdan pc changes

This commit is contained in:
merdan 2022-11-01 18:49:18 +05:00
parent 63ba54535c
commit 495614a919
977 changed files with 172624 additions and 653 deletions

View File

@ -7,6 +7,6 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"ConnectionStrings": { "ConnectionStrings": {
"MvcContractContext": "Server=localhost;Database=clmDB;User Id=sa;Password=Qazwsx12" "MvcContractContext": "Server=.\\SQLEXPRESS;Database=clmDB2;User Id=admin;Password=qazwsx12"
} }
} }

View File

@ -7,6 +7,6 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"ConnectionStrings": { "ConnectionStrings": {
"MvcContractContext": "Server=localhost;Database=clmDB;User Id=sa;Password=Qazwsx12" "MvcContractContext": "Server=.\\SQLEXPRESS;Database=clmDB2;User Id=admin;Password=qazwsx12"
} }
} }

View File

@ -821,22 +821,22 @@
"runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-arm", "rid": "win-arm",
"assetType": "native", "assetType": "native",
"fileVersion": "0.0.0.0" "fileVersion": "2.1.1.0"
}, },
"runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-arm64", "rid": "win-arm64",
"assetType": "native", "assetType": "native",
"fileVersion": "0.0.0.0" "fileVersion": "2.1.1.0"
}, },
"runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-x64", "rid": "win-x64",
"assetType": "native", "assetType": "native",
"fileVersion": "0.0.0.0" "fileVersion": "2.1.1.0"
}, },
"runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-x86", "rid": "win-x86",
"assetType": "native", "assetType": "native",
"fileVersion": "0.0.0.0" "fileVersion": "2.1.1.0"
} }
} }
}, },

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View File

@ -0,0 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MvcContractContext": "Server=.\\SQLEXPRESS;Database=clmDB2;User Id=admin;Password=qazwsx12"
}
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,20 @@
{
"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.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

Some files were not shown because too many files have changed in this diff Show More