File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
NetCore.Utilities.Email.SendGrid.Tests
NetCore.Utilities.Email.SendGrid Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2121 - name : Ensure .NET Installed
2222 uses : actions/setup-dotnet@v3
2323 with :
24- dotnet-version : 6 .0.x
24+ dotnet-version : 8 .0.x
2525
2626 - name : Install GitVersion
2727 run : dotnet tool install --global GitVersion.Tool
Original file line number Diff line number Diff line change 2020 - name : Ensure .NET Installed
2121 uses : actions/setup-dotnet@v3
2222 with :
23- dotnet-version : 6 .0.x
23+ dotnet-version : 8 .0.x
2424
2525 - name : Install GitVersion
2626 run : dotnet tool install --global GitVersion.Tool
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 <RootNamespace >ICG.NetCore.Utilities.Email.SendGrid.Tests</RootNamespace >
77 </PropertyGroup >
1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1313 </PackageReference >
1414 <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.2.0" />
15- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6 .0.0" />
16- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6 .0.0" />
15+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8 .0.0" />
16+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.0" />
1717 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0" />
1818 <PackageReference Include =" Moq" Version =" 4.20.70" />
1919 <PackageReference Include =" xunit" Version =" 2.7.0" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <RootNamespace >ICG.NetCore.Utilities.Email.SendGrid</RootNamespace >
66 <GenerateDocumentationFile >true</GenerateDocumentationFile >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
3535
3636 <ItemGroup >
3737 <PackageReference Include =" icg.netcore.utilities.email" Version =" 7.0.0" />
38- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6 .0.0" />
39- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0" />
40- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6 .0.0" />
41- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 6 .0.0" />
42- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6 .0.0" />
38+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 8 .0.0" />
39+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.0" />
40+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8 .0.0" />
41+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 8 .0.0" />
42+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8 .0.0" />
4343 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
4444 <PrivateAssets >all</PrivateAssets >
4545 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments