diff --git a/README.md b/README.md index 31ae019..a5b9a46 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ [![Build Status](https://dev.azure.com/devruehl/AdonisUI/_apis/build/status/benruehl.adonis-ui?branchName=master)](https://dev.azure.com/devruehl/AdonisUI/_build/latest?definitionId=1&branchName=master) [![NuGet version](https://img.shields.io/nuget/v/AdonisUi.ClassicTheme.svg)](https://www.nuget.org/packages/AdonisUI.ClassicTheme/) [![NuGet downloads](https://img.shields.io/nuget/dt/AdonisUi.ClassicTheme.svg)](https://www.nuget.org/packages/AdonisUI.ClassicTheme/) -![.NET Version: >= 5.0](https://img.shields.io/badge/.NET-%3E%3D%205.0-green.svg) -![.NET Core Version: >= 3.1](https://img.shields.io/badge/.NET%20Core-%3E%3D%203.1-green.svg) -![.NET Framework version: >= 4.5](https://img.shields.io/badge/.NET%20Framework-%3E%3D%204.5-green.svg) -[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +![.NET Version: >= 8.0](https://img.shields.io/badge/.NET-%3E%3D%205.0-green.svg) +![.NET Framework version: >= 4.6.2](https://img.shields.io/badge/.NET%20Framework-%3E%3D%204.5-green.svg) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals @@ -34,7 +33,7 @@ Lightweight UI toolkit for WPF applications offering classic but enhanced window ## Getting started -1. Reference `AdonisUI` and `AdonisUI.ClassicTheme` in your WPF project. It is available via [NuGet](https://www.nuget.org/packages/AdonisUI.ClassicTheme/) or [manual download](https://github.com/benruehl/adonis-ui/releases). Currently it requires at least .NET Framework 4.5 or .NET Core 3.0. +1. Reference `AdonisUI` and `AdonisUI.ClassicTheme` in your WPF project. It is available via [NuGet](https://www.nuget.org/packages/AdonisUI.ClassicTheme/) or [manual download](https://github.com/benruehl/adonis-ui/releases). Currently it requires at least .NET Framework 4.6.2 or .NET 8.0. 2. Add resources to your application in your `App.xaml` like so: ```xml diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad3ff70..de23187 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net pool: - vmImage: 'windows-2019' + vmImage: 'windows-2022' variables: solution: '**/*.sln' diff --git a/docs/docs/getting-started/introduction.md b/docs/docs/getting-started/introduction.md index 270cb8e..7b9e823 100644 --- a/docs/docs/getting-started/introduction.md +++ b/docs/docs/getting-started/introduction.md @@ -12,7 +12,7 @@ Get started with Adonis UI, a lightweight UI toolkit for WPF applications. Inclu ## Quick start -1. Reference `AdonisUI` and `AdonisUI.ClassicTheme` in your WPF project. It is available via [NuGet](https://www.nuget.org/packages/AdonisUI.ClassicTheme/) or [manual download](https://github.com/benruehl/adonis-ui/releases). Currently it requires at least .NET 4.5 or .NET Core 3.0. +1. Reference `AdonisUI` and `AdonisUI.ClassicTheme` in your WPF project. It is available via [NuGet](https://www.nuget.org/packages/AdonisUI.ClassicTheme/) or [manual download](https://github.com/benruehl/adonis-ui/releases). Currently it requires at least .NET 4.6.2 or .NET 8.0. 2. Add resources to your application in your `App.xaml`: ```xml diff --git a/global.json b/global.json index d21afbd..ca87727 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "5.0.400", + "version": "9.0.101", "rollForward": "latestMajor" } } diff --git a/src/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj b/src/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj index caa940a..c3ae7e0 100644 --- a/src/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj +++ b/src/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj @@ -1,11 +1,12 @@ - + - net45;netcoreapp3.1;net5.0-windows + net462;net8.0-windows;net9.0-windows latest true true true + CS1591 @@ -34,12 +35,7 @@ - - - - - - + diff --git a/src/AdonisUI.Demo/AdonisUI.Demo.csproj b/src/AdonisUI.Demo/AdonisUI.Demo.csproj index c14916b..1c27e2c 100644 --- a/src/AdonisUI.Demo/AdonisUI.Demo.csproj +++ b/src/AdonisUI.Demo/AdonisUI.Demo.csproj @@ -1,7 +1,7 @@ - + WinExe - netcoreapp3.1 + net8.0-windows latest AdonisUI.Demo AdonisUI.Demo.App @@ -26,18 +26,12 @@ App.manifest App.ico AnyCPU;x64;x86 - true + false true false + CS1591 - - - - - - - diff --git a/src/AdonisUI/AdonisUI.csproj b/src/AdonisUI/AdonisUI.csproj index f7ed9e4..f032f1c 100644 --- a/src/AdonisUI/AdonisUI.csproj +++ b/src/AdonisUI/AdonisUI.csproj @@ -1,11 +1,12 @@ - + - net45;netcoreapp3.1;net5.0-windows + net462;net8.0-windows;net9.0-windows latest true true true + CS1591 @@ -34,13 +35,7 @@ - - - - - - - - + +