Skip to content

Commit

Permalink
Merge branch 'main' into load-oauth-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Raibaz authored Nov 14, 2024
2 parents 7760374 + cd0aabf commit b85f199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
<HintPath>..\..\..\packages/System.Text.Encodings.Web.8.0.0/lib/net462/System.Text.Encodings.Web.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>..\..\..\packages/System.Text.Json.8.0.4/lib/net462/System.Text.Json.dll</HintPath>
<Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>..\..\..\packages/System.Text.Json.8.0.5/lib/net462/System.Text.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static void Main(string[] args)
}
catch (AggregateException)
{
Console.WriteLine("An error occured while authorizing the user.");
Console.WriteLine("An error occurred while authorizing the user.");
}
}
}
Expand Down

0 comments on commit b85f199

Please sign in to comment.