Fix newtonsoft
This commit is contained in:
Родитель
d68420746a
Коммит
2fe91abab0
|
@ -229,7 +229,7 @@ namespace SourcemapToolkit.CallstackDeminifier.UnitTests
|
|||
bindings: default(IReadOnlyList<BindingInformation>),
|
||||
deminifiedMethodName,
|
||||
startSourcePosition: default(SourcePosition),
|
||||
endSourcePosition: default(SourcePosition);
|
||||
endSourcePosition: default(SourcePosition));
|
||||
}
|
||||
|
||||
private static SourceMap CreateSourceMap(List<MappingEntry> parsedMappings = default(List<MappingEntry>))
|
||||
|
|
|
@ -52,9 +52,8 @@
|
|||
<HintPath>..\..\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="MSTest.TestFramework" version="1.1.17" targetFramework="net452" />
|
||||
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
|
||||
<package id="System.Diagnostics.Contracts" version="4.0.1" targetFramework="net452" />
|
||||
<package id="xunit" version="2.4.1" targetFramework="net452" />
|
||||
<package id="xunit.abstractions" version="2.0.3" targetFramework="net452" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче