Skip to content

Commit f4e77f9

Browse files
authored
Use RTM version of Microsoft.Management.Infrastructure (#1059)
1 parent 15eadb8 commit f4e77f9

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)