diff --git a/.gitignore b/.gitignore index 5686dc84ef..8fbeb143ae 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,7 @@ node_modules *.orig BuildInfo.generated.cs msbuild.log -global.json \ No newline at end of file +global.json +*.g.targets +korebuild-lock.txt + diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000000..d8f1db62cd --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,4 @@ + + + + diff --git a/NuGet.config b/NuGet.config index 6a62aeda63..21510b3a41 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,6 +2,7 @@ + diff --git a/build/dependencies.targets b/build/dependencies.targets new file mode 100644 index 0000000000..32e32dd503 --- /dev/null +++ b/build/dependencies.targets @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file