Skip to content

Commit

Permalink
Update the web assembly playground project
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Jan 15, 2023
1 parent 8277c8d commit 72759ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<AvaloniaVersion>11.0.999-cibuild0028643-beta</AvaloniaVersion>
<AvaloniaVersion>11.0.999-cibuild0028645-beta</AvaloniaVersion>
<FuncUIVersion>0.6.0-preview5</FuncUIVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.ReactiveUI" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Web.Blazor" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Browser.Blazor" Version="$(AvaloniaVersion)" />

<PackageReference Include="Bolero" Version="0.20.12" />
<PackageReference Include="Bolero.Build" Version="0.20.12" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ type App() =
inherit Application()

override this.Initialize() =
this.Styles.Add (FluentTheme(baseUri = null, Mode = FluentThemeMode.Light))
this.Styles.Add (FluentTheme(Mode = FluentThemeMode.Light))

override this.OnFrameworkInitializationCompleted() =
match this.ApplicationLifetime with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Examples.WebAssemblyPlayground

open System
open System.Net.Http
open Avalonia.Web.Blazor
open Avalonia.Browser.Blazor
open Bolero
open Bolero.Html
open Microsoft.AspNetCore.Components.WebAssembly.Hosting
Expand Down
1 change: 1 addition & 0 deletions src/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<configuration>
<packageSources>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<add key="AvaloniaCI" value="https://nuget.avaloniaui.net/repository/avalonia-all/index.json" />
</packageSources>
</configuration>

0 comments on commit 72759ee

Please sign in to comment.