Added Main
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
BIN
noteApi/obj/Debug/net8.0/apphost.exe
Normal file
BIN
noteApi/obj/Debug/net8.0/apphost.exe
Normal file
Binary file not shown.
22
noteApi/obj/Debug/net8.0/noteApi.AssemblyInfo.cs
Normal file
22
noteApi/obj/Debug/net8.0/noteApi.AssemblyInfo.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("noteApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d14f8285144757ccd16f1b49f4e99cc9b6576ceb")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("noteApi")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("noteApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
f55eef58129edf3203b1831235c995876dc72380ad3abebe5c01f087aca98615
|
||||
@@ -0,0 +1,19 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = noteApi
|
||||
build_property.RootNamespace = noteApi
|
||||
build_property.ProjectDir = D:\Programmieren\CSharp\NoteApp\noteApi\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = D:\Programmieren\CSharp\NoteApp\noteApi
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
17
noteApi/obj/Debug/net8.0/noteApi.GlobalUsings.g.cs
Normal file
17
noteApi/obj/Debug/net8.0/noteApi.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// <auto-generated/>
|
||||
global using global::Microsoft.AspNetCore.Builder;
|
||||
global using global::Microsoft.AspNetCore.Hosting;
|
||||
global using global::Microsoft.AspNetCore.Http;
|
||||
global using global::Microsoft.AspNetCore.Routing;
|
||||
global using global::Microsoft.Extensions.Configuration;
|
||||
global using global::Microsoft.Extensions.DependencyInjection;
|
||||
global using global::Microsoft.Extensions.Hosting;
|
||||
global using global::Microsoft.Extensions.Logging;
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Net.Http.Json;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
BIN
noteApi/obj/Debug/net8.0/noteApi.assets.cache
Normal file
BIN
noteApi/obj/Debug/net8.0/noteApi.assets.cache
Normal file
Binary file not shown.
BIN
noteApi/obj/Debug/net8.0/noteApi.csproj.AssemblyReference.cache
Normal file
BIN
noteApi/obj/Debug/net8.0/noteApi.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
fa6d557e6dfbe7d77c7861f1ccd4952a54a3a426efa55c5fecc31a1d8919af8c
|
||||
124
noteApi/obj/Debug/net8.0/noteApi.csproj.FileListAbsolute.txt
Normal file
124
noteApi/obj/Debug/net8.0/noteApi.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,124 @@
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\appsettings.Development.json
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\appsettings.json
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.exe
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.deps.json
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.runtimeconfig.json
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.pdb
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Humanizer.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.Cryptography.Internal.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.OpenApi.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Identity.Core.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Identity.Stores.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Options.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.OpenApi.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Mono.TextTemplating.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\MySqlConnector.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Pomelo.EntityFrameworkCore.MySql.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Swashbuckle.AspNetCore.Swagger.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.CodeDom.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.AttributedModel.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.Convention.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.Hosting.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.Runtime.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.TypedParts.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.csproj.AssemblyReference.cache
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.AssemblyInfoInputs.cache
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.AssemblyInfo.cs
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.csproj.CoreCompileInputs.cache
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.MvcApplicationPartsAssemblyInfo.cs
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.MvcApplicationPartsAssemblyInfo.cache
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets.build.json
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets.development.json
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets\msbuild.noteApi.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets\msbuild.build.noteApi.props
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.noteApi.props
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.noteApi.props
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets.pack.json
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\scopedcss\bundle\noteApi.styles.css
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.csproj.Up2Date
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\refint\noteApi.dll
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.pdb
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.genruntimeconfig.cache
|
||||
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\ref\noteApi.dll
|
||||
0
noteApi/obj/Debug/net8.0/noteApi.csproj.Up2Date
Normal file
0
noteApi/obj/Debug/net8.0/noteApi.csproj.Up2Date
Normal file
BIN
noteApi/obj/Debug/net8.0/noteApi.dll
Normal file
BIN
noteApi/obj/Debug/net8.0/noteApi.dll
Normal file
Binary file not shown.
1
noteApi/obj/Debug/net8.0/noteApi.genruntimeconfig.cache
Normal file
1
noteApi/obj/Debug/net8.0/noteApi.genruntimeconfig.cache
Normal file
@@ -0,0 +1 @@
|
||||
cafce16a8e6d3a8579fc2a2ae721faa736ab86d325113f3b1418524363584486
|
||||
BIN
noteApi/obj/Debug/net8.0/noteApi.pdb
Normal file
BIN
noteApi/obj/Debug/net8.0/noteApi.pdb
Normal file
Binary file not shown.
BIN
noteApi/obj/Debug/net8.0/ref/noteApi.dll
Normal file
BIN
noteApi/obj/Debug/net8.0/ref/noteApi.dll
Normal file
Binary file not shown.
BIN
noteApi/obj/Debug/net8.0/refint/noteApi.dll
Normal file
BIN
noteApi/obj/Debug/net8.0/refint/noteApi.dll
Normal file
Binary file not shown.
11
noteApi/obj/Debug/net8.0/staticwebassets.build.json
Normal file
11
noteApi/obj/Debug/net8.0/staticwebassets.build.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "vQpYWnGmEuINH0hW/PoMLg3Ke04oj5PpWm7/FGn2NUU=",
|
||||
"Source": "noteApi",
|
||||
"BasePath": "_content/noteApi",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Build",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [],
|
||||
"Assets": []
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="..\build\noteApi.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="..\buildMultiTargeting\noteApi.props" />
|
||||
</Project>
|
||||
28
noteApi/obj/noteApi.csproj.EntityFrameworkCore.targets
Normal file
28
noteApi/obj/noteApi.csproj.EntityFrameworkCore.targets
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Target Name="GetEFProjectMetadata">
|
||||
<MSBuild Condition=" '$(TargetFramework)' == '' "
|
||||
Projects="$(MSBuildProjectFile)"
|
||||
Targets="GetEFProjectMetadata"
|
||||
Properties="TargetFramework=$(TargetFrameworks.Split(';')[0]);EFProjectMetadataFile=$(EFProjectMetadataFile)" />
|
||||
<ItemGroup Condition=" '$(TargetFramework)' != '' ">
|
||||
<EFProjectMetadata Include="AssemblyName: $(AssemblyName)" />
|
||||
<EFProjectMetadata Include="Language: $(Language)" />
|
||||
<EFProjectMetadata Include="OutputPath: $(OutputPath)" />
|
||||
<EFProjectMetadata Include="Platform: $(Platform)" />
|
||||
<EFProjectMetadata Include="PlatformTarget: $(PlatformTarget)" />
|
||||
<EFProjectMetadata Include="ProjectAssetsFile: $(ProjectAssetsFile)" />
|
||||
<EFProjectMetadata Include="ProjectDir: $(ProjectDir)" />
|
||||
<EFProjectMetadata Include="RootNamespace: $(RootNamespace)" />
|
||||
<EFProjectMetadata Include="RuntimeFrameworkVersion: $(RuntimeFrameworkVersion)" />
|
||||
<EFProjectMetadata Include="TargetFileName: $(TargetFileName)" />
|
||||
<EFProjectMetadata Include="TargetFrameworkMoniker: $(TargetFrameworkMoniker)" />
|
||||
<EFProjectMetadata Include="Nullable: $(Nullable)" />
|
||||
<EFProjectMetadata Include="TargetFramework: $(TargetFramework)" />
|
||||
<EFProjectMetadata Include="TargetPlatformIdentifier: $(TargetPlatformIdentifier)" />
|
||||
</ItemGroup>
|
||||
<WriteLinesToFile Condition=" '$(TargetFramework)' != '' "
|
||||
File="$(EFProjectMetadataFile)"
|
||||
Lines="@(EFProjectMetadata)" />
|
||||
</Target>
|
||||
</Project>
|
||||
97
noteApi/obj/noteApi.csproj.nuget.dgspec.json
Normal file
97
noteApi/obj/noteApi.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\noteApi.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\noteApi.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\noteApi.csproj",
|
||||
"projectName": "noteApi",
|
||||
"projectPath": "D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\noteApi.csproj",
|
||||
"packagesPath": "C:\\Users\\Jonas\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Jonas\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.12, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.12, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.12, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.Tools": {
|
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
||||
"suppressParent": "All",
|
||||
"target": "Package",
|
||||
"version": "[8.0.12, )"
|
||||
},
|
||||
"Pomelo.EntityFrameworkCore.MySql": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.2, )"
|
||||
},
|
||||
"Swashbuckle.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[6.6.2, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.405/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
26
noteApi/obj/noteApi.csproj.nuget.g.props
Normal file
26
noteApi/obj/noteApi.csproj.nuget.g.props
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Jonas\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Jonas\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.6.2\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.6.2\build\Swashbuckle.AspNetCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.12\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.12\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.12\build\net8.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.12\build\net8.0\Microsoft.EntityFrameworkCore.Design.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\Jonas\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
|
||||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\Jonas\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
|
||||
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\Jonas\.nuget\packages\microsoft.entityframeworkcore.tools\8.0.12</PkgMicrosoft_EntityFrameworkCore_Tools>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
8
noteApi/obj/noteApi.csproj.nuget.g.targets
Normal file
8
noteApi/obj/noteApi.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.2\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.2\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\8.0.2\buildTransitive\net6.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\8.0.2\buildTransitive\net6.0\Microsoft.Extensions.Options.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
3198
noteApi/obj/project.assets.json
Normal file
3198
noteApi/obj/project.assets.json
Normal file
File diff suppressed because it is too large
Load Diff
68
noteApi/obj/project.nuget.cache
Normal file
68
noteApi/obj/project.nuget.cache
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "w4U/ryNULtg=",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\noteApi.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\8.0.12\\microsoft.aspnetcore.authentication.jwtbearer.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\8.0.12\\microsoft.aspnetcore.cryptography.internal.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.aspnetcore.cryptography.keyderivation\\8.0.12\\microsoft.aspnetcore.cryptography.keyderivation.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.aspnetcore.identity.entityframeworkcore\\8.0.12\\microsoft.aspnetcore.identity.entityframeworkcore.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.aspnetcore.openapi\\8.0.12\\microsoft.aspnetcore.openapi.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.3\\microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.codeanalysis.common\\4.5.0\\microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.5.0\\microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.5.0\\microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.5.0\\microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.12\\microsoft.entityframeworkcore.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.12\\microsoft.entityframeworkcore.abstractions.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.12\\microsoft.entityframeworkcore.analyzers.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.12\\microsoft.entityframeworkcore.design.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.12\\microsoft.entityframeworkcore.relational.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\8.0.12\\microsoft.entityframeworkcore.tools.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.apidescription.server\\6.0.5\\microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.1\\microsoft.extensions.caching.memory.8.0.1.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.1\\microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.2\\microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.identity.core\\8.0.12\\microsoft.extensions.identity.core.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.identity.stores\\8.0.12\\microsoft.extensions.identity.stores.8.0.12.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.logging\\8.0.1\\microsoft.extensions.logging.8.0.1.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.identitymodel.abstractions\\7.1.2\\microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\7.1.2\\microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.identitymodel.logging\\7.1.2\\microsoft.identitymodel.logging.7.1.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.identitymodel.protocols\\7.1.2\\microsoft.identitymodel.protocols.7.1.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\7.1.2\\microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.identitymodel.tokens\\7.1.2\\microsoft.identitymodel.tokens.7.1.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\microsoft.openapi\\1.6.14\\microsoft.openapi.1.6.14.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\mysqlconnector\\2.3.5\\mysqlconnector.2.3.5.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\pomelo.entityframeworkcore.mysql\\8.0.2\\pomelo.entityframeworkcore.mysql.8.0.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\swashbuckle.aspnetcore\\6.6.2\\swashbuckle.aspnetcore.6.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.6.2\\swashbuckle.aspnetcore.swagger.6.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.6.2\\swashbuckle.aspnetcore.swaggergen.6.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.6.2\\swashbuckle.aspnetcore.swaggerui.6.6.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.composition.hosting\\6.0.0\\system.composition.hosting.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.composition.runtime\\6.0.0\\system.composition.runtime.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.composition.typedparts\\6.0.0\\system.composition.typedparts.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.identitymodel.tokens.jwt\\7.1.2\\system.identitymodel.tokens.jwt.7.1.2.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.reflection.metadata\\6.0.1\\system.reflection.metadata.6.0.1.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
|
||||
"C:\\Users\\Jonas\\.nuget\\packages\\system.threading.channels\\6.0.0\\system.threading.channels.6.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
1
noteApi/obj/project.packagespec.json
Normal file
1
noteApi/obj/project.packagespec.json
Normal file
@@ -0,0 +1 @@
|
||||
"restore":{"projectUniqueName":"D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\noteApi.csproj","projectName":"noteApi","projectPath":"D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\noteApi.csproj","outputPath":"D:\\Programmieren\\CSharp\\NoteApp\\noteApi\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Microsoft.AspNetCore.Authentication.JwtBearer":{"target":"Package","version":"[8.0.12, )"},"Microsoft.AspNetCore.Identity.EntityFrameworkCore":{"target":"Package","version":"[8.0.12, )"},"Microsoft.AspNetCore.OpenApi":{"target":"Package","version":"[8.0.12, )"},"Microsoft.EntityFrameworkCore.Tools":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[8.0.12, )"},"Pomelo.EntityFrameworkCore.MySql":{"target":"Package","version":"[8.0.2, )"},"Swashbuckle.AspNetCore":{"target":"Package","version":"[6.6.2, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\8.0.405/PortableRuntimeIdentifierGraph.json"}}
|
||||
1
noteApi/obj/rider.project.model.nuget.info
Normal file
1
noteApi/obj/rider.project.model.nuget.info
Normal file
@@ -0,0 +1 @@
|
||||
17390167442336040
|
||||
1
noteApi/obj/rider.project.restore.info
Normal file
1
noteApi/obj/rider.project.restore.info
Normal file
@@ -0,0 +1 @@
|
||||
17390167442336040
|
||||
Reference in New Issue
Block a user