File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
Umbraco.Deploy.Contrib.Tests Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
5
5
</PropertyGroup >
6
+
6
7
<!-- Global packages (private, build-time packages for all projects) -->
7
8
<ItemGroup >
8
9
<GlobalPackageReference Include =" Nerdbank.GitVersioning" Version =" 3.7.115" />
9
10
<GlobalPackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" />
10
11
<GlobalPackageReference Include =" Umbraco.Code" Version =" 2.3.0" />
11
12
<GlobalPackageReference Include =" Umbraco.GitVersioning.Extensions" Version =" 0.2.0" />
12
13
</ItemGroup >
14
+
13
15
<!-- Umbraco packages -->
14
16
<ItemGroup >
15
- <PackageVersion Include =" Umbraco.Cms.Web.Common" Version =" [16.0.0-rc2 , 17)" />
16
- <PackageVersion Include =" Umbraco.Deploy.Infrastructure" Version =" [16.0.0-rc1 , 17)" />
17
+ <PackageVersion Include =" Umbraco.Cms.Web.Common" Version =" [16.0.0-rc3 , 17)" />
18
+ <PackageVersion Include =" Umbraco.Deploy.Infrastructure" Version =" [16.0.0-rc2 , 17)" />
17
19
</ItemGroup >
18
20
</Project >
Original file line number Diff line number Diff line change 3
3
<!-- Enable multi-level merging -->
4
4
<Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
5
5
6
+ <PropertyGroup >
7
+ <EnableNUnitRunner >true</EnableNUnitRunner >
8
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
9
+ </PropertyGroup >
10
+
6
11
<PropertyGroup >
7
12
<!-- Disable packaging and validation for test projects to fix benchmarks (that auto-generates boilerplate code) -->
8
13
<IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<!-- Enable multi-level merging -->
4
4
<Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
5
+
6
+ <!-- Microsoft packages -->
7
+ <ItemGroup >
8
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.0" />
9
+ </ItemGroup >
10
+
5
11
<!-- Umbraco packages -->
6
12
<ItemGroup >
7
- <PackageVersion Include =" Umbraco.Cms.Tests" Version =" 16.0.0-rc2 " />
13
+ <PackageVersion Include =" Umbraco.Cms.Tests" Version =" 16.0.0-rc3 " />
8
14
</ItemGroup >
15
+
9
16
<!-- Third-party packages -->
10
17
<ItemGroup >
11
18
<PackageVersion Include =" Moq" Version =" 4.17.2" />
12
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
13
- <PackageVersion Include =" NUnit3TestAdapter" Version =" 4.6.0" PrivateAssets =" all" />
19
+ <PackageVersion Include =" NUnit3TestAdapter" Version =" 5.0.0" />
14
20
</ItemGroup >
15
21
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<IsTestProject >true</IsTestProject >
4
+ <OutputType >Exe</OutputType >
4
5
</PropertyGroup >
5
6
6
7
<ItemGroup >
7
8
<PackageReference Include =" Microsoft.NET.Test.Sdk" />
8
9
<PackageReference Include =" NUnit3TestAdapter" />
9
- <PackageReference Include =" Umbraco.Cms.Tests" IncludeAssets = " compile " />
10
+ <PackageReference Include =" Umbraco.Cms.Tests" ExcludeAssets = " buildTransitive " />
10
11
<PackageReference Include =" Umbraco.Deploy.Infrastructure" />
11
12
</ItemGroup >
12
13
You can’t perform that action at this time.
0 commit comments