Skip to content

Commit

Permalink
chore: Add new package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 22, 2024
1 parent cecc566 commit 3511e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="7.0.10" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageVersion Include="SimpleResults.AspNetCore" Version="1.0.0" />
<PackageVersion Include="DotEnv.Core.Props" Version="1.0.1" />
<PackageVersion Include="DotEnv.Core" Version="3.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
Expand Down
1 change: 1 addition & 0 deletions tests/CPlugin.Net/CPlugin.Net.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ItemGroup>
<PackageReference Include="CopyPluginsToPublishDirectory" />
<PackageReference Include="DotEnv.Core" />
<PackageReference Include="DotEnv.Core.Props" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
Expand Down

0 comments on commit 3511e29

Please sign in to comment.