From 0cb137033002371eefd419a8c16d60b758a339bd Mon Sep 17 00:00:00 2001 From: Arci Date: Tue, 6 Aug 2024 15:53:01 +0200 Subject: [PATCH] Updated to .net8 and updated packages --- README.md | 2 +- src/BusinessLayer.Tests/BusinessLayer.Tests.csproj | 14 +++++++------- src/BusinessLayer/BusinessLayer.csproj | 8 ++++---- src/DataLayer/DataLayer.csproj | 8 ++++---- src/MusicLibrary/MusicLibrary.csproj | 8 ++++---- src/WebApiModels/WebApiModels.csproj | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 39df7e1..479361a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MusicLibrary -Music library is a web application written with DotVVM framework (Asp .Net Core 7.0). Application allows listening to/downloading music and watch music videos embedded from YT which can be assigned to your music collection. +Music library is a web application written with DotVVM framework (Asp .Net Core 8.0). Application allows listening to/downloading music and watch music videos embedded from YT which can be assigned to your music collection. ## Build Status [![Build status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FArcidev%2FMusicLibrary%2Fbadge&style=flat-square)](https://github.com/Arcidev/MusicLibrary/actions) diff --git a/src/BusinessLayer.Tests/BusinessLayer.Tests.csproj b/src/BusinessLayer.Tests/BusinessLayer.Tests.csproj index df2321c..8defcff 100644 --- a/src/BusinessLayer.Tests/BusinessLayer.Tests.csproj +++ b/src/BusinessLayer.Tests/BusinessLayer.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false @@ -13,12 +13,12 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/BusinessLayer/BusinessLayer.csproj b/src/BusinessLayer/BusinessLayer.csproj index 1d2e08c..1c40cfe 100644 --- a/src/BusinessLayer/BusinessLayer.csproj +++ b/src/BusinessLayer/BusinessLayer.csproj @@ -1,13 +1,13 @@  - net7.0 + net8.0 - - - + + + diff --git a/src/DataLayer/DataLayer.csproj b/src/DataLayer/DataLayer.csproj index 3d24b77..a96c471 100644 --- a/src/DataLayer/DataLayer.csproj +++ b/src/DataLayer/DataLayer.csproj @@ -1,13 +1,13 @@  - net7.0 + net8.0 - - - + + + diff --git a/src/MusicLibrary/MusicLibrary.csproj b/src/MusicLibrary/MusicLibrary.csproj index 1c19c8c..b55b731 100644 --- a/src/MusicLibrary/MusicLibrary.csproj +++ b/src/MusicLibrary/MusicLibrary.csproj @@ -1,6 +1,6 @@  - net7.0 + net8.0 @@ -78,13 +78,13 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/WebApiModels/WebApiModels.csproj b/src/WebApiModels/WebApiModels.csproj index a11c3e3..7a352fe 100644 --- a/src/WebApiModels/WebApiModels.csproj +++ b/src/WebApiModels/WebApiModels.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0