Skip to content

Commit

Permalink
Fix linked file
Browse files Browse the repository at this point in the history
  • Loading branch information
Drawaes committed Mar 20, 2019
1 parent 338d992 commit 58ab057
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\CondenserDotNet.Core\CondenserEventSource.cs" Link="CondenserEventSource.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.0.0" />
Expand Down

0 comments on commit 58ab057

Please sign in to comment.