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@v5
2323 with :
24- dotnet-version : 8 .0.x
24+ dotnet-version : 9 .0.x
2525
2626 - name : Install GitVersion
2727 uses :
gittools/actions/gitversion/[email protected]
Original file line number Diff line number Diff line change 2020 - name : Ensure .NET Installed
2121 uses : actions/setup-dotnet@v5
2222 with :
23- dotnet-version : 8 .0.x
23+ dotnet-version : 9 .0.x
2424
2525 - name : Install GitVersion
2626 uses :
gittools/actions/gitversion/[email protected]
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 <RootNamespace >ICG.NetCore.Utilities.Email.SendGrid.Tests</RootNamespace >
77 </PropertyGroup >
1111 <PrivateAssets >all</PrivateAssets >
1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1313 </PackageReference >
14- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8 .0.0" />
15- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.0" />
14+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9 .0.0" />
15+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9 .0.0" />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
1717 <PackageReference Include =" Moq" Version =" 4.20.72" />
1818 <PackageReference Include =" xunit" Version =" 2.9.3" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .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 =" 8.1.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" />
38+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9 .0.0" />
39+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9 .0.0" />
40+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9 .0.0" />
41+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 9 .0.0" />
42+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9 .0.0" />
4343 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" >
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