diff --git a/.gitignore b/.gitignore index eb53e0d55e..277a801f99 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,6 @@ node_modules *.orig .vscode/ global.json -BenchmarkDotNet.Artifacts/ \ No newline at end of file +BenchmarkDotNet.Artifacts/ +*.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..5edbbadab2 --- /dev/null +++ b/build/dependencies.targets @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file