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:
Mike Hall 2024-08-12 10:47:25 +01:00 коммит произвёл GitHub
Родитель 18f355dc3b
Коммит e3bf6cbd0d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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>