From 434b3dd4a299dc90172a91f9a19dff625d35ff2e Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Wed, 3 Jun 2026 01:19:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20files=20with=20dotn?= =?UTF-8?q?et-file=20sync=20=EF=BB=BF#=20devlooped/oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix PackageId default from Pack SDK https://github.com/devlooped/oss/commit/6e24389 - Fix empty default path for NuGet SDK targets https://github.com/devlooped/oss/commit/c679525 - Add '/mcps' to .gitignore https://github.com/devlooped/oss/commit/c1d29fb --- .gitignore | 1 + .netconfig | 12 ++++++------ readme.md | 2 +- src/Directory.Build.props | 3 +++ src/Directory.Build.targets | 16 ++++++++++++++++ 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3c874d0..d741817 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ TestResults results BenchmarkDotNet.Artifacts /app +/mcps .vs .vscode .genaiscript diff --git a/.netconfig b/.netconfig index eba7a0a..54f0156 100644 --- a/.netconfig +++ b/.netconfig @@ -34,9 +34,9 @@ [file ".gitignore"] url = https://github.com/devlooped/oss/blob/main/.gitignore - etag = 09b499201361a59fad0036e925f4008cdd7bdc6723ba37ff18cc509e6024b2bf + etag = f502a2be3b4155fd86675ef45a4364e598979738128a612deb7db59074f93a51 weak - sha = c76f0cc3e225e39e79420587d94852e12cdcb32a + sha = c1d29fbde52b1505288e3392e7f5fdcb2299f322 [file "Directory.Build.rsp"] url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp @@ -56,15 +56,15 @@ sha = 0683ee777d7d878d4bf013d7deea352685135a05 [file "src/Directory.Build.props"] url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props - etag = b2b90c6d617db9712cc8be2031b767d3ba951015717984f52b4872cc39f93e72 + etag = f1d6384abf18d8d891ce5e835a10c73fe029c42151374be96d7e4af43d189c65 weak - sha = a1f5d11d1821959a141567ed24f9ea43205edd13 + sha = 6e2438919e108aeb75106dc0737c45f5e55d5f42 [file "src/Directory.Build.targets"] url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets - etag = 907682e5632a2ba430357e6e042a4ca33cb8c94a3a215d3091aa03f5958a4877 + etag = cb83faed0cc8b930a7b6bdc61bea03a54059858cf04353e55fee94d9e3ae0fad weak - sha = 083a37bd9307ec820bac6ee3c7384083151d36d8 + sha = c67952501337303eda0fb8b340cb7606666abd8f [file "src/kzu.snk"] url = https://github.com/devlooped/oss/blob/main/src/kzu.snk diff --git a/readme.md b/readme.md index 10b1708..52ce60e 100644 --- a/readme.md +++ b/readme.md @@ -390,7 +390,6 @@ prefix to add or remove workloads respectively, for example. [![Clarius Org](https://avatars.githubusercontent.com/u/71888636?v=4&s=39 "Clarius Org")](https://github.com/clarius) [![MFB Technologies, Inc.](https://avatars.githubusercontent.com/u/87181630?v=4&s=39 "MFB Technologies, Inc.")](https://github.com/MFB-Technologies-Inc) -[![Khamza Davletov](https://avatars.githubusercontent.com/u/13615108?u=11b0038e255cdf9d1940fbb9ae9d1d57115697ab&v=4&s=39 "Khamza Davletov")](https://github.com/khamza85) [![SandRock](https://avatars.githubusercontent.com/u/321868?u=99e50a714276c43ae820632f1da88cb71632ec97&v=4&s=39 "SandRock")](https://github.com/sandrock) [![DRIVE.NET, Inc.](https://avatars.githubusercontent.com/u/15047123?v=4&s=39 "DRIVE.NET, Inc.")](https://github.com/drivenet) [![Keith Pickford](https://avatars.githubusercontent.com/u/16598898?u=64416b80caf7092a885f60bb31612270bffc9598&v=4&s=39 "Keith Pickford")](https://github.com/Keflon) @@ -415,6 +414,7 @@ prefix to add or remove workloads respectively, for example. [![Seika Logiciel](https://avatars.githubusercontent.com/u/2564602?v=4&s=39 "Seika Logiciel")](https://github.com/SeikaLogiciel) [![Andrew Grant](https://avatars.githubusercontent.com/devlooped-user?s=39 "Andrew Grant")](https://github.com/wizardness) [![eska-gmbh](https://avatars.githubusercontent.com/devlooped-team?s=39 "eska-gmbh")](https://github.com/eska-gmbh) +[![Geodata AS](https://avatars.githubusercontent.com/u/5946299?v=4&s=39 "Geodata AS")](https://github.com/geodata-no) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 91ba1a5..93a0b1e 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -47,6 +47,9 @@ false true + + + false diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index a3df56d..20a680d 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -32,6 +32,22 @@ true + + + <_PackageId>$(PackageId) + + $(MSBuildSDKsPath)\..\NuGet.Build.Tasks.Pack.targets + + + + + + + $(_PackageId) + + false + +