-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split HotReload NuGet package between client and server
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
type file | ||
id Bolero.HotReload.Server | ||
description | ||
Server-side component of the HTML template hot reloading for Bolero: a set of tools and libraries to run F# applications in WebAssembly using Blazor | ||
authors | ||
Loic Denuziere | ||
files | ||
../../build/Release/netstandard2.0/Bolero.Templating.Server.dll ==> lib/netstandard2.0 | ||
../../build/Release/netstandard2.0/Bolero.Templating.Server.xml ==> lib/netstandard2.0 | ||
dependencies | ||
Bolero.HotReload CURRENTVERSION | ||
Microsoft.AspNetCore.SignalR >= LOCKED:Minor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
type file | ||
id Bolero.HotReload | ||
description | ||
HTML template hot reloading for Bolero: a set of tools and libraries to run F# applications in WebAssembly using Blazor | ||
Client-side component of the HTML template hot reloading for Bolero: a set of tools and libraries to run F# applications in WebAssembly using Blazor | ||
authors | ||
Loic Denuziere | ||
files | ||
../../build/Release/netstandard2.0/Bolero.Templating.dll ==> lib/netstandard2.0 | ||
../../build/Release/netstandard2.0/Bolero.Templating.xml ==> lib/netstandard2.0 | ||
../../build/Release/netstandard2.0/Bolero.Templating.Server.dll ==> lib/netstandard2.0 | ||
../../build/Release/netstandard2.0/Bolero.Templating.Server.xml ==> lib/netstandard2.0 | ||
dependencies | ||
Bolero CURRENTVERSION | ||
HtmlAgilityPack >= LOCKED:Minor | ||
Blazor.Extensions.SignalR >= LOCKED:Minor | ||
Microsoft.AspNetCore.SignalR >= LOCKED:Minor |