File tree Expand file tree Collapse file tree
src/MediatR.Extensions.FluentValidation.AspNetCore.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v2
14- - name : Setup .NET Core
15- uses : actions/setup-dotnet@v1
16- with :
17- dotnet-version : ' 3.1.x'
18- - name : Setup .NET 5
19- uses : actions/setup-dotnet@v1
20- with :
21- dotnet-version : ' 5.0.x'
2214 - name : Setup .NET 6
2315 uses : actions/setup-dotnet@v1
2416 with :
2719 uses : actions/setup-dotnet@v1
2820 with :
2921 dotnet-version : ' 7.0.x'
22+ - name : Setup .NET 8
23+ uses : actions/setup-dotnet@v1
24+ with :
25+ dotnet-version : ' 8.0.x'
26+ - name : Setup .NET 9
27+ uses : actions/setup-dotnet@v1
28+ with :
29+ dotnet-version : ' 9.0.x'
3030 - name : Install dependencies
3131 run : dotnet restore
3232 working-directory : src
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1;net5 .0;net6 .0;net7 .0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net7 .0;net8 .0;net9 .0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66
77 <IsPackable >false</IsPackable >
1010 <ItemGroup >
1111 <PackageReference Include =" FluentValidation" Version =" 11.8.0" />
1212 <PackageReference Include =" MediatR" Version =" 12.1.1" />
13- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.1" />
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2 " />
15- <PackageReference Include =" xunit" Version =" 2.4.2 " />
16- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
13+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.1" />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0 " />
15+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
16+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
1717 <PrivateAssets >all</PrivateAssets >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 </PackageReference >
20- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
20+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
2121 <PrivateAssets >all</PrivateAssets >
2222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2323 </PackageReference >
You can’t perform that action at this time.
0 commit comments