Skip to content

Commit cb9866f

Browse files
committed
Use RTM version of Microsoft.Management.Infrastructure (PowerShell#1059)
1 parent f6cee68 commit cb9866f

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
@@ -46,7 +46,7 @@
4646
</ItemGroup>
4747

4848
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
49-
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0-alpha*" />
49+
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0" />
5050
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.0" />
5151
<Compile Remove="UseSingularNouns.cs" />
5252
</ItemGroup>

0 commit comments

Comments
 (0)