Skip to content

Commit 1f97e05

Browse files
committed
exclude cpm from test projects
1 parent c3d7bb2 commit 1f97e05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/NHS.Mesh.Client.IntegrationTests/NHS.Mesh.Client.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
7+
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
88
<IsPackable>false</IsPackable>
99
<IsTestProject>true</IsTestProject>
1010
</PropertyGroup>

tests/NHS.Mesh.Client.UnitTests/NHS.Mesh.Client.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
7+
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
88
<IsPackable>false</IsPackable>
99
<IsTestProject>true</IsTestProject>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)