Skip to content

Commit

Permalink
Update to Blazor 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed May 19, 2020
1 parent cf7af92 commit c26486c
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 390 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.201"
"version": "3.1.300"
}
}
14 changes: 6 additions & 8 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ nuget Microsoft.AspNetCore.Components.Authorization
nuget Microsoft.AspNetCore.Components.WebAssembly.Authentication
nuget Microsoft.Extensions.Configuration.Binder
nuget TaskBuilder.fs >= 2.1.0
nuget Microsoft.AspNetCore.Components.WebAssembly 3.2.0-rc1.20223.4
nuget Microsoft.AspNetCore.Components.WebAssembly.Build 3.2.0-rc1.20223.4
nuget Microsoft.AspNetCore.Components.WebAssembly.Server 3.2.0-rc1.20223.4 copy_local: true
nuget Microsoft.AspNetCore.Components.WebAssembly.DevServer 3.2.0-rc1.20223.4 copy_local: true
nuget Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation >= 3.1.2 lowest_matching: true, strategy: min
nuget System.Runtime.CompilerServices.Unsafe >= 4.7.1
nuget Microsoft.NETCore.Platforms 3.1.0
nuget Microsoft.AspNetCore.Components.WebAssembly
nuget Microsoft.AspNetCore.Components.WebAssembly.Build
nuget Microsoft.AspNetCore.Components.WebAssembly.Server
nuget Microsoft.AspNetCore.Components.WebAssembly.DevServer
nuget Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fsi
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fs

Expand Down Expand Up @@ -50,4 +48,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
Loading

0 comments on commit c26486c

Please sign in to comment.