Skip to content

Commit b4f061e

Browse files
author
John Campion Jr
committed
Merge remote-tracking branch 'origin/deps' into deps
2 parents c14e41e + 8a1aa9f commit b4f061e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/FluentEmail.Core.Tests/FluentEmail.Core.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<EmbeddedResource Include="EmailTemplates\test-embedded.txt" />
3232
<EmbeddedResource Include="test-embedded.txt" />
3333
<PackageReference Include="dotenv.net" Version="4.0.0" />
34+
<PackageReference Include="FluentAssertions" Version="6.12.0" />
3435
<None Update=".env">
3536
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3637
</None>

test/FluentEmail.Core.Tests/_Credentials.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;

0 commit comments

Comments
 (0)