File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 86
86
weak
87
87
[file "src/Directory.Build.props"]
88
88
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
89
- sha = b1d14c6379e5820eb2c30e08bedbdf6e9c8e8cb2
90
- etag = 33cd19e0f599f444c320406da3452e9e84d28c3bb13c09e9190d9d2e7f129545
89
+ sha = 6dfe21fbd4a8390448958c714f8e9006fc4ac3ca
90
+ etag = de7c6b643bac2fc6651fa08f69d628cbbe12e7050829b981ac771e1b9ccccd89
91
91
weak
92
92
[file "src/Directory.Build.targets"]
93
93
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ snapshots of the day the release build runs, fetched from:
101
101
[ ![ Jacob Foshee] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jfoshee.png " Jacob Foshee ")] ( https://github.com/jfoshee )
102
102
[ ![ ] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Mrxx99.png " ")] ( https://github.com/Mrxx99 )
103
103
[ ![ Eric Johnson] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/eajhnsn1.png " Eric Johnson ")] ( https://github.com/eajhnsn1 )
104
- [ ![ Norman Mackay] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mackayn.png " Norman Mackay ")] ( https://github.com/mackayn )
105
104
[ ![ Certify The Web] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/certifytheweb.png " Certify The Web ")] ( https://github.com/certifytheweb )
106
105
[ ![ Ix Technologies B.V.] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/IxTechnologies.png " Ix Technologies B.V. ")] ( https://github.com/IxTechnologies )
107
106
[ ![ David JENNI] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/davidjenni.png " David JENNI ")] ( https://github.com/davidjenni )
@@ -119,7 +118,7 @@ snapshots of the day the release build runs, fetched from:
119
118
[ ![ sorahex] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sorahex.png " sorahex ")] ( https://github.com/sorahex )
120
119
[ ![ Zheyu Shen] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/arsdragonfly.png " Zheyu Shen ")] ( https://github.com/arsdragonfly )
121
120
[ ![ Vezel] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/vezel-dev.png " Vezel ")] ( https://github.com/vezel-dev )
122
- [ ![ Georg Jung ] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/georg-jung .png " Georg Jung ")] ( https://github.com/georg-jung )
121
+ [ ![ Michael Staib ] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/michaelstaib .png " Michael Staib ")] ( https://github.com/michaelstaib )
123
122
124
123
125
124
<!-- sponsors.md -->
Original file line number Diff line number Diff line change 142
142
<ProjectProperty Include =" PublicKeyToken" />
143
143
</ItemGroup >
144
144
145
+ <ItemGroup Label =" Throw" >
146
+ <Using Include =" System.ArgumentException" Static =" true" />
147
+ <Using Include =" System.ArgumentOutOfRangeException" Static =" true" />
148
+ <Using Include =" System.ArgumentNullException" Static =" true" />
149
+ </ItemGroup >
150
+
145
151
<Import Project =" Directory.props" Condition =" Exists('Directory.props')" />
146
152
<Import Project =" Directory.props.user" Condition =" Exists('Directory.props.user')" />
147
153
</Project >
You can’t perform that action at this time.
0 commit comments