Skip to content

Commit

Permalink
Remove dotenv.net package as it is not needed here.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefim committed Aug 1, 2024
1 parent 74d2909 commit fbe27e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotenv.net" Version="3.1.3" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.Data.SqlClient;
using dotenv.net;

namespace Frends.MicrosoftSQL.ExecuteQuery.Tests.Lib;

Expand Down

0 comments on commit fbe27e9

Please sign in to comment.