Skip to content

Commit a8f41b2

Browse files
committed
!fixup! Instead remove $(Razor_NewtonsoftJsonPackageVersion)
nits: - remove redundant `%(Reference.Version)` metadata for Microsoft.Css.Parser too - move `@(Reference)` items together in Microsoft.AspNetCore.Razor.Tools
1 parent 94aa417 commit a8f41b2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

eng/Versions.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@
262262
<MonoCecilPackageVersion>0.11.2</MonoCecilPackageVersion>
263263
<NewtonsoftJsonBsonPackageVersion>1.0.2</NewtonsoftJsonBsonPackageVersion>
264264
<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. -->
268265
<NSwagApiDescriptionClientPackageVersion>13.0.4</NSwagApiDescriptionClientPackageVersion>
269266
<SeleniumSupportPackageVersion>3.12.1</SeleniumSupportPackageVersion>
270267
<SeleniumWebDriverMicrosoftDriverPackageVersion>17.17134.0</SeleniumWebDriverMicrosoftDriverPackageVersion>

src/Razor/Microsoft.AspNetCore.Razor.Tools/src/Microsoft.AspNetCore.Razor.Tools.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@
3636
<Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" />
3737
</ItemGroup>
3838

39-
<ItemGroup>
40-
<PackageReference Include="Newtonsoft.Json" Version="$(Razor_NewtonsoftJsonPackageVersion)" AllowExplicitReference="true" />
41-
<Reference Include="Microsoft.Css.Parser" Version="$(MicrosoftCssParserPackageVersion)" />
42-
</ItemGroup>
43-
4439
<ItemGroup>
4540
<Reference Include="Microsoft.CodeAnalysis.Razor" />
41+
<Reference Include="Microsoft.Css.Parser" />
42+
<Reference Include="Newtonsoft.Json" />
4643
</ItemGroup>
4744

4845
<!-- This makes it so that the runtimeconfig.json is included as part of the build output of the project that references this project. -->

0 commit comments

Comments
 (0)