Skip to content

Commit

Permalink
update package lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
rouke-broersma committed Dec 20, 2024
1 parent a22e5b9 commit b5f5d79
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net8.0": {
"net9.0": {
"coverlet.collector": {
"type": "Direct",
"requested": "[6.0.2, )",
Expand Down Expand Up @@ -77,11 +77,6 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand Down Expand Up @@ -141,9 +136,8 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )",
"Serilog": "[4.2.0, )"
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net8.0": {
"net9.0": {
"coverlet.collector": {
"type": "Direct",
"requested": "[6.0.2, )",
Expand Down Expand Up @@ -126,11 +126,6 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand All @@ -155,9 +150,8 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )",
"Serilog": "[4.2.0, )"
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net8.0": {
"net9.0": {
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.12.0, )",
Expand Down Expand Up @@ -66,11 +66,6 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand All @@ -90,9 +85,8 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )",
"Serilog": "[4.2.0, )"
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net8.0": {
"net9.0": {
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.12.0, )",
Expand Down Expand Up @@ -71,11 +71,6 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Serilog": {
"type": "Transitive",
"resolved": "4.2.0",
"contentHash": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "8.0.0",
Expand Down Expand Up @@ -135,9 +130,8 @@
"targetproject": {
"type": "Project",
"dependencies": {
"Library": "[4.4.1, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )",
"Serilog": "[4.2.0, )"
"Library": "[1.0.0, )",
"Microsoft.CodeAnalysis.Common": "[4.12.0, )"
}
}
}
Expand Down

0 comments on commit b5f5d79

Please sign in to comment.