From 1c5b164a7b21acd67e44365cdbb0dadfe100d4af Mon Sep 17 00:00:00 2001 From: VisualBean Date: Mon, 27 Jan 2025 14:44:57 +0100 Subject: [PATCH] upgrade to net8 LTS --- Common.Build.props | 2 +- src/LEGO.AsyncAPI.Bindings/LEGO.AsyncAPI.Bindings.csproj | 1 + src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj | 1 + src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Common.Build.props b/Common.Build.props index ba84a0f8..0f367727 100644 --- a/Common.Build.props +++ b/Common.Build.props @@ -2,7 +2,7 @@ 10 - netstandard2.0;net6 + netstandard2.0;net8 disable The LEGO Group https://github.com/LEGO/AsyncAPI.NET diff --git a/src/LEGO.AsyncAPI.Bindings/LEGO.AsyncAPI.Bindings.csproj b/src/LEGO.AsyncAPI.Bindings/LEGO.AsyncAPI.Bindings.csproj index 9c0b025e..2c678678 100644 --- a/src/LEGO.AsyncAPI.Bindings/LEGO.AsyncAPI.Bindings.csproj +++ b/src/LEGO.AsyncAPI.Bindings/LEGO.AsyncAPI.Bindings.csproj @@ -19,6 +19,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj b/src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj index 53071ca0..818a6305 100644 --- a/src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj +++ b/src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj @@ -21,6 +21,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj index 99e69016..83de3df0 100644 --- a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj +++ b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj @@ -19,7 +19,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + <_Parameter1>$(MSBuildProjectName).Tests