Skip to content

Commit

Permalink
Update paket.template for dotnet 8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
psymm authored Nov 18, 2023
1 parent 1e98ed5 commit b92adcd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Bolero/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ files
bin/Release/typeproviders/fsharp41/netstandard2.0/Microsoft.AspNetCore.Components.Web.dll ==> typeproviders/fsharp41/netstandard2.0
../Bolero.Html/bin/Release/net6.0/Bolero.Html.dll ==> lib/net6.0
../Bolero.Html/bin/Release/net6.0/Bolero.Html.xml ==> lib/net6.0
../Bolero.Html/bin/Release/net8.0/Bolero.Html.dll ==> lib/net8.0
../Bolero.Html/bin/Release/net8.0/Bolero.Html.xml ==> lib/net8.0
Bolero.targets ==> build
roots.xml ==> build
excludeddependencies
Expand All @@ -27,5 +29,5 @@ dependencies
Microsoft.JSInterop.WebAssembly ~> 7.0
Microsoft.AspNetCore.Components.WebAssembly ~> 7.0
framework: net8.0
Microsoft.JSInterop.WebAssembly >= 8.0-rc.2.23480.2
Microsoft.AspNetCore.Components.WebAssembly >= 8.0-rc.2.23480.2
Microsoft.JSInterop.WebAssembly ~> 8.0
Microsoft.AspNetCore.Components.WebAssembly ~> 8.0

0 comments on commit b92adcd

Please sign in to comment.