From b238ff9bf884bc6b710412ad85bfa185b8adc2aa Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 30 Apr 2024 04:39:30 +0100 Subject: [PATCH] Update project to .NET 8. --- Aaru.VideoNow/Aaru.VideoNow.csproj | 92 +++--------------------- Aaru.VideoNow/Properties/AssemblyInfo.cs | 35 --------- 2 files changed, 9 insertions(+), 118 deletions(-) delete mode 100644 Aaru.VideoNow/Properties/AssemblyInfo.cs diff --git a/Aaru.VideoNow/Aaru.VideoNow.csproj b/Aaru.VideoNow/Aaru.VideoNow.csproj index af7c1e5..10628bb 100644 --- a/Aaru.VideoNow/Aaru.VideoNow.csproj +++ b/Aaru.VideoNow/Aaru.VideoNow.csproj @@ -1,50 +1,18 @@ - - - + + - Debug - AnyCPU - {FAA37B4C-8EF8-434B-9342-6185DB0D419C} Exe - Properties + net8.0 Aaru.VideoNow Aaru.VideoNow - v4.6.1 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + Copyright © 2020-2024 Natalia Portillo + latest + - - - - - - - - - - - - + + LICENSE @@ -53,47 +21,5 @@ README.md - - - - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - - + \ No newline at end of file diff --git a/Aaru.VideoNow/Properties/AssemblyInfo.cs b/Aaru.VideoNow/Properties/AssemblyInfo.cs deleted file mode 100644 index 935040e..0000000 --- a/Aaru.VideoNow/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Aaru.VideoNow")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Aaru.VideoNow")] -[assembly: AssemblyCopyright("Copyright © 2020 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("FAA37B4C-8EF8-434B-9342-6185DB0D419C")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] \ No newline at end of file