Skip to content

Commit a48573c

Browse files
committed
use release version of TypeExtensions instead of pre-release
1 parent a17699b commit a48573c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules/Rules.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
5353
<PackageReference Include="System.Management.Automation" Version="6.0.1.1" />
5454
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0-alpha08" />
55-
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.0-preview1-26216-02" />
55+
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.4.0" />
5656
<Compile Remove="UseSingularNouns.cs" />
5757
</ItemGroup>
5858

0 commit comments

Comments
 (0)