Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Data/DBInitializer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Security.Cryptography;
using System.Text;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using ValuationBackend.Models;

namespace ValuationBackend.Data
Expand Down
Binary file added obj/Debug/net8.0/ValuationBackend.assets.cache
Binary file not shown.
Binary file not shown.
128 changes: 128 additions & 0 deletions obj/ValuationBackend.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
{
"format": 1,
"restore": {
"C:\\VD\\appnew\\ValuationBackend\\ValuationBackend.csproj": {}
},
"projects": {
"C:\\VD\\appnew\\ValuationBackend\\ValuationBackend.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\VD\\appnew\\ValuationBackend\\ValuationBackend.csproj",
"projectName": "ValuationBackend",
"projectPath": "C:\\VD\\appnew\\ValuationBackend\\ValuationBackend.csproj",
"packagesPath": "C:\\Users\\samik\\.nuget\\packages\\",
"outputPath": "C:\\VD\\appnew\\ValuationBackend\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\samik\\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"
},
"SdkAnalysisLevel": "9.0.200"
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": {
"target": "Package",
"version": "[12.0.1, )"
},
"DotNetEnv": {
"target": "Package",
"version": "[3.1.1, )"
},
"Microsoft.AspNetCore.Authentication.JwtBearer": {
"target": "Package",
"version": "[8.0.0, )"
},
"Microsoft.AspNetCore.OpenApi": {
"target": "Package",
"version": "[8.0.14, )"
},
"Microsoft.EntityFrameworkCore": {
"target": "Package",
"version": "[9.0.5, )"
},
"Microsoft.EntityFrameworkCore.Design": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[9.0.4, )"
},
"Npgsql.EntityFrameworkCore.PostgreSQL": {
"target": "Package",
"version": "[9.0.4, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
"version": "[8.1.1, )"
},
"System.IdentityModel.Tokens.Jwt": {
"target": "Package",
"version": "[8.10.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[8.0.17, 8.0.17]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x64",
"version": "[8.0.17, 8.0.17]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[8.0.17, 8.0.17]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[8.0.17, 8.0.17]"
}
],
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
},
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.205/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}
Loading