Skip to content

Commit

Permalink
Update SourceLink to 1.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Nov 27, 2019
1 parent 2dd4615 commit 021901d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</PropertyGroup>

<ItemGroup Condition=" $(IsPackable) ">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' And '$(IsPackable)' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@
<PackageReference Include="Prism.Core" Version="7.2.0.1422" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" />
</ItemGroup>

</Project>

0 comments on commit 021901d

Please sign in to comment.