Skip to content

Commit

Permalink
Updated targets
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jul 4, 2018
1 parent 007dcad commit fb8cc8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Common.Build.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<ItemGroup>
<PackageReference Update="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Update="System.Collections.Immutable" Version="1.4.0" />
<PackageReference Update="Microsoft.Extensions.Configuration" Version="2.1.0" />
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="2.1.0" />
<PackageReference Update="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Update="System.Collections.Immutable" Version="1.4.0" />
<PackageReference Update="System.Reflection.Emit.Lightweight" Version="4.3.0" />
<PackageReference Update="System.Interactive.Providers" Version="3.1.1" />
<PackageReference Update="System.Interactive.Async.Providers" Version="3.1.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<RootNamespace>$(MSBuildProjectName.Replace('.Extensions', ''))</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Rocket.Surgery.Build.Metadata" Version="$(RSG_Build_Version)" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="$(SourceLink_Version)" PrivateAssets="All" />
<PackageReference Include="SourceLink.Copy.PdbFiles" Version="$(SourceLink_Version)" PrivateAssets="All" />
<PackageReference Include="Rocket.Surgery.Build.Metadata" />
<PackageReference Include="SourceLink.Create.CommandLine" />
<PackageReference Include="SourceLink.Copy.PdbFiles" />
</ItemGroup>
</Project>

0 comments on commit fb8cc8b

Please sign in to comment.