update
This commit is contained in:
parent
3829944848
commit
62edba4f2c
58 changed files with 4795 additions and 4 deletions
4659
bin/Debug/netcoreapp3.1/BuecherwurmAPI.deps.json
Normal file
4659
bin/Debug/netcoreapp3.1/BuecherwurmAPI.deps.json
Normal file
File diff suppressed because it is too large
Load diff
BIN
bin/Debug/netcoreapp3.1/BuecherwurmAPI.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/BuecherwurmAPI.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/BuecherwurmAPI.exe
Normal file
BIN
bin/Debug/netcoreapp3.1/BuecherwurmAPI.exe
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/BuecherwurmAPI.pdb
Normal file
BIN
bin/Debug/netcoreapp3.1/BuecherwurmAPI.pdb
Normal file
Binary file not shown.
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\naumanfe\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\naumanfe\\.nuget\\packages",
|
||||
"C:\\Microsoft\\Xamarin\\NuGet",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
]
|
||||
}
|
||||
}
|
12
bin/Debug/netcoreapp3.1/BuecherwurmAPI.runtimeconfig.json
Normal file
12
bin/Debug/netcoreapp3.1/BuecherwurmAPI.runtimeconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp3.1",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true
|
||||
}
|
||||
}
|
||||
}
|
BIN
bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Bcl.HashCode.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Data.SqlClient.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.EntityFrameworkCore.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Configuration.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Logging.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Options.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Extensions.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/Microsoft.Identity.Client.dll
Normal file
Binary file not shown.
30
bin/Debug/netcoreapp3.1/Properties/launchSettings.json
Normal file
30
bin/Debug/netcoreapp3.1/Properties/launchSettings.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:5975",
|
||||
"sslPort": 44376
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"launchUrl": "weatherforecast",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"BuecherwurmAPI": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"launchUrl": "weatherforecast",
|
||||
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
BIN
bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/System.Collections.Immutable.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/System.Runtime.Caching.dll
Normal file
Binary file not shown.
Binary file not shown.
9
bin/Debug/netcoreapp3.1/appsettings.Development.json
Normal file
9
bin/Debug/netcoreapp3.1/appsettings.Development.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
10
bin/Debug/netcoreapp3.1/appsettings.json
Normal file
10
bin/Debug/netcoreapp3.1/appsettings.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
Binary file not shown.
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/runtimes/win-arm64/native/sni.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/runtimes/win-x64/native/sni.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll
Normal file
BIN
bin/Debug/netcoreapp3.1/runtimes/win-x86/native/sni.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -45,7 +45,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": {
|
||||
"target": "Package",
|
||||
"version": "[*, )"
|
||||
"version": "[3.1.4, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
//[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
|
|
@ -0,0 +1 @@
|
|||
ed9291efb2fcd04a6651c23e6d75ec73cb57b20c
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
4d290d0ca17fbd21953f82fd21ecd2e0e16f437d
|
|
@ -0,0 +1,53 @@
|
|||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\appsettings.Development.json
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\appsettings.json
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Properties\launchSettings.json
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\BuecherwurmAPI.exe
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\BuecherwurmAPI.deps.json
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\BuecherwurmAPI.runtimeconfig.json
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\BuecherwurmAPI.runtimeconfig.dev.json
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\BuecherwurmAPI.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\BuecherwurmAPI.pdb
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Bcl.HashCode.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.EntityFrameworkCore.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.EntityFrameworkCore.Relational.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.EntityFrameworkCore.SqlServer.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Caching.Abstractions.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Caching.Memory.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Configuration.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Configuration.Binder.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.DependencyInjection.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Logging.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Logging.Abstractions.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Options.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Extensions.Primitives.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\Microsoft.Identity.Client.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\System.Collections.Immutable.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\System.Configuration.ConfigurationManager.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\System.Runtime.Caching.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\System.Security.Cryptography.ProtectedData.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\Microsoft.Data.SqlClient.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\Microsoft.Data.SqlClient.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\runtimes\win-arm64\native\sni.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\sni.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\sni.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.0\System.Runtime.Caching.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Runtime.Caching.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\bin\Debug\netcoreapp3.1\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.csprojAssemblyReference.cache
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.AssemblyInfoInputs.cache
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.AssemblyInfo.cs
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.csproj.CoreCompileInputs.cache
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.MvcApplicationPartsAssemblyInfo.cache
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.RazorTargetAssemblyInfo.cache
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.csproj.CopyComplete
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\staticwebassets\BuecherwurmAPI.StaticWebAssets.Manifest.cache
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\staticwebassets\BuecherwurmAPI.StaticWebAssets.xml
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.dll
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.pdb
|
||||
H:\Eigene Dateien\Ausbildungsmodule\BuecherwurmAPI\obj\Debug\netcoreapp3.1\BuecherwurmAPI.genruntimeconfig.cache
|
Binary file not shown.
BIN
obj/Debug/netcoreapp3.1/BuecherwurmAPI.dll
Normal file
BIN
obj/Debug/netcoreapp3.1/BuecherwurmAPI.dll
Normal file
Binary file not shown.
BIN
obj/Debug/netcoreapp3.1/BuecherwurmAPI.exe
Normal file
BIN
obj/Debug/netcoreapp3.1/BuecherwurmAPI.exe
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
86c8e15dd33445635927cfaf398408205fd11473
|
BIN
obj/Debug/netcoreapp3.1/BuecherwurmAPI.pdb
Normal file
BIN
obj/Debug/netcoreapp3.1/BuecherwurmAPI.pdb
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
<StaticWebAssets Version="1.0" />
|
|
@ -4880,7 +4880,7 @@
|
|||
},
|
||||
"projectFileDependencyGroups": {
|
||||
".NETCoreApp,Version=v3.1": [
|
||||
"Microsoft.EntityFrameworkCore.SqlServer >= *"
|
||||
"Microsoft.EntityFrameworkCore.SqlServer >= 3.1.4"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
|
@ -4929,7 +4929,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": {
|
||||
"target": "Package",
|
||||
"version": "[*, )"
|
||||
"version": "[3.1.4, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "OkbqxLsGjU/phS1fK6Q8gWXFT1I3jAMGVLTXFmQoLfQnRjbFTIRgn7Gt3w6sZMaf2VZB9SA3+No4We61QEwT+A==",
|
||||
"dgSpecHash": "0Hc6ftAuBi17RXVX7ZCzhfrIVPnCeLZL+gos89KUdY02RWU6H8xQxXe7IFtY+gXiaNtDfsTOeT9vDEUrzI2ewA==",
|
||||
"success": true,
|
||||
"projectFilePath": "H:\\Eigene Dateien\\Ausbildungsmodule\\BuecherwurmAPI\\BuecherwurmAPI.csproj",
|
||||
"expectedPackageFiles": [
|
||||
|
|
Loading…
Reference in a new issue