File tree Expand file tree Collapse file tree 4 files changed +4
-52
lines changed Expand file tree Collapse file tree 4 files changed +4
-52
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net472;netcoreapp2.1</TargetFrameworks >
23
23
<PackageReference Include =" NUnit" Version =" 3.12.0" />
24
24
<packagereference Include =" NUnit3TestAdapter" Version =" 3.13.0" ></packagereference >
25
25
<PackageReference Include =" Shouldly" Version =" 4.0.0-beta0002" />
26
- <PackageReference Include =" TestStack.ConventionTests" Version =" 3.0.1" />
27
26
<PackageReference Include =" YamlDotNet" Version =" $(PackageVersion_YamlDotNet)" />
28
27
</ItemGroup >
29
28
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
namespace GitVersionCore . Tests . Init
2
2
{
3
3
using GitVersion ;
4
- using GitVersion . Configuration . Init ;
5
- using GitVersion . Configuration . Init . Wizard ;
6
4
using NUnit . Framework ;
7
5
using Shouldly ;
8
- using TestStack . ConventionTests ;
9
- using TestStack . ConventionTests . ConventionData ;
10
6
11
7
[ TestFixture ]
12
8
public class InitScenarios : TestBase
@@ -29,12 +25,5 @@ public void CanSetNextVersion()
29
25
30
26
testFileSystem . ReadAllText ( "c:\\ proj\\ GitVersion.yml" ) . ShouldMatchApproved ( ) ;
31
27
}
32
-
33
- [ Test ]
34
- public void DefaultResponsesDoNotThrow ( )
35
- {
36
- var steps = Types . InAssemblyOf < EditConfigStep > ( t => t . IsSubclassOf ( typeof ( ConfigInitWizardStep ) ) && t . IsConcreteClass ( ) ) ;
37
- Convention . Is ( new InitStepsDefaultResponsesDoNotThrow ( ) , steps ) ;
38
- }
39
28
}
40
- }
29
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >net472;netcoreapp2.1</TargetFrameworks >
4
4
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
17
17
<PackageReference Include =" NUnit" Version =" 3.12.0" ></PackageReference >
18
18
<packagereference Include =" NUnit3TestAdapter" Version =" 3.13.0" ></packagereference >
19
19
<PackageReference Include =" Shouldly" Version =" 4.0.0-beta0002" ></PackageReference >
20
- <PackageReference Include =" Microsoft.Build.Utilities .Core" Version =" 16.0.461" />
20
+ <PackageReference Include =" Microsoft.Build.Tasks .Core" Version =" 16.0.461" />
21
21
</ItemGroup >
22
22
<ItemGroup >
23
23
<Content Include =" Approved\**\*.txt" />
You can’t perform that action at this time.
0 commit comments