[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:
Boshi Lian
2020-03-08 15:57:34 -07:00
committed by GitHub
parent b07e78afa4
commit 435ab5cd15
9 changed files with 21 additions and 48 deletions

View File

@@ -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