diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 644e73d1..c43208f2 100644 Binary files a/.github/workflows/build.yml and b/.github/workflows/build.yml differ diff --git a/src/Plaid.OpenApiParser/Plaid.OpenApiParser.csproj b/src/Plaid.OpenApiParser/Plaid.OpenApiParser.csproj index 26a6be23..c915c5b0 100644 --- a/src/Plaid.OpenApiParser/Plaid.OpenApiParser.csproj +++ b/src/Plaid.OpenApiParser/Plaid.OpenApiParser.csproj @@ -2,13 +2,13 @@ Exe - net7.0 + net8.0 enable - + diff --git a/src/Plaid/Plaid.csproj b/src/Plaid/Plaid.csproj index a02af81f..9cdf5b5a 100644 --- a/src/Plaid/Plaid.csproj +++ b/src/Plaid/Plaid.csproj @@ -7,7 +7,7 @@ Going.Plaid Going.Plaid - netstandard2.0;netcoreapp3.1;net6.0;net7.0 + netstandard2.0;netcoreapp3.1;net6.0;net7.0;net8.0 false latest-recommended @@ -54,6 +54,15 @@ bin\$(Configuration)\$(TargetFramework)\Going.Plaid.xml + + + + + + + + + diff --git a/tests/Plaid.Tests/Plaid.Tests.csproj b/tests/Plaid.Tests/Plaid.Tests.csproj index b2d6f61d..0a10a738 100644 --- a/tests/Plaid.Tests/Plaid.Tests.csproj +++ b/tests/Plaid.Tests/Plaid.Tests.csproj @@ -5,7 +5,7 @@ enable false - net7.0;net6.0;netcoreapp3.1 + net8.0 false @@ -17,23 +17,13 @@ - - - - - - - - - - - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive