File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Src/CreditCardValidator.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 operating-system : [ubuntu-latest]
13- dotnet-version : ['8 .0.x']
13+ dotnet-version : ['10 .0.x']
1414
1515 steps :
1616 - uses : actions/checkout@v4
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 >net10 .0</TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.0 " />
10+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
1111 <PackageReference Include =" Shouldly" Version =" 4.3.0" />
1212 <PackageReference Include =" xunit" Version =" 2.7.0" />
1313 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7" >
You can’t perform that action at this time.
0 commit comments