[breaking changes] cleanup targets (#361)
* remove target xamarin ios and android (supported by netstandard) * remove 1.4 * build warning cleared * remove bom * fix ci failed
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using k8s.Models;
|
||||
using System;
|
||||
#if !NETSTANDARD1_4
|
||||
using System.Runtime.Serialization;
|
||||
#endif
|
||||
|
||||
namespace k8s
|
||||
{
|
||||
@@ -58,7 +56,6 @@ namespace k8s
|
||||
{
|
||||
}
|
||||
|
||||
#if !NETSTANDARD1_4
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="KubernetesException"/> class with serialized data.
|
||||
/// </summary>
|
||||
@@ -74,7 +71,6 @@ namespace k8s
|
||||
: base(info, context)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Gets, when this exception was raised because of a Kubernetes status message, the underlying
|
||||
|
||||
Reference in New Issue
Block a user