Skip to content

Commit eebf2c2

Browse files
authored
Add static to fix IDE0062 (#50771)
1 parent b3b89b6 commit eebf2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselineFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ 4 when IsFramework(segments[4]) => "${Tfm}",
389389

390390
return file;
391391

392-
bool IsFramework(string segment)
392+
static bool IsFramework(string segment)
393393
{
394394
try
395395
{

0 commit comments

Comments
 (0)