Navigation Menu

Skip to content

Commit

Permalink
[EF7] Fix minor build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Jul 6, 2015
1 parent f476af3 commit 7c2302e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/EntityFramework7.Npgsql/EntityFramework7.Npgsql.csproj
Expand Up @@ -20,6 +20,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\EntityFramework7.Npgsql.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -28,6 +29,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\EntityFramework7.Npgsql.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework.Core, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
6 changes: 3 additions & 3 deletions src/EntityFramework7.Npgsql/EntityFramework7.Npgsql.nuspec
Expand Up @@ -20,9 +20,9 @@
</dependencies>
</metadata>
<files>
<file src="bin\Release\net45\EntityFramework7.Npgsql.dll" target="lib\net45"/>
<file src="bin\Release\net45\EntityFramework7.Npgsql.pdb" target="lib\net45"/>
<file src="bin\Release\net45\EntityFramework7.Npgsql.xml" target="lib\net45"/>
<file src="bin\Release\EntityFramework7.Npgsql.dll" target="lib\net45"/>
<file src="bin\Release\EntityFramework7.Npgsql.pdb" target="lib\net45"/>
<file src="bin\Release\EntityFramework7.Npgsql.xml" target="lib\net45"/>
<file src="**\*.cs" target="src" />
</files>
</package>

0 comments on commit 7c2302e

Please sign in to comment.