diff --git a/ids-lib.codegen/ids-lib.codegen.csproj b/ids-lib.codegen/ids-lib.codegen.csproj index 1cc3375..9b53611 100644 --- a/ids-lib.codegen/ids-lib.codegen.csproj +++ b/ids-lib.codegen/ids-lib.codegen.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 IdsLib.codegen enable enable diff --git a/ids-lib/ids-lib.csproj b/ids-lib/ids-lib.csproj index 0df2a21..49ca75a 100644 --- a/ids-lib/ids-lib.csproj +++ b/ids-lib/ids-lib.csproj @@ -1,6 +1,6 @@  - net6.0;netstandard2.0 + netstandard2.0;net6.0;net7.0;net8.0 IdsLib enable MIT @@ -59,13 +59,25 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers -