diff --git a/src/Tesla.NET/Models/IVehicleState.cs b/src/Tesla.NET/Models/IVehicleState.cs
index a85988c..fd378ed 100644
--- a/src/Tesla.NET/Models/IVehicleState.cs
+++ b/src/Tesla.NET/Models/IVehicleState.cs
@@ -150,7 +150,7 @@ public interface IVehicleState : IState
string SunRoofState { get; }
///
- /// Gets a value indicating whether valet mode is enabled,
+ /// Gets a value indicating whether valet mode is enabled.
///
[JsonProperty("valet_mode")]
bool ValetMode { get; }
diff --git a/src/Tesla.NET/Models/Internal/EpochConversion.cs b/src/Tesla.NET/Models/Internal/EpochConversion.cs
index f4b4162..3198932 100644
--- a/src/Tesla.NET/Models/Internal/EpochConversion.cs
+++ b/src/Tesla.NET/Models/Internal/EpochConversion.cs
@@ -11,7 +11,7 @@ namespace Tesla.NET.Models.Internal
internal static class EpochConversion
{
///
- /// The Unix Epoch which is 1970-01-01T00:00:00.000Z
+ /// The Unix Epoch which is 1970-01-01T00:00:00.000Z.
///
public static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
diff --git a/src/Tesla.NET/Models/Internal/VehicleState.cs b/src/Tesla.NET/Models/Internal/VehicleState.cs
index ba91a76..6b7dd09 100644
--- a/src/Tesla.NET/Models/Internal/VehicleState.cs
+++ b/src/Tesla.NET/Models/Internal/VehicleState.cs
@@ -226,7 +226,7 @@ public VehicleState(
public DateTime TimestampUtc => EpochConversion.FromMilliseconds(Timestamp);
///
- /// Gets a value indicating whether valet mode is enabled,
+ /// Gets a value indicating whether valet mode is enabled.
///
public bool ValetMode { get; }
diff --git a/src/Tesla.NET/Tesla.NET.csproj b/src/Tesla.NET/Tesla.NET.csproj
index 420acaf..a8cb460 100644
--- a/src/Tesla.NET/Tesla.NET.csproj
+++ b/src/Tesla.NET/Tesla.NET.csproj
@@ -1,4 +1,4 @@
-
+
net45;netstandard2.0
@@ -28,7 +28,10 @@
-
+
+ all
+ runtime; build; native; contentfiles; analyzers
+
diff --git a/src/Tesla.NET/TeslaClientBase.cs b/src/Tesla.NET/TeslaClientBase.cs
index 69404c8..32ace85 100644
--- a/src/Tesla.NET/TeslaClientBase.cs
+++ b/src/Tesla.NET/TeslaClientBase.cs
@@ -77,7 +77,7 @@ protected TeslaClientBase(Uri baseUri, HttpClient client)
/// Chain of instances.
/// All but the last should be s.
///
- /// A chain of s
+ /// A chain of s.
public static HttpMessageHandler CreatePipeline(IReadOnlyCollection handlers)
{
if (handlers == null)
diff --git a/test/Tesla.NET.Tests/Tesla.NET.Tests.csproj b/test/Tesla.NET.Tests/Tesla.NET.Tests.csproj
index d96e502..8d54291 100644
--- a/test/Tesla.NET.Tests/Tesla.NET.Tests.csproj
+++ b/test/Tesla.NET.Tests/Tesla.NET.Tests.csproj
@@ -8,17 +8,17 @@
-
-
+
+
-
+
-
+