diff --git a/AdvancedSharpAdbClient.Tests/AdvancedSharpAdbClient.Tests.csproj b/AdvancedSharpAdbClient.Tests/AdvancedSharpAdbClient.Tests.csproj index 15be074..14c95ab 100644 --- a/AdvancedSharpAdbClient.Tests/AdvancedSharpAdbClient.Tests.csproj +++ b/AdvancedSharpAdbClient.Tests/AdvancedSharpAdbClient.Tests.csproj @@ -6,14 +6,9 @@ - + - net8.0 - - - - - net8.0-windows10.0.17763.0 + net8.0-windows10.0.17763.0 diff --git a/AdvancedSharpAdbClient/AdvancedSharpAdbClient.csproj b/AdvancedSharpAdbClient/AdvancedSharpAdbClient.csproj index e4271cd..7af8766 100644 --- a/AdvancedSharpAdbClient/AdvancedSharpAdbClient.csproj +++ b/AdvancedSharpAdbClient/AdvancedSharpAdbClient.csproj @@ -111,7 +111,7 @@ - + diff --git a/AdvancedSharpAdbClient/Models/DeviceData.cs b/AdvancedSharpAdbClient/Models/DeviceData.cs index d05fa30..cb9041d 100644 --- a/AdvancedSharpAdbClient/Models/DeviceData.cs +++ b/AdvancedSharpAdbClient/Models/DeviceData.cs @@ -28,11 +28,6 @@ namespace AdvancedSharpAdbClient.Models /// private static readonly Regex Regex = DeviceDataRegex(); - /// - /// Initializes a new instance of the struct. - /// - public DeviceData() { } - /// /// Initializes a new instance of the struct based on /// data retrieved from the Android Debug Bridge.