Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Šůstek committed Jan 12, 2024
1 parent d0e9e16 commit b364243
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="NUnit.Analyzers" Version="3.10.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>
</Project>
11 changes: 1 addition & 10 deletions examples/DancingGoat/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -981,16 +981,7 @@
"dependencies": {
"Kentico.Xperience.Admin": "[28.1.0, )",
"Kentico.Xperience.WebApp": "[28.1.0, )",
"System.Linq.Async": "[6.0.1, )"
}
},
"System.Linq.Async": {
"type": "CentralTransitive",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
"System.Linq.Async": "(, )"
}
}
}
Expand Down
11 changes: 1 addition & 10 deletions tests/Kentico.Xperience.TagManager.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@
"dependencies": {
"Kentico.Xperience.Admin": "[28.1.0, )",
"Kentico.Xperience.WebApp": "[28.1.0, )",
"System.Linq.Async": "[6.0.1, )"
"System.Linq.Async": "(, )"
}
},
"Kentico.Xperience.Admin": {
Expand Down Expand Up @@ -972,15 +972,6 @@
"Microsoft.Extensions.Localization": "6.0.25",
"System.Runtime.Caching": "8.0.0"
}
},
"System.Linq.Async": {
"type": "CentralTransitive",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0"
}
}
}
}
Expand Down

0 comments on commit b364243

Please sign in to comment.