Skip to content

Commit b0a4ba8

Browse files
committed
Update: Backend Working
1 parent d0bcb9a commit b0a4ba8

70 files changed

Lines changed: 48 additions & 923 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 31 additions & 6 deletions

dotnet/bin/Release/net7.0/BudgetManagement.API.deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,4 +1180,4 @@
11801180
"hashPath": "system.windows.extensions.5.0.0.nupkg.sha512"
11811181
}
11821182
}
1183-
}
1183+
}

dotnet/bin/Release/net7.0/BudgetManagement.API.runtimeconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
1919
}
2020
}
21-
}
21+
}

dotnet/obj/BudgetManagement.API.csproj.nuget.dgspec.json

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@
1313
"packagesPath": "/root/.nuget/packages/",
1414
"outputPath": "/workspace/obj/",
1515
"projectStyle": "PackageReference",
16-
"configFilePaths": [
17-
"/workspace/nuget.config",
18-
"/root/.nuget/NuGet/NuGet.Config"
19-
],
20-
"originalTargetFrameworks": [
21-
"net7.0"
22-
],
16+
"configFilePaths": ["/workspace/nuget.config", "/root/.nuget/NuGet/NuGet.Config"],
17+
"originalTargetFrameworks": ["net7.0"],
2318
"sources": {
2419
"https://api.nuget.org/v3/index.json": {},
2520
"https://nuget.pkg.github.com/hoangsonww/index.json": {}
@@ -31,9 +26,7 @@
3126
}
3227
},
3328
"warningProperties": {
34-
"warnAsError": [
35-
"NU1605"
36-
]
29+
"warnAsError": ["NU1605"]
3730
}
3831
},
3932
"frameworks": {
@@ -54,15 +47,7 @@
5447
"version": "[6.4.0, )"
5548
}
5649
},
57-
"imports": [
58-
"net461",
59-
"net462",
60-
"net47",
61-
"net471",
62-
"net472",
63-
"net48",
64-
"net481"
65-
],
50+
"imports": ["net461", "net462", "net47", "net471", "net472", "net48", "net481"],
6651
"assetTargetFallback": true,
6752
"warn": true,
6853
"frameworkReferences": {
@@ -78,4 +63,4 @@
7863
}
7964
}
8065
}
81-
}
66+
}

dotnet/obj/Release/net7.0/staticwebassets.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"ReferencedProjectsConfiguration": [],
99
"DiscoveryPatterns": [],
1010
"Assets": []
11-
}
11+
}

dotnet/obj/project.assets.json

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -600,9 +600,7 @@
600600
"related": ".pdb"
601601
}
602602
},
603-
"frameworkReferences": [
604-
"Microsoft.AspNetCore.App"
605-
]
603+
"frameworkReferences": ["Microsoft.AspNetCore.App"]
606604
},
607605
"Swashbuckle.AspNetCore.SwaggerGen/6.4.0": {
608606
"type": "package",
@@ -632,9 +630,7 @@
632630
"related": ".pdb"
633631
}
634632
},
635-
"frameworkReferences": [
636-
"Microsoft.AspNetCore.App"
637-
]
633+
"frameworkReferences": ["Microsoft.AspNetCore.App"]
638634
},
639635
"System.Buffers/4.5.1": {
640636
"type": "package",
@@ -3138,11 +3134,7 @@
31383134
}
31393135
},
31403136
"projectFileDependencyGroups": {
3141-
"net7.0": [
3142-
"Microsoft.EntityFrameworkCore.SqlServer >= 7.0.0",
3143-
"Microsoft.EntityFrameworkCore.Tools >= 7.0.0",
3144-
"Swashbuckle.AspNetCore >= 6.4.0"
3145-
]
3137+
"net7.0": ["Microsoft.EntityFrameworkCore.SqlServer >= 7.0.0", "Microsoft.EntityFrameworkCore.Tools >= 7.0.0", "Swashbuckle.AspNetCore >= 6.4.0"]
31463138
},
31473139
"packageFolders": {
31483140
"/root/.nuget/packages/": {}
@@ -3156,13 +3148,8 @@
31563148
"packagesPath": "/root/.nuget/packages/",
31573149
"outputPath": "/workspace/obj/",
31583150
"projectStyle": "PackageReference",
3159-
"configFilePaths": [
3160-
"/workspace/nuget.config",
3161-
"/root/.nuget/NuGet/NuGet.Config"
3162-
],
3163-
"originalTargetFrameworks": [
3164-
"net7.0"
3165-
],
3151+
"configFilePaths": ["/workspace/nuget.config", "/root/.nuget/NuGet/NuGet.Config"],
3152+
"originalTargetFrameworks": ["net7.0"],
31663153
"sources": {
31673154
"https://api.nuget.org/v3/index.json": {},
31683155
"https://nuget.pkg.github.com/hoangsonww/index.json": {}
@@ -3174,9 +3161,7 @@
31743161
}
31753162
},
31763163
"warningProperties": {
3177-
"warnAsError": [
3178-
"NU1605"
3179-
]
3164+
"warnAsError": ["NU1605"]
31803165
}
31813166
},
31823167
"frameworks": {
@@ -3197,15 +3182,7 @@
31973182
"version": "[6.4.0, )"
31983183
}
31993184
},
3200-
"imports": [
3201-
"net461",
3202-
"net462",
3203-
"net47",
3204-
"net471",
3205-
"net472",
3206-
"net48",
3207-
"net481"
3208-
],
3185+
"imports": ["net461", "net462", "net47", "net471", "net472", "net48", "net481"],
32093186
"assetTargetFallback": true,
32103187
"warn": true,
32113188
"frameworkReferences": {
@@ -3220,4 +3197,4 @@
32203197
}
32213198
}
32223199
}
3223-
}
3200+
}
-17 Bytes
Binary file not shown.
-27.5 KB
Binary file not shown.
-74.1 KB
Binary file not shown.
-18.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)