File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727 </ItemGroup >
2828
2929 <ItemGroup >
30- <PackageReference Include =" System.Text.Json" Version =" 5.0.0" />
3130 <PackageReference Include =" Microsoft.DotNet.PlatformAbstractions" Version =" 3.0.0" />
3231 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
3332 <PackageReference Include =" MinVer" Version =" 2.3.1" PrivateAssets =" All" />
3433 </ItemGroup >
3534
3635 <ItemGroup Condition =" '$(TargetFramework)'=='netstandard2.0'" >
36+ <PackageReference Include =" System.Text.Json" Version =" 5.0.0" />
3737 <PackageReference Include =" Microsoft.AspNetCore.Mvc.ViewFeatures" Version =" 2.0.0" />
3838 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor" Version =" 2.0.0" />
3939 <PackageReference Include =" Microsoft.AspNetCore.Mvc.TagHelpers" Version =" 2.0.0" />
4040 <PackageReference Include =" Microsoft.AspNetCore.Mvc.DataAnnotations" Version =" 2.0.0" />
4141 </ItemGroup >
4242
4343 <ItemGroup Condition =" '$(TargetFramework)'=='netcoreapp3.1'" >
44+ <PackageReference Include =" System.Text.Json" Version =" 5.0.0" />
4445 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
4546 </ItemGroup >
4647
You can’t perform that action at this time.
0 commit comments