Commit a886115 Alex Davidson
committed
1 parent 1c21ab2 commit a886115 Copy full SHA for a886115
File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup >
4
4
<!-- 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
+
7
8
<!-- Full list of NUnit test projects -->
8
9
<NUnitProjects Include =" **\*.UnitTests.csproj" />
9
10
</ItemGroup >
11
+
12
+ <ItemDefinitionGroup >
13
+ <!-- Library repository: all packages use SemVer -->
14
+ <NugetProjects >
15
+ <UseSemVer >True</UseSemVer >
16
+ </NugetProjects >
17
+ </ItemDefinitionGroup >
18
+
10
19
<PropertyGroup >
11
20
<DotCoverConfigurationFile >DotCover.coverage.xml</DotCoverConfigurationFile >
12
21
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments