File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
eFormAPI/Plugins/ItemsPlanning.Pn Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public class CanaryInAColeMine
88 [ Test ]
99 public void CanPeep ( )
1010 {
11- Assert . True ( true ) ;
11+ Assert . That ( true ) ;
1212 }
1313 }
1414}
Original file line number Diff line number Diff line change 88
99 <ItemGroup >
1010 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
11- <PackageReference Include =" NUnit" Version =" 3.14.0 " />
11+ <PackageReference Include =" NUnit" Version =" 4.3.2 " />
1212 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" />
1313 </ItemGroup >
1414
Original file line number Diff line number Diff line change 2929 <PackageReference Include =" Microting.eForm" Version =" 9.0.6" />
3030 <PackageReference Include =" Microting.eFormApi.BasePn" Version =" 9.0.3" />
3131 <PackageReference Include =" Microting.ItemsPlanningBase" Version =" 8.0.70" />
32- <PackageReference Include =" Sentry" Version =" 5.0.0 " />
32+ <PackageReference Include =" Sentry" Version =" 5.0.1 " />
3333 </ItemGroup >
3434
3535 <ItemGroup >
You can’t perform that action at this time.
0 commit comments