diff --git a/.netconfig b/.netconfig
index d0f8aec..e728c8f 100644
--- a/.netconfig
+++ b/.netconfig
@@ -59,8 +59,8 @@
weak
[file "Directory.Build.rsp"]
url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp
- sha = 0f7f7f7e8a29de9b535676f75fe7c67e629a5e8c
- etag = 0ccae83fc51f400bfd7058170bfec7aba11455e24a46a0d7e6a358da6486e255
+ sha = 320a5c5710f269ccb038b5e74146fed8b5a114ae
+ etag = 9872addf980da78842d42e70e72f90fb10ba52c1c2ccddc8aa9a2b83e0005679
weak
[file "_config.yml"]
url = https://github.com/devlooped/oss/blob/main/_config.yml
@@ -79,13 +79,13 @@
weak
[file "src/Directory.Build.props"]
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
- sha = 6e2438919e108aeb75106dc0737c45f5e55d5f42
- etag = f1d6384abf18d8d891ce5e835a10c73fe029c42151374be96d7e4af43d189c65
+ sha = 59861ddd1e330f3da410652b4c7fc6585726c0cf
+ etag = 1561f1be53cc25ac0cd85a06b3f65d69764b174d0f60bf72ca2f8fc70573b75e
weak
[file "src/Directory.Build.targets"]
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
- sha = dcd5f0a9a00a5b0c23d41a71dcc66ea41dc5f75d
- etag = 2cca66d8a1adbae24dc2efee53a55fa09949242eb35b86c5fd66425da18c6107
+ sha = 59861ddd1e330f3da410652b4c7fc6585726c0cf
+ etag = cb1f7a3e5bf85e7307407b7b6d8b9869330e2191a2317ccf6218a552e5890b08
weak
[file "src/kzu.snk"]
url = https://github.com/devlooped/oss/blob/main/src/kzu.snk
@@ -123,9 +123,9 @@
weak
[file "src/dotnet-chromium/System/DotnetMuxer.cs"]
url = https://github.com/devlooped/catbag/blob/main/System/DotnetMuxer.cs
- sha = b8556d40c2e669ae6455fa19948133e1e3c87306
+ sha = 46b1f084ace577a280d9db0ab207a81df27c292e
- etag = 6f3264c622a89bc84836de0b1755be60967ffb224c4a28dc0b6744448ff1e5b4
+ etag = 1dee7e7379a7bc3e3b44bbac5512050ccae79c9bf3abdd4d04e87114842d5e46
weak
[file ".github/actions/dotnet/action.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/actions/dotnet/action.yml
diff --git a/Directory.Build.rsp b/Directory.Build.rsp
index 509cc66..a67e054 100644
--- a/Directory.Build.rsp
+++ b/Directory.Build.rsp
@@ -3,3 +3,4 @@
-m:1
-v:m
-clp:Summary;ForceNoAlign
+-p:WarnOnPackingNonPackableProject=false
diff --git a/readme.md b/readme.md
index 8d4f38b..e08d9e3 100644
--- a/readme.md
+++ b/readme.md
@@ -96,7 +96,6 @@ We fetch binaries from:
[](https://github.com/drivenet)
[](https://github.com/Keflon)
[](https://github.com/tbolon)
-[](https://github.com/kfrancis)
[](https://github.com/rbnswartz)
[](https://github.com/jfoshee)
[](https://github.com/Mrxx99)
@@ -117,6 +116,7 @@ We fetch binaries from:
[](https://github.com/wizardness)
[](https://github.com/eska-gmbh)
[](https://github.com/geodata-no)
+[](https://github.com/jslachta)
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 93a0b1e..5c43a5d 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -25,10 +25,12 @@
false
MIT
-
+
+ logo.png
icon.png
readme.md
+ logo.png
icon.png
readme.md
diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets
index bd2b7ca..c9a50b6 100644
--- a/src/Directory.Build.targets
+++ b/src/Directory.Build.targets
@@ -41,6 +41,13 @@
+
+
+
+ $(MSBuildProjectName)
+
+
+
$(_PackageId)
@@ -56,7 +63,12 @@
+ Condition="'$(PackageIcon)' == 'icon.png'" />
+
+
-
+ Condition="'$(PackageIcon)' != '' and Exists('$(MSBuildThisFileDirectory)$(PackageIcon)') and !Exists('$(MSBuildProjectDirectory)\$(PackageIcon)')" />
0 } host
+ && File.Exists(host))
+ {
+ return host;
+ }
+
+ if (Environment.GetEnvironmentVariable("DOTNET_ROOT") is { Length: > 0 } root)
+ {
+ var fromRoot = Path.Combine(root, expectedFileName);
+ if (File.Exists(fromRoot))
+ return fromRoot;
}
return null;