diff --git a/paket.dependencies b/paket.dependencies index 65d6e923..47f4f2d6 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -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 \ No newline at end of file +nuget FSharp.Data ~> 3.0-beta diff --git a/src/Bolero.Templating.Server/paket.template b/src/Bolero.Templating.Server/paket.template new file mode 100644 index 00000000..59267eb4 --- /dev/null +++ b/src/Bolero.Templating.Server/paket.template @@ -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 diff --git a/src/Bolero.Templating/paket.template b/src/Bolero.Templating/paket.template index 8e2759c8..98ca13bf 100644 --- a/src/Bolero.Templating/paket.template +++ b/src/Bolero.Templating/paket.template @@ -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