File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
src/Razor/Microsoft.AspNetCore.Razor.Tools/src Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 262
262
<MonoCecilPackageVersion >0.11.2</MonoCecilPackageVersion >
263
263
<NewtonsoftJsonBsonPackageVersion >1.0.2</NewtonsoftJsonBsonPackageVersion >
264
264
<NewtonsoftJsonPackageVersion >12.0.2</NewtonsoftJsonPackageVersion >
265
- <!-- Begin: STOP!!! Razor need to reference the version of JSON that our HOSTS support. -->
266
- <Razor_NewtonsoftJsonPackageVersion >9.0.1</Razor_NewtonsoftJsonPackageVersion >
267
- <!-- End: STOP!!! Razor need to reference the version of JSON that our HOSTS support. -->
268
265
<NSwagApiDescriptionClientPackageVersion >13.0.4</NSwagApiDescriptionClientPackageVersion >
269
266
<SeleniumSupportPackageVersion >3.12.1</SeleniumSupportPackageVersion >
270
267
<SeleniumWebDriverMicrosoftDriverPackageVersion >17.17134.0</SeleniumWebDriverMicrosoftDriverPackageVersion >
Original file line number Diff line number Diff line change 36
36
<Compile Include =" $(SharedSourceRoot)CommandLineUtils\**\*.cs" />
37
37
</ItemGroup >
38
38
39
- <ItemGroup >
40
- <PackageReference Include =" Newtonsoft.Json" Version =" $(Razor_NewtonsoftJsonPackageVersion)" AllowExplicitReference =" true" />
41
- <Reference Include =" Microsoft.Css.Parser" Version =" $(MicrosoftCssParserPackageVersion)" />
42
- </ItemGroup >
43
-
44
39
<ItemGroup >
45
40
<Reference Include =" Microsoft.CodeAnalysis.Razor" />
41
+ <Reference Include =" Microsoft.Css.Parser" />
42
+ <Reference Include =" Newtonsoft.Json" />
46
43
</ItemGroup >
47
44
48
45
<!-- This makes it so that the runtimeconfig.json is included as part of the build output of the project that references this project. -->
You can’t perform that action at this time.
0 commit comments