diff --git a/.gitignore b/.gitignore index 9f2e95e1d8..ba949609e0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ node_modules/ .r .w .deps -global.json msbuild.ProjectImports.zip .env scripts/tmp/ diff --git a/build/RepositoryBuild.targets b/build/RepositoryBuild.targets index d3f9c70d6d..bb95e06a60 100644 --- a/build/RepositoryBuild.targets +++ b/build/RepositoryBuild.targets @@ -85,6 +85,8 @@ $(RepositoryRoot)korebuild-lock.txt $(BuildRepositoryRoot)korebuild-lock.txt $(IntermediateDir)$(RepositoryToBuild)-korebuild-lock.txt + $(BuildRepositoryRoot)global.json + $(IntermediateDir)$(RepositoryToBuild)-global.json @@ -92,6 +94,7 @@ + @@ -99,6 +102,7 @@ + diff --git a/build/dependencies.props b/build/dependencies.props index b18353cb52..2e8f21782b 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -39,6 +39,7 @@ $(MicrosoftNETCoreAppPackageVersion) + $(KoreBuildVersion) $(KoreBuildVersion) $(KoreBuildVersion) diff --git a/build/external-dependencies.props b/build/external-dependencies.props index 3157ce8ef8..29d1342185 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -19,6 +19,7 @@ + diff --git a/build/repo.targets b/build/repo.targets index 993c6abd6b..af0c38358f 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -80,6 +80,8 @@ + + + + + + +