Skip to content

Commit

Permalink
fixed test lib version + cleaned up warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tallentire committed Nov 20, 2023
1 parent 92141ab commit f548169
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Cronofy/Responses/UserInfoResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ internal sealed class CronofyServiceAccount
public string ProviderName { get; set; }

/// <summary>
/// Gets or sets the domain name of the Service Account
/// Gets or sets the domain name of the Service Account.
/// </summary>
[JsonProperty("domain")]
public string Domain { get; set; }
Expand Down
2 changes: 0 additions & 2 deletions src/Cronofy/UserInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class UserInfo
/// Gets or sets the authorization of the account.
/// </summary>
/// <value> The authorization for the account.</value>

public Authorization AuthorizationInfo { get; set; }

/// <summary>
Expand Down Expand Up @@ -95,7 +94,6 @@ public bool Equals(UserInfo other)
public override string ToString()
{
return string.Format(

"<{0} Sub={1}, CronofyType={2}>, AuthorizationInfo={3}, ServiceAccountInfo={4} Email={5}",
this.GetType(),
this.Sub,
Expand Down
2 changes: 1 addition & 1 deletion test/Cronofy.Test/Cronofy.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp7</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>11</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit f548169

Please sign in to comment.