diff --git a/appveyor.yml b/appveyor.yml index 1ad2597..ee68ed8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -image: Visual Studio 2019 +image: Visual Studio 2022 build_script: - ps: >- & cd build diff --git a/src/ByteDev.Sonos.Console/ByteDev.Sonos.Console.csproj b/src/ByteDev.Sonos.Console/ByteDev.Sonos.Console.csproj index 8d34241..792858e 100644 --- a/src/ByteDev.Sonos.Console/ByteDev.Sonos.Console.csproj +++ b/src/ByteDev.Sonos.Console/ByteDev.Sonos.Console.csproj @@ -1,77 +1,23 @@ - - - + + - Debug - AnyCPU - {DAE11BE5-432F-40BA-8E5C-5E3064C45F2A} + net7.0 + true + $(NoWarn);1591 Exe - Properties - ByteDev.Sonos.Console - SonosConsole - v4.7.1 - 512 - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + + + bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml + - - ..\..\packages\ByteDev.Cmd.4.1.1\lib\netstandard2.0\ByteDev.Cmd.dll - - - - - - - - - - - - - - - - - - - + + - - {fad40b73-ed08-4bc1-81fc-a2b8483afb8c} - ByteDev.Sonos.Upnp - - - {da854649-1a35-46db-b583-471a87621a16} - ByteDev.Sonos - + + - - + \ No newline at end of file diff --git a/src/ByteDev.Sonos.Console/Properties/AssemblyInfo.cs b/src/ByteDev.Sonos.Console/Properties/AssemblyInfo.cs deleted file mode 100644 index d30bd26..0000000 --- a/src/ByteDev.Sonos.Console/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -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("ByteDev.Sonos.Console")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ByteDev.Sonos.Console")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[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("dae11be5-432f-40ba-8e5c-5e3064c45f2a")] - -// 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/tests/ByteDev.Sonos.IntTests/ByteDev.Sonos.IntTests.csproj b/tests/ByteDev.Sonos.IntTests/ByteDev.Sonos.IntTests.csproj index 2a5f230..66c7dcb 100644 --- a/tests/ByteDev.Sonos.IntTests/ByteDev.Sonos.IntTests.csproj +++ b/tests/ByteDev.Sonos.IntTests/ByteDev.Sonos.IntTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net7.0 diff --git a/tests/ByteDev.Sonos.Testing/ByteDev.Sonos.Testing.csproj b/tests/ByteDev.Sonos.Testing/ByteDev.Sonos.Testing.csproj index 9b0b19a..dbdcea4 100644 --- a/tests/ByteDev.Sonos.Testing/ByteDev.Sonos.Testing.csproj +++ b/tests/ByteDev.Sonos.Testing/ByteDev.Sonos.Testing.csproj @@ -1,49 +1,7 @@ - - - + + - Debug - AnyCPU - {BD6A3697-E2F7-4D39-8F5D-36110314F712} - Library - Properties - ByteDev.Sonos.Testing - ByteDev.Sonos.Testing - v4.7.1 - 512 - true + netstandard2.0 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - \ No newline at end of file + + diff --git a/tests/ByteDev.Sonos.Testing/Properties/AssemblyInfo.cs b/tests/ByteDev.Sonos.Testing/Properties/AssemblyInfo.cs deleted file mode 100644 index 62cf8ac..0000000 --- a/tests/ByteDev.Sonos.Testing/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -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("ByteDev.Sonos.Testing")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("ByteDev.Sonos.Testing")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2019")] -[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("bd6a3697-e2f7-4d39-8f5d-36110314f712")] - -// 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/tests/ByteDev.Sonos.UnitTests/ByteDev.Sonos.UnitTests.csproj b/tests/ByteDev.Sonos.UnitTests/ByteDev.Sonos.UnitTests.csproj index 9085f19..8308761 100644 --- a/tests/ByteDev.Sonos.UnitTests/ByteDev.Sonos.UnitTests.csproj +++ b/tests/ByteDev.Sonos.UnitTests/ByteDev.Sonos.UnitTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net7.0 diff --git a/tests/ByteDev.Sonos.Upnp.IntTests/ByteDev.Sonos.Upnp.IntTests.csproj b/tests/ByteDev.Sonos.Upnp.IntTests/ByteDev.Sonos.Upnp.IntTests.csproj index 119f662..f8bdc84 100644 --- a/tests/ByteDev.Sonos.Upnp.IntTests/ByteDev.Sonos.Upnp.IntTests.csproj +++ b/tests/ByteDev.Sonos.Upnp.IntTests/ByteDev.Sonos.Upnp.IntTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net7.0 diff --git a/tests/ByteDev.Sonos.Upnp.UnitTests/ByteDev.Sonos.Upnp.UnitTests.csproj b/tests/ByteDev.Sonos.Upnp.UnitTests/ByteDev.Sonos.Upnp.UnitTests.csproj index 68688b9..f3b3374 100644 --- a/tests/ByteDev.Sonos.Upnp.UnitTests/ByteDev.Sonos.Upnp.UnitTests.csproj +++ b/tests/ByteDev.Sonos.Upnp.UnitTests/ByteDev.Sonos.Upnp.UnitTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net7.0