Skip to content

Commit cf5a030

Browse files
committed
obj files
1 parent 4cd8911 commit cf5a030

30 files changed

+3175
-16
lines changed

Ecommerce.Bl.Test/obj/Ecommerce.Bl.Test.csproj.nuget.dgspec.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@
163163
"target": "Package",
164164
"version": "[8.0.18, )"
165165
},
166+
"Microsoft.EntityFrameworkCore.SqlServer": {
167+
"target": "Package",
168+
"version": "[8.0.18, )"
169+
},
166170
"System.IdentityModel.Tokens.Jwt": {
167171
"target": "Package",
168172
"version": "[8.12.1, )"

Ecommerce.Bl.Test/obj/project.assets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,7 @@
14581458
"Ecommerce.Entity": "1.0.0",
14591459
"LinqKit.Microsoft.EntityFrameworkCore": "8.1.8",
14601460
"Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.18",
1461+
"Microsoft.EntityFrameworkCore.SqlServer": "8.0.18",
14611462
"System.IdentityModel.Tokens.Jwt": "8.12.1"
14621463
},
14631464
"compile": {

Ecommerce.Bl.Test/obj/project.nuget.cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"dgSpecHash": "QR725koOswM=",
3+
"dgSpecHash": "IpAknjGiIts=",
44
"success": true,
55
"projectFilePath": "C:\\Users\\tipil\\RiderProjects\\Ecommerce\\Ecommerce.Bl.Test\\Ecommerce.Bl.Test.csproj",
66
"expectedPackageFiles": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17550681795784110
1+
17577106065646263

Ecommerce.Bl/obj/Ecommerce.Bl.csproj.nuget.dgspec.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
},
9393
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.302/PortableRuntimeIdentifierGraph.json"
9494
}
95+
},
96+
"runtimes": {
97+
"linux-x64": {
98+
"#import": []
99+
}
95100
}
96101
},
97102
"C:\\Users\\tipil\\RiderProjects\\Ecommerce\\Ecommerce.Dao.Spi\\Ecommerce.Dao.Spi.csproj": {
@@ -175,6 +180,11 @@
175180
},
176181
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.302/PortableRuntimeIdentifierGraph.json"
177182
}
183+
},
184+
"runtimes": {
185+
"linux-x64": {
186+
"#import": []
187+
}
178188
}
179189
},
180190
"C:\\Users\\tipil\\RiderProjects\\Ecommerce\\Ecommerce.Entity.Common\\Ecommerce.Entity.Common.csproj": {
@@ -240,6 +250,11 @@
240250
},
241251
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.302/PortableRuntimeIdentifierGraph.json"
242252
}
253+
},
254+
"runtimes": {
255+
"linux-x64": {
256+
"#import": []
257+
}
243258
}
244259
},
245260
"C:\\Users\\tipil\\RiderProjects\\Ecommerce\\Ecommerce.Entity\\Ecommerce.Entity.csproj": {
@@ -309,6 +324,11 @@
309324
},
310325
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.302/PortableRuntimeIdentifierGraph.json"
311326
}
327+
},
328+
"runtimes": {
329+
"linux-x64": {
330+
"#import": []
331+
}
312332
}
313333
}
314334
}

0 commit comments

Comments
 (0)