Skip to content

Commit d0da884

Browse files
committed
docs: update README for clarity and remove Twitter badge
1 parent a69ad8e commit d0da884

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
[![GitHub release](https://img.shields.io/github/release/MADE-Apps/MADE.NET.svg)](https://github.com/MADE-Apps/MADE.NET/releases)
66
[![Build status](https://github.com/MADE-Apps/MADE.NET/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/MADE-Apps/MADE.NET/actions/workflows/ci.yml)
7-
[![Twitter Followers](https://img.shields.io/twitter/follow/jamesmcroft?label=follow%20%40jamesmcroft&style=flat)](https://twitter.com/jamesmcroft)
87
[![Nuget](https://img.shields.io/nuget/v/MADE.Collections.svg)](https://www.nuget.org/profiles/made-apps)
98
[![MADE.NET docs](https://img.shields.io/badge/docs-MADE.NET-blue.svg)](https://made-apps.github.io/MADE.NET/)
109

1110
MADE.NET is a suite of libraries built on the boilerplate, reusable components, services, extensions, and helpers that we all drop into our projects. With MADE.NET, you can get all of these in one place, easy to use and consume, to make app development easier for you.
1211

13-
Whether you're building an ASP.NET Core API or a native app experience with MAUI, MADE.NET has something for everyone.
12+
Whether you're building an ASP.NET Core API or a .NET library, MADE.NET has something for everyone.
1413

1514
**[Discover what's new in MADE.NET](https://github.com/MADE-Apps/MADE.NET/releases)**
1615

@@ -45,14 +44,13 @@ Here's a complete list of available packages:
4544

4645
## Building MADE.NET 🛠
4746

48-
MADE.NET is built using .NET Standard, taking advantage of the new SDK-style projects and multi-targeting enabled with the help of [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras).
47+
MADE.NET is built on .NET, targeting both `net8.0` and `net10.0` using SDK-style projects.
4948

50-
You can build the solution using Visual Studio with the following workloads installed:
49+
You can build the solution using Visual Studio or the .NET CLI:
5150

52-
- .NET desktop development
53-
- Universal Windows Platform development
54-
- Mobile Development with .NET
55-
- .NET Core cross-platform development
51+
```bash
52+
dotnet build
53+
```
5654

5755
## Contributing 🤝
5856

0 commit comments

Comments
 (0)