diff --git a/dotnet-setversion.sln b/dotnet-setversion.sln index 9e3b113..94e4cf5 100644 --- a/dotnet-setversion.sln +++ b/dotnet-setversion.sln @@ -6,7 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE23C2A7-75C4-4071-B555-0AEB678A9770}" ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml - docker-compose.yml = docker-compose.yml GitVersion.yml = GitVersion.yml EndProjectSection EndProject diff --git a/src/dotnet-setversion/dotnet-setversion.csproj b/src/dotnet-setversion/dotnet-setversion.csproj index 6906987..52e5e25 100644 --- a/src/dotnet-setversion/dotnet-setversion.csproj +++ b/src/dotnet-setversion/dotnet-setversion.csproj @@ -2,7 +2,7 @@ A CLI tool to set/update the Version property in csproj files Exe - net6.0;net7.0;net8.0;net9.0 + net8.0;net9.0;net10.0 true true setversion @@ -16,7 +16,7 @@ - + diff --git a/test/integration/integration.csproj b/test/integration/integration.csproj index 8aed3e6..af26f39 100644 --- a/test/integration/integration.csproj +++ b/test/integration/integration.csproj @@ -1,7 +1,7 @@  - net6.0;net7.0;net8.0;net9.0 + net8.0;net9.0;net10.0 false integration integration @@ -14,9 +14,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive