diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d37bc1d67..396a66ba2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: pull_request: env: - DOTNET_VERSION: 6.0.x + DOTNET_VERSION: 7.0.x jobs: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 618d5b066..edf759437 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,7 +3,7 @@ 3.5.0 - net6.0 + net7.0 Neo.Plugins The Neo Project NEO;Blockchain diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index 9f2f45269..bfbc4d574 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -2,14 +2,14 @@ - net6.0 + net7.0 false - - - + + +