Skip to content

Commit

Permalink
Split HotReload NuGet package between client and server
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Feb 13, 2019
1 parent eb7187f commit 069c19c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ nuget Fake.IO.FileSystem
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Cli
nuget Fake.DotNet.Paket
nuget FSharp.Data ~> 3.0-beta
nuget FSharp.Data ~> 3.0-beta
12 changes: 12 additions & 0 deletions src/Bolero.Templating.Server/paket.template
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
5 changes: 1 addition & 4 deletions src/Bolero.Templating/paket.template
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

0 comments on commit 069c19c

Please sign in to comment.