Skip to content

Commit

Permalink
Wasmtime 19
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Mar 27, 2024
1 parent 27e2278 commit 8466ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Opa.Wasm.ConsoleSample/Opa.Wasm.ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Wasmtime" Version="17.0.0" />
<PackageReference Include="Wasmtime" Version="19.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Opa.Wasm/Opa.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="6.0.9" />
<PackageReference Include="Wasmtime" Version="17.0.0" />
<PackageReference Include="Wasmtime" Version="19.0.0" />
</ItemGroup>

</Project>

0 comments on commit 8466ab9

Please sign in to comment.