Skip to content

Commit 404c95b

Browse files
committed
still fighting the build
1 parent 7c4aaf0 commit 404c95b

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/Marten.Testing/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
// General Information about an assembly is controlled through the following
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
9-
[assembly: AssemblyTitle("Marten.Testing")]
109
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/Marten/Marten.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<Compile Include="" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
2423
<EmbeddedResource Include="Schema\SQL\mt_transforms.js" />
2524
<EmbeddedResource Include="Schema\SQL\mt_patching.js" />
2625
<EmbeddedResource Include="Schema\SQL\mt_mark_event_progression.sql" />

src/Marten/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
[assembly: AssemblyTitle("Marten")]
5+

0 commit comments

Comments
 (0)