From 456229d6e9c8571bc5b593fdf34b56676b68cc20 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Sat, 30 Mar 2024 09:24:22 +1100 Subject: [PATCH] #172 Add net 6 as TFM to make STJ conditional --- Common.Build.props | 2 +- src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Common.Build.props b/Common.Build.props index f4f9797f..78aa4707 100644 --- a/Common.Build.props +++ b/Common.Build.props @@ -2,7 +2,7 @@ 10 - netstandard2.0 + netstandard2.0;net6 disable The LEGO Group https://github.com/LEGO/AsyncAPI.NET diff --git a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj index c26d0242..3bfe1c9c 100644 --- a/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj +++ b/src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj @@ -19,24 +19,21 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + <_Parameter1>$(MSBuildProjectName).Tests - + - - True - \ - + - + - + True @@ -44,7 +41,7 @@ Resource.resx - + ResXFileCodeGenerator