File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22 <!-- Common Properties used by all assemblies -->
33 <PropertyGroup >
44 <LangVersion >10</LangVersion >
5- <TargetFrameworks >netstandard2.0;net6 </TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;net8 </TargetFrameworks >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Company >The LEGO Group</Company >
88 <PackageProjectUrl >https://github.com/LEGO/AsyncAPI.NET</PackageProjectUrl >
Original file line number Diff line number Diff line change 1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
22+ <PackageReference Include =" System.Text.Json" Version =" 9.0.1" />
2223 </ItemGroup >
2324
2425 <ItemGroup >
Original file line number Diff line number Diff line change 2121 <PrivateAssets >all</PrivateAssets >
2222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2323 </PackageReference >
24+ <PackageReference Include =" System.Text.Json" Version =" 9.0.1" />
2425 <PackageReference Include =" YamlDotNet" Version =" 13.0.1" />
2526 </ItemGroup >
2627
Original file line number Diff line number Diff line change 1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
22- <PackageReference Include =" System.Text.Json" Version =" 8 .0.4 " Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
22+ <PackageReference Include =" System.Text.Json" Version =" 9 .0.1 " Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
2323
2424 <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
2525 <_Parameter1 >$(MSBuildProjectName).Tests</_Parameter1 >
You can’t perform that action at this time.
0 commit comments