Skip to content

Commit b7a7f78

Browse files
authored
Update dotnet_ecosystem.md
1 parent 63700bf commit b7a7f78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_snippets/dotnet_ecosystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ code: |
1414
open SixLabors.ImageSharp // NuGet package: SixLabors.ImageSharp
1515
open SixLabors.ImageSharp.Processing
1616
use image = Image.Load "input.png"
17-
image.Mutate (_.Resize(300, 200).Flip(FlipMode.Horizontal ||| FlipMode.Vertical) >> ignore)
17+
image.Mutate(_.Resize(300, 200).Flip(FlipMode.Horizontal ||| FlipMode.Vertical) >> ignore)
1818
image.Save "output.jpg"
1919
---
2020
## Full access to .NET ecosystem
@@ -23,4 +23,4 @@ F# has seamless .NET integration which lets you work with existing .NET librarie
2323
<!--more-->
2424
- **[Web](https://dotnet.microsoft.com/en-us/apps/aspnet), [Mobile](https://dotnet.microsoft.com/en-us/apps/maui), [Desktop](https://dotnet.microsoft.com/en-us/apps/desktop), [Cloud](https://dotnet.microsoft.com/en-us/apps/cloud), [Microservices](https://dotnet.microsoft.com/en-us/apps/aspnet/microservices), [Artificial Intelligence](https://dotnet.microsoft.com/en-us/apps/ai), [Game Development](https://dotnet.microsoft.com/en-us/apps/games), and [Internet of Things](https://dotnet.microsoft.com/en-us/apps/iot)** frameworks are ready to be used.
2525
- [**NuGet packages**](https://www.nuget.org), all hundreds of thousands of them, reduce your code complexity.
26-
- **Mixing C# and F#** in the same solution is possible for incremental adoption.
26+
- **Mixing C# and F#** in the same solution is possible for incremental adoption.

0 commit comments

Comments
 (0)