Skip to content

Commit

Permalink
Make sourcelink working and fix test version
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed May 31, 2018
1 parent c49c534 commit 18e7509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Hangfire.Autofac/Hangfire.Autofac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<DebugType>embedded</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
<SourceLinkCreate>true</SourceLinkCreate>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
Expand Down
2 changes: 1 addition & 1 deletion tests/Hangfire.Autofac.Tests/Hangfire.Autofac.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.0</TargetFrameworks>
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
Expand Down

0 comments on commit 18e7509

Please sign in to comment.