Skip to content

Commit

Permalink
Merge pull request #884 from WildGums/dependabot/nuget/src/System.Ref…
Browse files Browse the repository at this point in the history
…lection.MetadataLoadContext-9.0.2

Bump System.Reflection.MetadataLoadContext from 9.0.1 to 9.0.2 in /src
  • Loading branch information
GeertvanHorrik authored Feb 11, 2025
2 parents 5444e69 + 78b9a25 commit c72e551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Orc.Extensibility/Orc.Extensibility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net8.0')) ">
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="9.0.1" />
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="8.0.1" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net9.0')) ">
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="9.0.1" />
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="9.0.2" />
</ItemGroup>

<Import Project="$(MSBuildProjectDirectory)\..\Directory.build.nullable.props" Condition="Exists('$(MSBuildProjectDirectory)\..\Directory.build.nullable.props')" />
<Import Project="$(MSBuildProjectDirectory)\..\Directory.build.shared.explicit.props" Condition="Exists('$(MSBuildProjectDirectory)\..\Directory.build.shared.explicit.props')" />
<Import Project="$(MSBuildProjectDirectory)\..\Directory.build.shared.mat.props" Condition="Exists('$(MSBuildProjectDirectory)\..\Directory.build.shared.mat.props')" />
</Project>
</Project>

0 comments on commit c72e551

Please sign in to comment.