Skip to content

Commit

Permalink
update atsex to bveex
Browse files Browse the repository at this point in the history
  • Loading branch information
stop-pattern committed Dec 22, 2024
1 parent 0690a93 commit de30c4f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 37 deletions.
4 changes: 2 additions & 2 deletions CommEx/CommEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AtsEx.CoreExtensions" Version="1.0.0-rc9">
<PackageReference Include="BveEx.CoreExtensions" Version="2.0.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="AtsEx.PluginHost" Version="1.0.0-rc9">
<PackageReference Include="BveEx.Diagnostics" Version="2.0.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
47 changes: 12 additions & 35 deletions CommEx/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,25 @@
"version": 1,
"dependencies": {
".NETFramework,Version=v4.8": {
"AtsEx.CoreExtensions": {
"BveEx.CoreExtensions": {
"type": "Direct",
"requested": "[1.0.0-rc9, )",
"resolved": "1.0.0-rc9",
"contentHash": "b9KGmP9t37+L+9xt2NnI7a/mCh6i8A2Vodx6w/CkwT08bPqe9IsfCt/nSIT0Q8DghTU2nykSN/BBP1TCSH/0ng==",
"requested": "[2.0.0, )",
"resolved": "2.0.0",
"contentHash": "GEjHTJbW9BiDOXVBsvwtX9TpNF3l9uzvjXgPicHhp/dOWheJwWLVQQFFEEwHQPuSPIOu4uWEwBJc8xUPtCsTcg==",
"dependencies": {
"AtsEx.PluginHost": "1.0.0-rc1",
"ObjectiveHarmonyPatch": "1.1.0"
"BveEx.PluginHost": "2.0.0"
}
},
"AtsEx.PluginHost": {
"BveEx.Diagnostics": {
"type": "Direct",
"requested": "[1.0.0-rc9, )",
"resolved": "1.0.0-rc9",
"contentHash": "UjhPUohYL8hiMCwvJGQ0IZ5ALcgesonhTGMPO9f2ZjbOMLyHtIdPZj3yeqWUxfX4RqkgKwRidvw9G9OQo61BQA==",
"dependencies": {
"SlimDX": "4.0.13.44",
"UnembeddedResources": "1.0.0"
}
},
"Lib.Harmony": {
"type": "Transitive",
"resolved": "2.2.2",
"contentHash": "70KvWz+DiUELxafsYL/LHxA/jH3PDWeApLo/VwtnrpTvRWQ/eUdPfS/l5funmhZWOy41QXw6UjVv+6C57Nx77A=="
},
"ObjectiveHarmonyPatch": {
"type": "Transitive",
"resolved": "1.1.0",
"contentHash": "tzKrRbZCURq3RpAGbTXZywNJ1sGI/4ia+8OJ6NiSPfhw0uCevXUcHGFlpIxgOQei/3JQKqUMH9aq+RvWUn/44g==",
"dependencies": {
"Lib.Harmony": "2.2.2"
}
},
"SlimDX": {
"type": "Transitive",
"resolved": "4.0.13.44",
"contentHash": "Oj8ICZ3tIGvd93s5W6wSWXckDb3payQCo4fWp7GKPwnnGck7wEHHBZwnwfJJTdNb+t+IYr4HJCu07YhZ82xrIg=="
"requested": "[2.0.0, )",
"resolved": "2.0.0",
"contentHash": "EbWQN8LVvTev+/0jopO024EekcUaPw9GNEwlQBvcb9SLUmlAyvkvydBzxjdXcZjINAaiHro6PMU6JEdn9nue7g=="
},
"UnembeddedResources": {
"BveEx.PluginHost": {
"type": "Transitive",
"resolved": "1.0.0",
"contentHash": "cZJ8PtsQwQ4EzShUiUdKz2blvj/r6v0/Tg5+43SsWBTpHhX79P05Srtu6ypiSPgOKePnpB5D/SM5HCyoaMQN6g=="
"resolved": "2.0.0",
"contentHash": "kH1aCuUFISW1/LFyNx1Jm0Y3j9evwzw+w7LLJ+ZUagA4FGLGDRdwPVsa5/vGaySwhOWDXPQdOAi0d0stB2KeZg=="
}
}
}
Expand Down

0 comments on commit de30c4f

Please sign in to comment.