This commit is contained in:
Naumann 2020-05-27 14:37:26 +02:00
parent 3829944848
commit 62edba4f2c
58 changed files with 4795 additions and 4 deletions

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,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"
]
}
}

View File

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "3.1.0"
},
"configProperties": {
"System.GC.Server": true
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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"
}
}
}
}

Binary file not shown.

View File

@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}

View File

@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}

View File

@ -45,7 +45,7 @@
"dependencies": {
"Microsoft.EntityFrameworkCore.SqlServer": {
"target": "Package",
"version": "[*, )"
"version": "[3.1.4, )"
}
},
"imports": [

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
//[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]

View File

@ -0,0 +1 @@
ed9291efb2fcd04a6651c23e6d75ec73cb57b20c

View File

@ -0,0 +1 @@
4d290d0ca17fbd21953f82fd21ecd2e0e16f437d

View File

@ -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.

Binary file not shown.

View File

@ -0,0 +1 @@
86c8e15dd33445635927cfaf398408205fd11473

Binary file not shown.

View File

@ -0,0 +1 @@
<StaticWebAssets Version="1.0" />

View File

@ -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": [

View File

@ -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": [