diff --git a/src/Buildalyzer.Workspaces/Buildalyzer.Workspaces.csproj b/src/Buildalyzer.Workspaces/Buildalyzer.Workspaces.csproj index 2d0cd377..65db541c 100644 --- a/src/Buildalyzer.Workspaces/Buildalyzer.Workspaces.csproj +++ b/src/Buildalyzer.Workspaces/Buildalyzer.Workspaces.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 A little utility to perform design-time builds of .NET projects without having to think too hard about it. This extension library adds support for creating a Roslyn workspace from Buildalyzer. diff --git a/src/Buildalyzer/Buildalyzer.csproj b/src/Buildalyzer/Buildalyzer.csproj index 43abc95c..adad8682 100644 --- a/src/Buildalyzer/Buildalyzer.csproj +++ b/src/Buildalyzer/Buildalyzer.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1 + net6.0 A little utility to perform design-time builds of .NET projects without having to think too hard about it. Should work with any project type on any .NET runtime. diff --git a/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj b/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj index a95d3ff7..efea6f00 100644 --- a/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj +++ b/tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 diff --git a/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj b/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj index 69e04cb7..08bdfe94 100644 --- a/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj +++ b/tests/Buildalyzer.Workspaces.Tests/Buildalyzer.Workspaces.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0