Skip to content

Commit

Permalink
Merge branch 'main' of github.com:davidortinau/WeatherTwentyOne
Browse files Browse the repository at this point in the history
  • Loading branch information
davidortinau committed Jan 14, 2022
2 parents 22625f0 + 9fd4f52 commit c5c0716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 29 deletions.
33 changes: 5 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,12 @@
# Weather '21

This is a [.NET MAUI](https://github.com/dotnet/maui) app showcasing .NET 6 Preview progress. For more information about what's included, read the blogs:

* [.NET MAUI Preview 6](https://devblogs.microsoft.com/dotnet/announcing-net-maui-preview-6)
* [.NET MAUI Preview 5](https://devblogs.microsoft.com/dotnet/announcing-net-maui-preview-5)
* [.NET MAUI Preview 4](https://devblogs.microsoft.com/dotnet/announcing-net-maui-preview-4)

This is a [.NET MAUI](https://github.com/dotnet/maui) app showcasing .NET 6 Preview progress. For more information about what's included, [read the blogs](https://devblogs.microsoft.com/dotnet/category/maui/).

![.NET MAUI Weather App on all platforms](images/maui-weather-hero-sm.png)

## Requirements

To run this app, you'll need:

* .NET 6 Preview
* .NET MAUI and platform SDKs
* Visual Studio 16.11 Preview 2

The easiest way to get .NET 6 Preview is to install the `maui-check` dotnet tool from CLI and follow the instructions.

Install:
```console
dotnet tool install -g redth.net.maui.check
```

Run:
```console
maui-check
```

For running on Mac you'll currently use your favorite text editor and terminal to edit and run apps. We expect Visual Studio for Mac .NET 6 support to begin arriving mid-year.
Setup instructions for Windows and Mac are [here on the dotnet/maui wiki](https://github.com/dotnet/maui/wiki#getting-started).

## Platform Integrations

Expand All @@ -41,14 +18,14 @@ To demonstrate how easily you can enable platform-native integrations, we added

![gallery of platform images](images/platform-integrations.png)

## Single Project
## Four Platforms, One Project

The WeatherTwentyOne project is a multi-targeted SDK project that can run on Android, iOS, and macOS. To choose your platform to run on, use the new static run profiles from the run button.
The WeatherTwentyOne project is a multi-targeted SDK project that can run on Android, iOS, macOS, and Windows.

![run menu](images/run-static-profiles.png)

## Additional Resources

https://github.com/dotnet/maui-samples
https://docs.microsoft.com/dotnet/maui

https://github.com/dotnet/maui
2 changes: 1 addition & 1 deletion src/WeatherTwentyOne/WeatherTwentyOne.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
</PropertyGroup>
<ProjectExtensions><VisualStudio><UserProperties XamarinHotReloadGenericExceptionInfoBarWeatherTwentyOneHideInfoBar="True" /></VisualStudio></ProjectExtensions>

</Project>
</Project>

0 comments on commit c5c0716

Please sign in to comment.