Skip to content

Commit f43ee5d

Browse files
Bump System.IO.Packaging from 9.0.2 to 9.0.4
Bumps [System.IO.Packaging](https://github.com/dotnet/runtime) from 9.0.2 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.4) --- updated-dependencies: - dependency-name: System.IO.Packaging dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35a82a3 commit f43ee5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OTAPI.Server.Launcher/OTAPI.Server.Launcher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2323
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.2" />
2424
<PackageReference Include="System.Drawing.Common" Version="9.0.2" />
25-
<PackageReference Include="System.IO.Packaging" Version="9.0.2" />
25+
<PackageReference Include="System.IO.Packaging" Version="9.0.4" />
2626
<PackageReference Include="System.Security.Permissions" Version="9.0.2" />
2727
<PackageReference Include="Mono.Cecil" Version="0.11.6" />
2828
<PackageReference Include="MonoMod" Version="22.7.31.1">

0 commit comments

Comments
 (0)