Skip to content

Commit d5b11ea

Browse files
chore(deps): bump System.Formats.Asn1 and Microsoft.Windows.Compatibility (#1921)
Bumps [System.Formats.Asn1](https://github.com/dotnet/runtime) and [Microsoft.Windows.Compatibility](https://github.com/dotnet/windowsdesktop). These dependencies needed to be updated together. Updates `System.Formats.Asn1` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Windows.Compatibility` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/windowsdesktop/releases) - [Commits](dotnet/windowsdesktop@v8.0.10...v9.0.0) --- updated-dependencies: - dependency-name: System.Formats.Asn1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Windows.Compatibility dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ab2350 commit d5b11ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.OpenApi.Workbench/Microsoft.OpenApi.Workbench.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.10" />
15+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0" />
1616
<!-- Microsoft.Windows.Compatibility 8.0.8 depends on 8.0.0 this dependency can be removed once they update theirs -->
17-
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
17+
<PackageReference Include="System.Formats.Asn1" Version="9.0.0" />
1818
</ItemGroup>
1919
<ItemGroup>
2020
<Resource Include="Themes\Metro\HowToApplyTheme.txt" />

0 commit comments

Comments
 (0)