Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- JavaScript plugin runtime. Jint is a pure-managed ES interpreter with no native deps,
so it works across the CLI and local Razor host. -->
<PackageVersion Include="Jint" Version="4.16.0" />
<PackageVersion Include="Jint" Version="4.16.1" />

<!-- Native desktop window for the local Razor host. Photino uses WebView2 on
Windows and WebKitGTK on Linux while keeping the existing Razor UI intact. -->
Expand Down Expand Up @@ -53,6 +53,6 @@
<!-- xUnit v2 has no dynamic skip, so a test that bailed out on a missing fixture or a missing
native library reported as PASSED. Whole suites could be vacuous with no signal. This adds
the [SkippableFact] the runner reports as skipped. Test-only; never shipped. -->
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.61" />
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.85" />
</ItemGroup>
</Project>