Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
update: lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrise committed Jun 30, 2022
1 parent e978706 commit 11edc1d
Show file tree
Hide file tree
Showing 10 changed files with 5,154 additions and 2,936 deletions.
4 changes: 2 additions & 2 deletions eng/update-sln.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

dotnet new sln --force -n axis
dotnet sln axis.sln add ./src/**/*.csproj
dotnet sln axis.sln add ./test/**/*.csproj
dotnet sln axis.sln add ./refs/core/src/**/*.csproj
dotnet sln axis.sln add ./refs/core/test/**/*.csproj
dotnet sln axis.sln add ./src/**/*.csproj
dotnet sln axis.sln add ./test/**/*.csproj
81 changes: 81 additions & 0 deletions lock/linux-x64/Omnius.Axis.Daemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,81 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Nito.AsyncEx": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "hq+N63M/2znx2z1VzvPDHNg+HIWKdIloEZre+P7E0O+2iRf1Q4HBOgeiJU6SzFD/fWoyKyKSSSrekk4RgiXaeQ==",
"dependencies": {
"Nito.AsyncEx.Context": "5.1.2",
"Nito.AsyncEx.Coordination": "5.1.2",
"Nito.AsyncEx.Interop.WaitHandles": "5.1.2",
"Nito.AsyncEx.Oop": "5.1.2",
"Nito.AsyncEx.Tasks": "5.1.2",
"Nito.Cancellation": "1.1.2"
}
},
"Nito.AsyncEx.Context": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "rMwL7Nj3oNyvFu/jxUzQ/YBobEkM2RQHe+5mpCDRyq6mfD7vCj7Z3rjB6XgpM6Mqcx1CA2xGv0ascU/2Xk8IIg==",
"dependencies": {
"Nito.AsyncEx.Tasks": "5.1.2"
}
},
"Nito.AsyncEx.Coordination": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==",
"dependencies": {
"Nito.AsyncEx.Tasks": "5.1.2",
"Nito.Collections.Deque": "1.1.1"
}
},
"Nito.AsyncEx.Interop.WaitHandles": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "qym29lFBCSIacKvFcJDW+beXzuO+6y9lWdd1KecxzzAqtNuvlYgNPwIsxwdhEINLhTT4aDuCM3JalpUZYWI51Q==",
"dependencies": {
"Nito.AsyncEx.Tasks": "5.1.2"
}
},
"Nito.AsyncEx.Oop": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "MxQl/NFoPgMApyjbB2fSZBrjdf9r6ODd/BTrWLyJKYX6UeNfw0Ocr0cPiTg2LRN0Ayud8Gj4dh67AdasNn709Q==",
"dependencies": {
"Nito.AsyncEx.Coordination": "5.1.2"
}
},
"Nito.AsyncEx.Tasks": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==",
"dependencies": {
"Nito.Disposables": "2.2.1"
}
},
"Nito.Cancellation": {
"type": "Transitive",
"resolved": "1.1.2",
"contentHash": "Z+SZKp0KxMC6tEVbXe8ah4pBJadyqP0pObQMaZcBavhIDEIsGuxt7PL+B9AiNJD3Ni5VgnZsnii5HPJgVDE81w==",
"dependencies": {
"Nito.Disposables": "2.2.1"
}
},
"Nito.Collections.Deque": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q=="
},
"Nito.Disposables": {
"type": "Transitive",
"resolved": "2.2.1",
"contentHash": "6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==",
"dependencies": {
"System.Collections.Immutable": "1.7.1"
}
},
"NLog.Schema": {
"type": "Transitive",
"resolved": "4.7.13",
Expand Down Expand Up @@ -96,6 +171,11 @@
"System.Runtime": "4.3.0"
}
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "1.7.1",
"contentHash": "B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q=="
},
"System.Diagnostics.Debug": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down Expand Up @@ -419,6 +499,7 @@
"dependencies": {
"LiteDB": "5.0.11",
"NLog": "4.7.13",
"Nito.AsyncEx": "5.1.2",
"Omnius.Core": "0.0.1-alpha.1",
"Omnius.Core.Pipelines": "0.0.1-alpha.1",
"Omnius.Core.RocketPack": "0.0.1-alpha.1",
Expand Down
81 changes: 81 additions & 0 deletions lock/linux-x64/Omnius.Axis.Engines.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,81 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"Nito.AsyncEx": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "hq+N63M/2znx2z1VzvPDHNg+HIWKdIloEZre+P7E0O+2iRf1Q4HBOgeiJU6SzFD/fWoyKyKSSSrekk4RgiXaeQ==",
"dependencies": {
"Nito.AsyncEx.Context": "5.1.2",
"Nito.AsyncEx.Coordination": "5.1.2",
"Nito.AsyncEx.Interop.WaitHandles": "5.1.2",
"Nito.AsyncEx.Oop": "5.1.2",
"Nito.AsyncEx.Tasks": "5.1.2",
"Nito.Cancellation": "1.1.2"
}
},
"Nito.AsyncEx.Context": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "rMwL7Nj3oNyvFu/jxUzQ/YBobEkM2RQHe+5mpCDRyq6mfD7vCj7Z3rjB6XgpM6Mqcx1CA2xGv0ascU/2Xk8IIg==",
"dependencies": {
"Nito.AsyncEx.Tasks": "5.1.2"
}
},
"Nito.AsyncEx.Coordination": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==",
"dependencies": {
"Nito.AsyncEx.Tasks": "5.1.2",
"Nito.Collections.Deque": "1.1.1"
}
},
"Nito.AsyncEx.Interop.WaitHandles": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "qym29lFBCSIacKvFcJDW+beXzuO+6y9lWdd1KecxzzAqtNuvlYgNPwIsxwdhEINLhTT4aDuCM3JalpUZYWI51Q==",
"dependencies": {
"Nito.AsyncEx.Tasks": "5.1.2"
}
},
"Nito.AsyncEx.Oop": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "MxQl/NFoPgMApyjbB2fSZBrjdf9r6ODd/BTrWLyJKYX6UeNfw0Ocr0cPiTg2LRN0Ayud8Gj4dh67AdasNn709Q==",
"dependencies": {
"Nito.AsyncEx.Coordination": "5.1.2"
}
},
"Nito.AsyncEx.Tasks": {
"type": "Transitive",
"resolved": "5.1.2",
"contentHash": "jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==",
"dependencies": {
"Nito.Disposables": "2.2.1"
}
},
"Nito.Cancellation": {
"type": "Transitive",
"resolved": "1.1.2",
"contentHash": "Z+SZKp0KxMC6tEVbXe8ah4pBJadyqP0pObQMaZcBavhIDEIsGuxt7PL+B9AiNJD3Ni5VgnZsnii5HPJgVDE81w==",
"dependencies": {
"Nito.Disposables": "2.2.1"
}
},
"Nito.Collections.Deque": {
"type": "Transitive",
"resolved": "1.1.1",
"contentHash": "CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q=="
},
"Nito.Disposables": {
"type": "Transitive",
"resolved": "2.2.1",
"contentHash": "6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==",
"dependencies": {
"System.Collections.Immutable": "1.7.1"
}
},
"Sprache": {
"type": "Transitive",
"resolved": "2.3.1",
Expand All @@ -56,6 +131,11 @@
"System.Runtime": "4.3.0"
}
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "1.7.1",
"contentHash": "B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q=="
},
"System.Diagnostics.Debug": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down Expand Up @@ -352,6 +432,7 @@
"dependencies": {
"LiteDB": "5.0.11",
"NLog": "4.7.13",
"Nito.AsyncEx": "5.1.2",
"Omnius.Core": "0.0.1-alpha.1",
"Omnius.Core.Pipelines": "0.0.1-alpha.1",
"Omnius.Core.RocketPack": "0.0.1-alpha.1",
Expand Down
Loading

0 comments on commit 11edc1d

Please sign in to comment.