Skip to content

Commit 40dbbee

Browse files
committed
Fix NuGet package dependencies
1 parent 82f8127 commit 40dbbee

4 files changed

Lines changed: 2 additions & 45 deletions

File tree

Binary file not shown.

01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/backend.csproj.nuget.dgspec.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,6 @@
5454
],
5555
"assetTargetFallback": true,
5656
"warn": true,
57-
"downloadDependencies": [
58-
{
59-
"name": "Microsoft.AspNetCore.App.Ref",
60-
"version": "[3.1.10, 3.1.10]"
61-
},
62-
{
63-
"name": "Microsoft.NETCore.App.Host.osx-x64",
64-
"version": "[3.1.32, 3.1.32]"
65-
},
66-
{
67-
"name": "Microsoft.NETCore.App.Ref",
68-
"version": "[3.1.0, 3.1.0]"
69-
}
70-
],
7157
"frameworkReferences": {
7258
"Microsoft.AspNetCore.App": {
7359
"privateAssets": "none"

01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/project.assets.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4955,20 +4955,6 @@
49554955
],
49564956
"assetTargetFallback": true,
49574957
"warn": true,
4958-
"downloadDependencies": [
4959-
{
4960-
"name": "Microsoft.AspNetCore.App.Ref",
4961-
"version": "[3.1.10, 3.1.10]"
4962-
},
4963-
{
4964-
"name": "Microsoft.NETCore.App.Host.osx-x64",
4965-
"version": "[3.1.32, 3.1.32]"
4966-
},
4967-
{
4968-
"name": "Microsoft.NETCore.App.Ref",
4969-
"version": "[3.1.0, 3.1.0]"
4970-
}
4971-
],
49724958
"frameworkReferences": {
49734959
"Microsoft.AspNetCore.App": {
49744960
"privateAssets": "none"
@@ -4982,12 +4968,6 @@
49824968
}
49834969
},
49844970
"logs": [
4985-
{
4986-
"code": "Undefined",
4987-
"level": "Warning",
4988-
"warningLevel": 1,
4989-
"message": "Problem reading the cache file /Users/gis/Desktop/Dev/bootcamp-devops-lemoncode/01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/project.nuget.cache : Invalid property identifier character: <. Path 'version', line 3, position 0."
4990-
},
49914971
{
49924972
"code": "NU1903",
49934973
"level": "Warning",

01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/project.nuget.cache

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"dgSpecHash": "ncsR3zy7lWV8Kmuhqyj/rXMwlGZXg2bqZZW9OAfbDH/lzshqnHNb1QuR8ViMFNKrJ8h3VsgwLpDKj8emHtEavw==",
3+
"dgSpecHash": "811y/NfuuVtQWsjIAlfpWFbnkxD+gZ/WlUmN6LXLI7c8HvzLo6x+shZcFXFeR2va/evxAdU7AT5LQi/Dvqtbiw==",
44
"success": true,
55
"projectFilePath": "/Users/gis/Desktop/Dev/bootcamp-devops-lemoncode/01-contenedores/lemoncode-challenge/dotnet-stack/backend/backend.csproj",
66
"expectedPackageFiles": [
@@ -84,18 +84,9 @@
8484
"/Users/gis/.nuget/packages/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg.sha512",
8585
"/Users/gis/.nuget/packages/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg.sha512",
8686
"/Users/gis/.nuget/packages/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg.sha512",
87-
"/Users/gis/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512",
88-
"/Users/gis/.nuget/packages/microsoft.netcore.app.ref/3.1.0/microsoft.netcore.app.ref.3.1.0.nupkg.sha512",
89-
"/Users/gis/.nuget/packages/microsoft.aspnetcore.app.ref/3.1.10/microsoft.aspnetcore.app.ref.3.1.10.nupkg.sha512",
90-
"/Users/gis/.nuget/packages/microsoft.netcore.app.host.osx-x64/3.1.32/microsoft.netcore.app.host.osx-x64.3.1.32.nupkg.sha512"
87+
"/Users/gis/.nuget/packages/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg.sha512"
9188
],
9289
"logs": [
93-
{
94-
"code": "Undefined",
95-
"level": "Warning",
96-
"warningLevel": 1,
97-
"message": "Problem reading the cache file /Users/gis/Desktop/Dev/bootcamp-devops-lemoncode/01-contenedores/lemoncode-challenge/dotnet-stack/backend/obj/project.nuget.cache : Invalid property identifier character: <. Path 'version', line 3, position 0."
98-
},
9990
{
10091
"code": "NU1903",
10192
"level": "Warning",

0 commit comments

Comments
 (0)