Skip to content

Commit

Permalink
Wasmtime 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Sep 27, 2022
1 parent 7e7df45 commit 3c44894
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Opa.Wasm.ConsoleSample/Opa.Wasm.ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.3.3" />
<PackageReference Include="Wasmtime" Version="0.40.0-preview1" />
<PackageReference Include="SharpZipLib" Version="1.4.0" />
<PackageReference Include="Wasmtime" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Opa.Wasm.UnitTests/Opa.Wasm.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Opa.Wasm/Opa.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="6.0.5" />
<PackageReference Include="Wasmtime" Version="0.40.0-preview1" />
<PackageReference Include="System.Text.Json" Version="6.0.6" />
<PackageReference Include="Wasmtime" Version="1.0.0" />
</ItemGroup>

</Project>

0 comments on commit 3c44894

Please sign in to comment.