File tree 5 files changed +31
-3
lines changed
System.CommandLine.DragonFruit.Tests
System.CommandLine.Rendering.Tests
System.CommandLine.Suggest.Tests
5 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
- <Import Project =" Sdk.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
3
+ <Import Project =" Sdk.props"
4
+ Sdk =" Microsoft.DotNet.Arcade.Sdk"
5
+ Condition =" '$(DisableArcade)' != '1'" />
4
6
5
7
<PropertyGroup >
6
8
<NoWarn >$(NoWarn);NU5125</NoWarn >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
- <Import Project =" Sdk.targets" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
3
+ <Import Project =" Sdk.targets"
4
+ Sdk =" Microsoft.DotNet.Arcade.Sdk"
5
+ Condition =" '$(DisableArcade)' != '1'" />
4
6
</Project >
Original file line number Diff line number Diff line change 19
19
<ItemGroup >
20
20
<PackageReference Include =" FluentAssertions" Version =" 5.3.0" />
21
21
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
22
- </ItemGroup >
22
+ </ItemGroup >
23
+
24
+ <ItemGroup Condition =" '$(DisableArcade)' == '1'" >
25
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
26
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
27
+ <PrivateAssets >all</PrivateAssets >
28
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
29
+ </PackageReference >
30
+ </ItemGroup >
23
31
24
32
<ItemGroup >
25
33
<ProjectReference Include =" ..\System.CommandLine.DragonFruit\System.CommandLine.DragonFruit.csproj" />
Original file line number Diff line number Diff line change 22
22
<ProjectReference Include =" ..\System.CommandLine\System.CommandLine.csproj" />
23
23
</ItemGroup >
24
24
25
+ <ItemGroup Condition =" '$(DisableArcade)' == '1'" >
26
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
27
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
28
+ <PrivateAssets >all</PrivateAssets >
29
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
30
+ </PackageReference >
31
+ </ItemGroup >
32
+
25
33
</Project >
Original file line number Diff line number Diff line change 18
18
<ItemGroup >
19
19
<PackageReference Include =" FluentAssertions" Version =" 5.3.0" />
20
20
</ItemGroup >
21
+
22
+ <ItemGroup Condition =" '$(DisableArcade)' == '1'" >
23
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
24
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
25
+ <PrivateAssets >all</PrivateAssets >
26
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
27
+ </PackageReference >
28
+ </ItemGroup >
21
29
22
30
<ItemGroup >
23
31
<ProjectReference Include =" ..\System.CommandLine.Suggest\dotnet-suggest.csproj" />
You can’t perform that action at this time.
0 commit comments