Skip to content

Commit

Permalink
Unignored lock files.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaslundberg committed Apr 2, 2021
1 parent a022d49 commit 857fac9
Show file tree
Hide file tree
Showing 4 changed files with 2,289 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.HistoryData
Artifacts
.vs
*.lock.json
*UpgradeLog*
*.orig
#################
Expand Down
22 changes: 22 additions & 0 deletions src/Arbor.Aesculus.Core/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"dependencies": {
".NETStandard,Version=v2.0": {
"NETStandard.Library": {
"type": "Direct",
"requested": "[2.0.3, )",
"resolved": "2.0.3",
"contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0"
}
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.0",
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
}
},
".NETCoreApp,Version=v5.0": {}
}
}
Loading

0 comments on commit 857fac9

Please sign in to comment.