Skip to content

Commit 1c5b164

Browse files
committed
upgrade to net8 LTS
1 parent 6f8d6f7 commit 1c5b164

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Common.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

src/LEGO.AsyncAPI.Bindings/LEGO.AsyncAPI.Bindings.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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>

src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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

src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

0 commit comments

Comments
 (0)