diff --git a/.gitmodules b/.gitmodules index 57b1b97fdf..696da212f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,10 +30,6 @@ path = modules/Diagnostics url = https://github.com/aspnet/Diagnostics.git branch = release/2.1 -[submodule "modules/DotNetTools"] - path = modules/DotNetTools - url = https://github.com/aspnet/DotNetTools.git - branch = release/2.1 [submodule "modules/EntityFrameworkCore"] path = modules/EntityFrameworkCore url = https://github.com/aspnet/EntityFrameworkCore.git diff --git a/build/buildorder.props b/build/buildorder.props index 89ee48312e..4f36b48031 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -7,7 +7,6 @@ - diff --git a/build/repo.props b/build/repo.props index dbda0b55d0..cec72fd000 100644 --- a/build/repo.props +++ b/build/repo.props @@ -42,12 +42,16 @@ - + diff --git a/build/submodules.props b/build/submodules.props index 8db8e4fe1f..2553946610 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -55,7 +55,6 @@ - diff --git a/eng/Baseline.props b/eng/Baseline.props index f638420950..143bb89af7 100644 --- a/eng/Baseline.props +++ b/eng/Baseline.props @@ -4,6 +4,26 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) 2.1.6 + + + 2.1.1 + + + + + 2.1.1 + + + + + 2.1.1 + + + + + 2.1.1 + + 2.1.1 @@ -19,21 +39,6 @@ - - - 2.1.1 - - - - - - - - - - - - 2.1.1 @@ -80,6 +85,21 @@ + + + 2.1.1 + + + + + + + + + + + + 2.1.1 diff --git a/eng/Dependencies.props b/eng/Dependencies.props index a8a2f8543d..95ff7fb38f 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -7,20 +7,26 @@ + + + + + + diff --git a/eng/ProjectReferences.props b/eng/ProjectReferences.props index 7d310275de..ce1657d68b 100644 --- a/eng/ProjectReferences.props +++ b/eng/ProjectReferences.props @@ -12,6 +12,11 @@ + + + + + diff --git a/eng/tools/BaselineGenerator/baseline.xml b/eng/tools/BaselineGenerator/baseline.xml index 86dc5fab87..1bb113b638 100644 --- a/eng/tools/BaselineGenerator/baseline.xml +++ b/eng/tools/BaselineGenerator/baseline.xml @@ -1,13 +1,17 @@ + + + + - + diff --git a/modules/DotNetTools b/modules/DotNetTools deleted file mode 160000 index eba014d534..0000000000 --- a/modules/DotNetTools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eba014d534ef34ea88ce6c3879b92743b825a7fe diff --git a/src/Tools/Directory.Build.props b/src/Tools/Directory.Build.props new file mode 100644 index 0000000000..6b35802689 --- /dev/null +++ b/src/Tools/Directory.Build.props @@ -0,0 +1,9 @@ + + + + + $(RepositoryRoot)obj\$(MSBuildProjectName)\ + $(RepositoryRoot)bin\$(MSBuildProjectName)\ + + + diff --git a/src/Tools/Directory.Build.targets b/src/Tools/Directory.Build.targets index 3d2647b41b..7928d3f6cf 100644 --- a/src/Tools/Directory.Build.targets +++ b/src/Tools/Directory.Build.targets @@ -1,6 +1,10 @@ + + true + + diff --git a/src/Tools/dotnet-watch/src/dotnet-watch.csproj b/src/Tools/dotnet-watch/src/dotnet-watch.csproj index fa2f617f41..4aff804186 100644 --- a/src/Tools/dotnet-watch/src/dotnet-watch.csproj +++ b/src/Tools/dotnet-watch/src/dotnet-watch.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj b/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj index ce23611f24..2bad8c40c4 100644 --- a/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj +++ b/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj @@ -15,11 +15,6 @@ - - - - - <_Parameter1>TestSettings:RestoreSources