Skip to content

Commit c9c53b5

Browse files
committed
Merge branch 'vnext' into alex/refs
2 parents c2008ff + 7d39747 commit c9c53b5

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
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
@@ -20,6 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
2324
</ItemGroup>
2425

2526
<ItemGroup>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
2627
<PackageReference Include="YamlDotNet" Version="13.0.1" />
2728
</ItemGroup>
2829

src/LEGO.AsyncAPI/Models/AsyncApiMessage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) The LEGO Group. All rights reserved.
1+
// Copyright (c) The LEGO Group. All rights reserved.
22

33
namespace LEGO.AsyncAPI.Models
44
{

src/LEGO.AsyncAPI/Models/AsyncApiParameter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) The LEGO Group. All rights reserved.
1+
// Copyright (c) The LEGO Group. All rights reserved.
22

33
namespace LEGO.AsyncAPI.Models
44
{

test/LEGO.AsyncAPI.Tests/Models/AsyncApiSchema_Should.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) The LEGO Group. All rights reserved.
1+
// Copyright (c) The LEGO Group. All rights reserved.
22

33
namespace LEGO.AsyncAPI.Tests.Models
44
{

0 commit comments

Comments
 (0)