Skip to content

Commit

Permalink
β1
Browse files Browse the repository at this point in the history
* Remove net7.0 target.

* Add net8.0 target.

* Update deps.
  • Loading branch information
brianrourkeboll committed May 15, 2024
1 parent 212f1c2 commit 6866739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>FSharp.AspNetCore.WebAppBuilder</PackageId>
<Version>0.1.0-alpha.12</Version>
<Version>1.0.0-beta.1</Version>
<Authors>Brian Rourke Boll</Authors>
<Description>A computation expression for succinctly defining ASP.NET Core web apps, including support for minimal APIs.</Description>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The `webApp` computation expression lets you define ASP.NET Core web application

## Installation

Get it on NuGet (currently still in pre-release): [FSharp.AspNetCore.WebAppBuilder](https://www.nuget.org/packages/FSharp.AspNetCore.WebAppBuilder).
Get it on NuGet: [FSharp.AspNetCore.WebAppBuilder](https://www.nuget.org/packages/FSharp.AspNetCore.WebAppBuilder).

```powershell
dotnet add package FSharp.AspNetCore.WebAppBuilder
Expand Down

0 comments on commit 6866739

Please sign in to comment.