Skip to content

Commit

Permalink
Bump System.Reflection.Metadata from 7.0.1 to 7.0.2 in /Src. (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 16, 2023
1 parent 8650b6a commit 17da139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/ILGPU/ILGPU.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
Expand Down Expand Up @@ -53,7 +53,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net471' or '$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.1" />
<PackageReference Include="System.Reflection.Metadata" Version="7.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 17da139

Please sign in to comment.