File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/NetCore.Utilities.Email.SendGrid.Tests Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1111 <PrivateAssets >all</PrivateAssets >
1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1313 </PackageReference >
14- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.3.0" />
1514 <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8.0.0" />
1615 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8.0.0" />
1716 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
Original file line number Diff line number Diff line change 11using Microsoft . Extensions . Configuration ;
22using Microsoft . Extensions . DependencyInjection ;
33using Microsoft . Extensions . Hosting ;
4- using Microsoft . Extensions . Logging ;
54using Microsoft . Extensions . Options ;
65using Moq ;
76using Xunit ;
8- using IHostingEnvironment = Microsoft . AspNetCore . Hosting . IHostingEnvironment ;
97
108namespace ICG . NetCore . Utilities . Email . SendGrid . Tests
119{
You can’t perform that action at this time.
0 commit comments