Skip to content

Commit 4cfa513

Browse files
committed
Disable NU1901 in the SDK project.
We can't bump Microsoft.Build.Tasks.Core in a release branch.
1 parent 0330dba commit 4cfa513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sdk/sdk.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<IsTool>true</IsTool>
77
<NoWarn>
88
$(NoWarn);
9+
NU1901;
910
NU5129
1011
</NoWarn>
1112
<PackageDescription>$(Description)

0 commit comments

Comments
 (0)