File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
GitVersion.MsBuild.Tests/Tasks Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 <PackageVersion Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 9.0.5" />
3131 <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 9.0.5" />
3232 <PackageVersion Include =" Microsoft.Extensions.Options" Version =" 9.0.5" />
33- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
33+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14 .0" />
3434 <PackageVersion Include =" Microsoft.Win32.Registry" Version =" 6.0.0-preview.5.21301.5" />
3535 <PackageVersion Include =" NSubstitute" Version =" 5.3.0" />
3636 <PackageVersion Include =" NUnit" Version =" 4.3.2" />
37- <PackageVersion Include =" NUnit.Analyzers" Version =" 4.7.0 " />
37+ <PackageVersion Include =" NUnit.Analyzers" Version =" 4.8.1 " />
3838 <PackageVersion Include =" NUnit3TestAdapter" Version =" 5.0.0" />
3939 <PackageVersion Include =" Shouldly" Version =" 4.3.0" />
4040 <PackageVersion Include =" System.Collections.Immutable" Version =" 9.0.2" />
Original file line number Diff line number Diff line change 1010
1111namespace GitVersion . MsBuild . Tests . Tasks ;
1212
13- public class TestTaskBase : TestBase
13+ public abstract class TestTaskBase : TestBase
1414{
1515 protected IFileSystem FileSystem ;
1616
You can’t perform that action at this time.
0 commit comments