Update System.Management.Automation to bump System.Formats.Asn1 (#23)
* Update System.Management.Automation to bump System.Formats.Asn1 Bump Systems.Management.Automation to update System.Formats.Asn1 to 6.0.1, also bumps other dependencies including Newtonsoft.Json * Bump System.Management.Automation in DeviceAPI tests
This commit is contained in:
Родитель
18f355dc3b
Коммит
e3bf6cbd0d
|
@ -8,7 +8,7 @@
|
|||
<Description>A package containing abstractions for Microsoft Azure Sphere Device REST APIs</Description>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageId>Microsoft.Azure.Sphere.DeviceAPI</PackageId>
|
||||
<Version>1.1.1</Version>
|
||||
<Version>1.1.2</Version>
|
||||
<PackageTags>Azure Sphere device rest api</PackageTags>
|
||||
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Management.Automation" Version="7.2.12" />
|
||||
<PackageReference Include="System.Management.Automation" Version="7.2.22" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
|
||||
<PackageReference Include="coverlet.collector" Version="3.1.2" />
|
||||
<PackageReference Include="JsonSchema.Net" Version="4.0.1" />
|
||||
<PackageReference Include="System.Management.Automation" Version="7.2.12" />
|
||||
<PackageReference Include="System.Management.Automation" Version="7.2.22" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче