Skip to content

Commit

Permalink
Merge pull request #148 from Dynatrace/update-clrmd
Browse files Browse the repository at this point in the history
update clrmd to 1.0.2
  • Loading branch information
discostu105 authored Dec 18, 2018
2 parents 163c6c6 + 4127421 commit 98cec39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SuperDump/SuperDump.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<Version>2.3.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Diagnostics.Runtime">
<Version>1.0.0</Version>
<Version>1.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.Platforms">
<Version>2.2.0-preview2-26905-02</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/SuperDumpTests/SuperDumpTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Diagnostics.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Diagnostics.Runtime.1.0.0\lib\net45\Microsoft.Diagnostics.Runtime.dll</HintPath>
<Reference Include="Microsoft.Diagnostics.Runtime, Version=1.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Diagnostics.Runtime.1.0.2\lib\net45\Microsoft.Diagnostics.Runtime.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/SuperDumpTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Diagnostics.Runtime" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.Diagnostics.Runtime" version="1.0.2" targetFramework="net46" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net46" />
</packages>

0 comments on commit 98cec39

Please sign in to comment.