Skip to content

Commit

Permalink
Fixing issues in build script that were preventing distribution target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxx committed Aug 10, 2018
1 parent 06eaccf commit 771b270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion NEsper.proj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SolutionDir>$(MSBuildProjectDirectory)</SolutionDir>
<!-- Distribution version -->
<Version Condition=" '$(CCNetLabel)' != '' ">$(CCNetLabel)</Version>
<Version Condition=" '$(Version)' == '' ">6.1.0-alpha.1</Version>
<Version Condition=" '$(Version)' == '' ">6.1.0</Version>

<!-- Build Directories -->
<BuildPath>$(MSBuildProjectDirectory)\build</BuildPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<PackageReference Include="System.Data.SqlClient" Version="4.5.0" />
<PackageReference Include="System.Configuration.Abstractions" Version="2.0.2.45" />
</ItemGroup>

<ItemGroup Condition="'$(NetFramework)' == 'net471'">
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
Expand Down

0 comments on commit 771b270

Please sign in to comment.