Skip to content

Commit a886115

Browse files
author
Alex Davidson
committed
Restore overwritten Build.props
refs EP-47400
1 parent 1c21ab2 commit a886115

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Build.props

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<!-- Full list of NuGet package projects -->
5-
<NugetProjects Include="**\*.Contracts.csproj" />
6-
5+
<NugetProjects Include="Bluewire.NHibernate.Audit\Bluewire.NHibernate.Audit.csproj" />
6+
<NugetProjects Include="Bluewire.IntervalTree\Bluewire.IntervalTree.csproj" />
7+
78
<!-- Full list of NUnit test projects -->
89
<NUnitProjects Include="**\*.UnitTests.csproj" />
910
</ItemGroup>
11+
12+
<ItemDefinitionGroup>
13+
<!-- Library repository: all packages use SemVer -->
14+
<NugetProjects>
15+
<UseSemVer>True</UseSemVer>
16+
</NugetProjects>
17+
</ItemDefinitionGroup>
18+
1019
<PropertyGroup>
1120
<DotCoverConfigurationFile>DotCover.coverage.xml</DotCoverConfigurationFile>
1221
</PropertyGroup>

0 commit comments

Comments
 (0)